Roster:Plugins

From WoWRosterWiKi
(Difference between revisions)
Jump to: navigation, search
(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...")
 
Line 12: Line 12:
 
All Roster Plugins are placed or extracted to 'roster/plugins/'
 
All Roster Plugins are placed or extracted to 'roster/plugins/'
  
If you have an AddOn named SomePlugin, then it's folder will be at 'roster/plugins/SomePlugin/'<br>
+
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 AddOn authors "zip up" their Plugins with just their folder name
+
Some Plugin authors "zip up" their Plugins with just their folder name
 
<pre>SomePlugin/
 
<pre>SomePlugin/
 
  |_inc/
 
  |_inc/

Revision as of 17:13, 5 June 2012


WR.net

Important note: When you edit this page, you agree to release your contribution into the public domain.
If you do not want this or can not do this because of license restrictions, please do not edit.

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 AddOn


Un-Install Plugins

First, go to the Roster Control Panel under Plugins to un-install your AddOn

Remove the folder in roster/plugins/

You are done!

Personal tools
Namespaces
Variants
Actions
WoWRoster
Navigation
Toolbox