PHPBB3 Light Installation
Plus :
- Does not require any file modification nor sql update. Only PHPBB3 administrator access is required
- Faster to install
Minus :
- Only id lookup is available. Does not handle name lookup
- BBCode error handling is minimal
- Display the ID in the link instead of the name before being processed by the WARDB javascript file
#
#-----[ GOTO ]------------------------------------------
#
PHPBB3 Admin Panel
Style (Tabulation)
Templates (Under the Style Component part of the left side menu)
#
#-----[ FOR EACH INSTALLED TEMPLATE ]------------------------------------------
#
Click the Edit link
#
#-----[ OPEN ]------------------------------------------
#
overall_header.html
#
#-----[ FIND ]------------------------------------------
#
<script type="text/javascript" src="{T_TEMPLATE_PATH}
#
#-----[ BEFORE, ADD ]------------------------------------------
#
<script src="http://www.wardb.com/js/extooltips.js" type="text/javascript"></script>
#
#-----[ SUBMIT, PROCESS NEXT INSTALLED TEMPLATE ]------------------------------------------
#
#
#-----[ GOTO ]------------------------------------------
#
PHPBB3 Admin Panel
Posting (Tabulation)
#
#-----[ BBCODE, ADD ]------------------------------------------
#
Usage:
[Item]{NUMBER}[/Item]
HTML Replacement:
<a class="wardb-item-full-medium" href="http://www.wardb.com/item.aspx?id={NUMBER}">Item #{NUMBER}</a>
Help Line:
Warhammer Item: [item]itemid[/item] or [item=full-medium]itemid[/item]. Tip: You can use "text", "full-small", "full-medium" and "full-large"
Display on posting page:
YES
#
#-----[ BBCODE, ADD ]------------------------------------------
#
Usage:
[Item={IDENTIFIER}]{NUMBER}[/Item]
HTML Replacement:
<a class="wardb-item-{IDENTIFIER}" href="http://www.wardb.com/item.aspx?id={NUMBER}">Item #{NUMBER}</a>
Help Line:
Nothing
Display on posting page:
NO
#
#-----[ BBCODE, ADD ]------------------------------------------
#
Usage:
[Spell]{NUMBER}[/Spell]
HTML Replacement:
<a class="wardb-spell-full-medium" href="http://www.wardb.com/spell.aspx?id={NUMBER}">Spell #{NUMBER}</a>
Help Line:
Warhammer Spell: [spell]spellid[/spell] or [spell=full-medium]spellid[/spell]. Tip: You can use "text", "full-small", "full-medium" and "full-large"
Display on posting page:
YES
#
#-----[ BBCODE, ADD ]------------------------------------------
#
Usage:
[Spell={IDENTIFIER}]{NUMBER}[/Spell]
HTML Replacement:
<a class="wardb-spell-{IDENTIFIER}" href="http://www.wardb.com/spell.aspx?id={NUMBER}">Spell #{NUMBER}</a>
Help Line:
Nothing
Display on posting page:
NO
#
#-----[ BBCODE, ADD ]------------------------------------------
#
[Quest]{NUMBER}[/Quest]
HTML Replacement:
<a class="wardb-quest-text" href="http://www.wardb.com/quest.aspx?id={NUMBER}">Quest #{NUMBER}</a>
Help Line:
Warhammer Quest: [quest]questid[/quest]
Display on posting page:
YES
#
#-----[ BBCODE, ADD ]------------------------------------------
#
[Npc]{NUMBER}[/Npc]
HTML Replacement:
<a class="wardb-npc-text" href="http://www.wardb.com/npc.aspx?id={NUMBER}">NPC #{NUMBER}</a>
Help Line:
Warhammer NPC: [Npc]NPCid[/Npc]
Display on posting page:
YES