Roster:Addon:AddonSDK

From WoWRosterWiKi
(Difference between revisions)
Jump to: navigation, search
Line 36: Line 36:
 
** Don't overwrite existing locale strings
 
** Don't overwrite existing locale strings
 
**: Roster has some protection against this, but AddOns can still overwrite other AddOns' strings
 
**: Roster has some protection against this, but AddOns can still overwrite other AddOns' strings
 +
* Create AddOns with SQL Debug Output, Debug Mode, and SQL Window enabled in [[Roster:CP|RosterCP]]
 +
** Even though php notices and warnings are suppressed when these are off, it is good practice to enable these options when coding AddOns
 
* No funky text (BOM characters displaying above the menu for example)
 
* No funky text (BOM characters displaying above the menu for example)
 
*: (ie: strange characters appearing on top of the roster's menu)
 
*: (ie: strange characters appearing on top of the roster's menu)
Line 58: Line 60:
 
<blockquote style="border:2px outset red;padding:3px;">IMPORTANT:<br>
 
<blockquote style="border:2px outset red;padding:3px;">IMPORTANT:<br>
 
DO NOT use php short tags in your php files<br>
 
DO NOT use php short tags in your php files<br>
This is also stated in the [[Roster:CodingStandards|WoWRoster Coding Standards]]<br>
+
This is also stated in the [[CodingStandards|WoWRoster Coding Standards]]<br>
 
<span style="color:red;">NO!</span> <code><?    ?></code><br>
 
<span style="color:red;">NO!</span> <code><?    ?></code><br>
 
<span style="color:green;">YES</span> <code><?php  ?></code><br>
 
<span style="color:green;">YES</span> <code><?php  ?></code><br>

Revision as of 06:47, 12 May 2007

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


WoWRoster v1.8.0 AddOn Development

Readme Updated: 15:26, 6 May 2007 (PDT)

You can view the open source project at http://www.wowroster.net

For corrections and/or suggestions - http://www.wowroster.net


Thanks to: http://www.wowroster.com
And Everyone involved in the project.


Download the Roster AddOnSDK



Certified WoWRoster AddOn

Certified WoWRoster AddOn

AddOns that conform to our Coding Standards and the basic outline described within this document, will be given a "AddOn Framework Standards Compliant" stamp of approval.


Requirements for Approval

Personal tools
Namespaces
Variants
Actions
WoWRoster
Navigation
Toolbox