Roster:Plugins

From WoWRosterWiKi
Revision as of 17:14, 5 June 2012 by Ulminia (Talk | contribs)
Jump to: navigation, search


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 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!

Personal tools
Namespaces
Variants
Actions
WoWRoster
Navigation
Toolbox