Log in

View Full Version : BBC/HTML Codes gone crazzy!


RipJawWolfFang
04-10-2009, 03:01 AM
When you go to get the codes this comes up:


HTML
<img src="http://www.lonelybeastshaunt.comoj.com/get.php?id=1"><br>Creature Name: SquallLeonheart<br>
<a href="http://www.lonelybeastshaunt.comoj.com/levelup.php?id=1">Level this creature up! Click Here!</a><br>

BBC
http://www.lonelybeastshaunt.comoj.com/get.php?id=1
Creature Name: SquallLeonheart
Level this creature up! Click Here! (http://www.lonelybeastshaunt.comoj.com/levelup.php?id=1)


any ideas how to fix it?

BMR777
04-10-2009, 11:08 AM
What do you mean, it looks like normal HTML and BBcodes to me.

RipJawWolfFang
04-10-2009, 11:41 AM
http://www.lonelybeastshaunt.comoj.com/get.php?id=1
Creature Name: SquallLeonheart
Level this creature up! Click Here! (http://www.lonelybeastshaunt.comoj.com/levelup.php?id=1)

the links dont seem to work though...

<img src="http://www.lonelybeastshaunt.comoj.com/get.php?id=1"><br>Creature Name: SquallLeonheart<br>
<a href="http://www.lonelybeastshaunt.comoj.com/levelup.php?id=1">Level this creature up! Click Here!</a><br>

see?

BMR777
04-10-2009, 11:42 AM
Well, your site is under admin review right now, so it's locked and it wouldn't work...

RipJawWolfFang
04-10-2009, 11:56 AM
Well, your site is under admin review right now, so it's locked and it wouldn't work...


Fair enouth... is there a simple way to make the bbc read like this
http://www.lonelybeastshaunt.comoj.com/get.php?id=1 (http://www.lonelybeastshaunt.comoj.com/levelup.php?id=1) ???

If not may i suggest it?

(sorry for bugging you so much... i know im a noob)

Killgore
04-10-2009, 12:10 PM
Mhm, go to your manage.php AND adopt.php files and find this: $article_content = "You can use the codes below to show off your adoptable and get others to level them up. If you have a website, use the HTML code to put your creature on your website. If you want to link to your creature in forums, use the BBCODE.<br><br>";
$article_content = $article_content."<b>HTML:</b><br><center><textarea name=\"textarea\" cols=\"50\" rows=\"4\"><a href=\"http://www.".$dname."".$spath."/levelup.php?id=".$cid."\"><img src=\"http://www.".$dname."".$spath."/get.php?id=".$cid."\">Level this creature up!</a></textarea></center><br>";

$article_content = $article_content."<b><br><br>BBCODE:</b><br><center><textarea name=\"textarea\" cols=\"50\" rows=\"4\">http://www.".$dname."".$spath."/get.php?id=".$cid."Level this creature up! (http://www.".$dname."".$spath."/levelup.php?id=".$cid.")</textarea></center><br><br>";And for both put the URL first, the image, then optionally some text that also link to the levelup page. :)

RipJawWolfFang
04-10-2009, 08:09 PM
IT WORKED! thanx a million!