
Another thing really quick where i need put this in phpbb2:
Código: Selecionar todos
ITEM BBCODE
Enter in ACP
Go to Messages TAB
Go to BBCodes options
Add a New BBCODE
On BBCode Textarea put:
[wow]{TEXT}[/wow]
On replacement textarea put:
* Note for EU.ARMORY you need to change the armory URL link to eu.wowarmory.com
<a href="http://www.wowarmory.com/search.xml?searchQuery={TEXT}&searchType=items" target="new" onmouseover='ajax_showTooltip("wow/phparmory/item.php?v={TEXT}",this);return false' onmouseout='ajax_hideTooltip()'><strong><img src='wow/phparmory/wow.png' border='0'>[{TEXT}]</strong></a>
Save BBcode and try.