Quickly edit user's NewPoints data from the forums.
Quickly edit user's NewPoints data from the forums.
The following information will assist you into getting a copy of this plugin up and running on your forum.
A setup that meets the following requirements is necessary to use this plugin.
.
├── 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
Follow the next steps in order to install a copy of this plugin on your forum.
- Download the latest package.
- Upload the contents of the Upload folder to your MyBB root directory.
- Browse to Newpoints » Plugins and install this plugin by clicking Install & Activate.
Follow the next steps in order to update your copy of this plugin.
- Browse to Configuration » Plugins and deactivate this plugin by clicking Deactivate.
- Follow step 1 and 2 from the Install section.
- Browse to Configuration » Plugins and activate this plugin by clicking Activate.
- Browse to NewPoints to manage NewPoints modules.
It is required that you edit the following template for each of your themes.
- Place
{$post['newpoints_quick_edit']}in thepostbitorpostbit_classictemplates to display a quick edit link in posts. - Place
{$memprofile['newpoints_quick_edit']}in themember_profiletemplate to display a quick edit link in profiles.
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;
The following is a description of additional configuration for this plugin.
Two new settings are added to forums.
- Can quick edit users?
- MyBB - Web Framework
- MyBB PluginLibrary - A collection of useful functions for MyBB
- PHP - Server Environment
- @Omar G - Idea & Initial work
See also the list of contributors who participated in this project.
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!