PDA

View Full Version : A comma in alternative bbcodes


SJC
04-24-2009, 10:25 PM
When I go to get the code for alternative, there is a comma in it that shouldn't be there. How do I get rid of it?

http://www.pokefarm.netau.net/get/2.gif" (http://www.pokefarm.netau.net/levelup.php?id=2)

It's after the .gif part.

Blue Icebox
04-25-2009, 12:56 AM
you mean that quote? well YEAH! get it away! it's just a silly mistake... just take it away! :D

BMR777
04-25-2009, 08:42 AM
In myadopts.php find:

<textarea name='textarea' cols='50' rows='4'>http://www.".$domain."".$scriptpath."/get/".$aid.".gif\" (http://www.".$domain."".$scriptpath."/levelup.php?id=".$aid.")

Replace With:

<textarea name='textarea' cols='50' rows='4'>http://www.".$domain."".$scriptpath."/get/".$aid.".gif (http://www.".$domain."".$scriptpath."/levelup.php?id=".$aid.")

Sorry about that. :)

SJC
04-25-2009, 12:10 PM
Okay thanks :) I looked everywhere for where it might be.