Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   BBC/HTML Codes gone crazzy! (http://www.mysidiaadoptables.com/forum/showthread.php?t=631)

RipJawWolfFang 04-10-2009 03:01 AM

BBC/HTML Codes gone crazzy!
 
When you go to get the codes this comes up:


Code:

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!


any ideas how to fix it?

BMR777 04-10-2009 11:08 AM

RE: BBC/HTML Codes gone crazzy!
 
What do you mean, it looks like normal HTML and BBcodes to me.

RipJawWolfFang 04-10-2009 11:41 AM

RE: BBC/HTML Codes gone crazzy!
 
http://www.lonelybeastshaunt.comoj.com/get.php?id=1
Creature Name: SquallLeonheart
Level this creature up! Click Here!

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

RE: BBC/HTML Codes gone crazzy!
 
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

RE: BBC/HTML Codes gone crazzy!
 
Quote:

Originally Posted by BMR777
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 ???

If not may i suggest it?

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

Killgore 04-10-2009 12:10 PM

RE: BBC/HTML Codes gone crazzy!
 
Mhm, go to your manage.php AND adopt.php files and find this:
PHP Code:

    $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\">[url=http://www.".$dname."".$spath."/levelup.php?id=".$cid."][img]http://www.".$dname."".$spath."/get.php?id=".$cid."[/img]Level this creature up![/url]</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

RE: BBC/HTML Codes gone crazzy!
 
IT WORKED! thanx a million!


All times are GMT -5. The time now is 11:07 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.