![]() |
Adoptable description is.... where?
Okay, it's late and I'm feeling dumber than your average bear, but....
I entered a brilliantly literate description for my adoptables tonight, but I can't for the life of me figure out where that shows up. It's not on the first adopt page, it's not on the 2nd ("rename me") adopt page. Should it be showing up somewhere? Did I miss something in my template? I've checked in IE, FF and Chrome, and it's not on any of them. The link to my site, if you need it, is http://www.pogwoddlemarsh.com :P |
RE: Adoptable description is.... where?
In adopt.php, find this:
Code:
$article_content = $article_content."<p><b><a href='adopt.php?id=".$aid."'><img src='templates/icons/add.gif' border=0> Adopt ".$type."</a></b></p>"; Code:
$article_content = $article_content."<p><b><a href='adopt.php?id=".$aid."'><img src='templates/icons/add.gif' border=0> Adopt ".$type."<br>".$description."</a></b></p>"; |
RE: Adoptable description is.... where?
Fabulous, thanks! Now, one more question, how do I get the random \s out of things? "isn\t", he\'s". I understand the purpose of the \, but it doesn\'t make for the easiest reading.
;) [Edit: if I take it out of the MySQL table directly, will that break anything?] |
RE: Adoptable description is.... where?
You probably have to change Ashje's code to:
PHP Code:
|
RE: Adoptable description is.... where?
Brandon, I've said it before, and I'll probably say it again in the future.... You rule!!
:D |
All times are GMT -5. The time now is 08:30 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.