Quote:
Originally Posted by sweede
I personally never was a fan of a plugin that required the users to do more than upload an XML file and maybe a couple php files.
Expecting every user to enter the bbcode exactly right every time would be foolish on my part. I would rather spend time supporting actual problems in my code than making sure that every user that says "it doesnt work" has their bbcode setup properly first.
I may have a solution that would satisfy all of us though.
|
After reveiwing the bbcode option (I would insert the following as an SQL statement during installation,
Code:
INSERT INTO `vb3_bbcode` VALUES ('','char','<a href="http://www.wowarmory.com/character-sheet.xml?r=%2$s&n=%1$s" target="new"
onmouseover=\'ajax_showTooltip("ajax.php?do=wowcharcode&server=%2$s&char=%1$s",this);
return false\' onmouseout=\'ajax_hideTooltip()\'><strong><%2$s: %1$s></strong></a>'
'[char=Vek'nilash]Dragontaru[/char]',
'Character BB Code',1,
'Character Code Tag','',1)
I have found that this solution would not work at this time.
The problem is when a server with a ' in it, such as vek'nilash. Vbulletin doesnt escape the param/option variables to work within javascript (changing them to their character code equivelent)
Also using the bbcode in this way does not allow you to setup your "default realm" in an easy and simple manner, and several other planned options.