PDA

View Full Version : Messed up BBCode


SilverDragonTears
06-01-2011, 06:29 AM
First of all it gives a messed up bbcode when you generate it. Also the bbcode doesn't show up in any forum. It says the image is not found.

PokePets
06-01-2011, 06:32 AM
You must change somthing in the BBCODE's in your myadopts file ;)

SilverDragonTears
06-01-2011, 06:34 AM
I must have or I need to?

PokePets
06-01-2011, 08:03 AM
You need to do if you want to fix this ;)

SilverDragonTears
06-01-2011, 08:10 AM
Ok well would you like to tell me what I'm suppose to change?

PokePets
06-01-2011, 08:58 AM
I can't tell you what to change, I have my own bbcodes.
But it must be under this I guess;
$article_content = $lang_bbcode_explain."<br>

SilverDragonTears
06-01-2011, 09:31 AM
Where is that located? And what do I do with it?

SilverDragonTears
06-01-2011, 09:44 AM
Yes!! Finally got it to work! Had to rename the htaccess.txt to .htaccess and change adoptables200 to my folder that the script is in... for anyone else who has this problem ^^


ETA:
Aaaaaand now they aren't showing again >.>

Hall of Famer
06-02-2011, 02:22 AM
umm I dont see anything wrong in the bbcodes generated on your site? Can you try copying/pasting them to your signature on this support forum? Also the bbcodes do not work on poor forum engines such as Proboard.

PokePets
06-02-2011, 02:26 AM
From the screen I see, it that " still displaying?

Nemesis
06-02-2011, 03:21 PM
I can't remember how i got them to work :/

SilverDragonTears
06-03-2011, 04:14 PM
they're working so far! =) I can't remember what I did to get them working again. My forum is IPB and paid so I doubt that's considered a poor forum ;) But yea... they're working now!

bluez
06-19-2011, 03:30 PM
i also got the same problem can you tell me what's on your .htaccess ?

SilverDragonTears
06-19-2011, 10:02 PM
make sure it's .htaccess and not htaccess.txt. also delete adoptables2000 or whatever it says the path to your htaccess file.

Silvercivet
02-12-2012, 05:08 PM
I'm getting the same problem, I changed what you mentioned above but still have the problem

this is what I'm getting:
http://www.tirnanog.x10.mx/index.php/siggy.php?id=1 (http://www.tirnanog.x10.mx/index.php/levelup.php?id=1)
http://www.tirnanog.x10.mx/index.php/siggy.php?id=1 (http://www.tirnanog.x10.mx/index.php/levelup.php?id=1)

Tequila
02-12-2012, 07:54 PM
Delete the part where it says index.php/ in your code. ;3

http://img.photobucket.com/albums/v481/Sango88/Tirnanog/Clicky/Greyfemale1.png (http://www.tirnanog.x10.mx/levelup.php?id=1)

:3

Silvercivet
02-12-2012, 08:50 PM
Delete the part where it says index.php/ in your code. ;3

http://img.photobucket.com/albums/v481/Sango88/Tirnanog/Clicky/Greyfemale1.png (http://www.tirnanog.x10.mx/levelup.php?id=1)

:3
Thats the link my website is giving out though, why is it giving out something that doesnt work and how can I fix it?

Silvercivet
02-12-2012, 08:57 PM
Delete the part where it says index.php/ in your code. ;3

http://img.photobucket.com/albums/v481/Sango88/Tirnanog/Clicky/Greyfemale1.png (http://www.tirnanog.x10.mx/levelup.php?id=1)

:3

I put the wrong link down:
http://www.tirnanog.x10.mx/index.php/siggy.php?id=1 (http://www.tirnanog.x10.mx/index.php/levelup.php?id=1)

thats what its giving me

Tequila
02-13-2012, 09:14 AM
Hm... Check your [b]inc/config.php[.b] file, you shouldn't have that index.php/ in your site address.

For sites without a directory (or folder) that the script is in it should look like this:
$domain = 'tirnanog.x10.mx'; //Your domain name (No http, www or . )
$scriptpath = ''; //The folder you installed this script in

Silvercivet
02-13-2012, 10:50 AM
Hm... Check your [b]inc/config.php[.b] file, you shouldn't have that index.php/ in your site address.

For sites without a directory (or folder) that the script is in it should look like this:
$domain = 'tirnanog.x10.mx'; //Your domain name (No http, www or . )
$scriptpath = ''; //The folder you installed this script in

Fixed, thanks so much!