Skip to content

OUGC-Network/NewPoints-Quick-Edit

Repository files navigation

Project logo

NewPoints Quick Edit

Status GitHub Issues GitHub Pull Requests License


Quickly edit user's NewPoints data from the forums.

📜 Table of Contents

🚀 About

Quickly edit user's NewPoints data from the forums.

Go up to Table of Contents

📍 Getting Started

The following information will assist you into getting a copy of this plugin up and running on your forum.

Dependencies

A setup that meets the following requirements is necessary to use this plugin.

File structure

 .
 ├── inc
 │ ├── plugins
 │ │ ├── newpoints
 │ │ │ ├── languages
 │ │ │ │ ├── english
 │ │ │ │ │ ├── admin
 │ │ │ │ │ │ ├── newpoints_quickedit.lang.php
 │ │ │ │ │ ├── newpoints_quickedit.lang.php
 │ │ │ │ ├── espanol
 │ │ │ │ │ ├── admin
 │ │ │ │ │ │ ├── newpoints_quickedit.lang.php
 │ │ │ │ │ ├── newpoints_quickedit.lang.php
 │ │ │ ├── plugins
 │ │ │ │ ├── ougc
 │ │ │ │ │ ├── QuickEdit
 │ │ │ │ │ │ ├── hooks
 │ │ │ │ │ │ │ ├── admin.php
 │ │ │ │ │ │ │ ├── forum.php
 │ │ │ │ │ │ ├── templates
 │ │ │ │ │ │ │ ├── .html
 │ │ │ │ │ │ │ ├── postbit.html
 │ │ │ │ │ │ │ ├── profile.html
 │ │ │ │ │ │ ├── admin.php
 │ │ │ │ ├── newpoints_quickedit.php
 │ │ │ ├── newpoints_quickedit.php

Installing

Follow the next steps in order to install a copy of this plugin on your forum.

  1. Download the latest package.
  2. Upload the contents of the Upload folder to your MyBB root directory.
  3. Browse to Newpoints » Plugins and install this plugin by clicking Install & Activate.

Updating

Follow the next steps in order to update your copy of this plugin.

  1. Browse to Configuration » Plugins and deactivate this plugin by clicking Deactivate.
  2. Follow step 1 and 2 from the Install section.
  3. Browse to Configuration » Plugins and activate this plugin by clicking Activate.
  4. Browse to NewPoints to manage NewPoints modules.

Template Modifications

It is required that you edit the following template for each of your themes.

  1. Place {$post['newpoints_quick_edit']} in the postbit or postbit_classic templates to display a quick edit link in posts.
  2. Place {$memprofile['newpoints_quick_edit']} in the member_profile template to display a quick edit link in profiles.

Go up to Table of Contents

📐 Templates

The following is a list of templates available for this plugin.

  • newpoints_quickedit
    • front end;
  • newpoints_quickedit_postbit
    • front end;
  • newpoints_quickedit_profile
    • front end;

Go up to Table of Contents

📖 Usage

The following is a description of additional configuration for this plugin.

Groups

Two new settings are added to forums.

  • Can quick edit users?

Go up to Table of Contents

⛏ Built Using

Go up to Table of Contents

✍️ Authors

See also the list of contributors who participated in this project.

Go up to Table of Contents

🎉 Acknowledgements

Go up to Table of Contents

🎈 Support & Feedback

This is free development and any contribution is welcome. Get support or leave feedback at the official MyBB Community.

Thanks for downloading and using our plugins!

Go up to Table of Contents

About

Quickly edit user's points without accessing to the ACP.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors