Roster:Plugins
| Line 1: | Line 1: | ||
| − | |||
__NOEDITSECTION__  | __NOEDITSECTION__  | ||
{{Disclaimer}}  | {{Disclaimer}}  | ||
Latest revision as of 22:13, 20 November 2020
|   Important note: When you edit this page, you agree to release your contribution into the public domain.  | 
Contents | 
Roster Plugins
What is a WoWRoster Plugin?
A WoW Roster Plugin is code that supplements additional functions/display, giving additional functionality and/or other ways to view Available Roster Data or even to create new data
Install Plugins
All Roster Plugins are placed or extracted to 'roster/plugins/'
If you have an Plugin named SomePlugin, then it's folder will be at 'roster/plugins/SomePlugin/'
with it's files inside that folder
Some Plugin authors "zip up" their Plugins with just their folder name
SomePlugin/ |_inc/ | |_conf.php | |_install.def.php |_guild/ | |_index.php |_locale/ | |_enUS.php |_style.css |_index.php
With this type, set the extract location to 'roster/plugins/'
While some may put the entire Roster folder structure in the zip file
plugins/
 |_SomePlugin/
    |_inc/
    |  |_conf.php
    |  |_install.def.php
    |_guild/
    |  |_index.php
    |_locale/
    |  |_enUS.php
    |_style.css
    |_index.php
With this type, set the extract location to 'roster/'
Just remember that the folder structure needs to look something like this
roster/
 |_plugins/
    |_SomePlugin/
    |  |_inc/
    |  |  |_conf.php
    |  |  |_install.def.php
    |  |_guild/
    |  |  |_index.php
    |  |_locale/
    |  |  |_enUS.php
    |  |_style.css
    |  |_index.php
    |_AnotherPlugin/
       |_inc/
       |  |_conf.php
       |  |_install.def.php
       |_guild/
       |  |_index.php
       |_locale/
       |  |_enUS.php
       |_style.css
       |_index.php
Next, go to the Roster Control Panel under Plugins to install your Plugins
Un-Install Plugins
First, go to the Roster Control Panel under Plugins to un-install your Plugins
Remove the folder in roster/plugins/
You are done!