Roster:Plugins
(Created page with "__NOTOC__ __NOEDITSECTION__ {{Disclaimer}} {{MainMenu|Roster}} =Roster Plugins= ==What is a WoWRoster Plugin?== A WoW Roster Plugin is code that supplements additional function...") |
|||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
{{Disclaimer}} | {{Disclaimer}} | ||
Line 12: | Line 11: | ||
All Roster Plugins are placed or extracted to 'roster/plugins/' | All Roster Plugins are placed or extracted to 'roster/plugins/' | ||
− | If you have an | + | If you have an Plugin named SomePlugin, then it's folder will be at 'roster/plugins/SomePlugin/'<br> |
with it's files inside that folder | with it's files inside that folder | ||
− | Some | + | Some Plugin authors "zip up" their Plugins with just their folder name |
<pre>SomePlugin/ | <pre>SomePlugin/ | ||
|_inc/ | |_inc/ | ||
Line 67: | Line 66: | ||
− | Next, go to the [[Roster:CP|Roster Control Panel]] under Plugins to install your | + | Next, go to the [[Roster:CP|Roster Control Panel]] under Plugins to install your Plugins |
==Un-Install Plugins== | ==Un-Install Plugins== | ||
− | First, go to the [[Roster:CP|Roster Control Panel]] under Plugins to un-install your | + | First, go to the [[Roster:CP|Roster Control Panel]] under Plugins to un-install your Plugins |
Remove the folder in roster/plugins/ | Remove the folder in roster/plugins/ | ||
You are done! | You are done! |
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!