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)
-   -   Pet description (http://www.mysidiaadoptables.com/forum/showthread.php?t=1381)

Koppa 04-04-2010 06:01 AM

Pet description
 
When I add a pet, I put a description.
But in the list of the adoptables pets, there is not description!
How to show it?

Tequila 04-04-2010 06:34 AM

RE: Pet description
 
First find
PHP Code:

//If we can adopt the adoptable, show the image and adoption link... 

Then place this code in the adopt page:
PHP Code:

$article_content $article_content."
<a href='adopt.php?id="
.$aid."'><img src='".$eggimage."' border='0'></a><br /> ".$description."&nbsp;&nbsp;";

    if(
$isloggedin == "yes"){
    
$article_content $article_content."&nbsp;";
    }
    else{
    
$article_content $article_content."<p><b>".$guesterror."</b></p>";
    } 

Should work after that.

Koppa 04-04-2010 07:17 AM

RE: Pet description
 
Thank you, the file is adopt.php

Tequila 04-04-2010 02:15 PM

RE: Pet description
 
Quote:

Originally Posted by Koppa
Thank you, the file is adopt.php

Yeah, it's in that one. Sorry, we've had quite the week today...

Koppa 04-05-2010 01:44 PM

RE: Pet description
 
Can i do the same effect in the pets that appears in the promo page?

Tequila 04-05-2010 03:07 PM

RE: Pet description
 
Quote:

Originally Posted by Koppa
Can i do the same effect in the pets that appears in the promo page?

I don't see why it wouldn't. The ".$description." element is the key to making it show up.

Koppa 04-05-2010 03:36 PM

RE: Pet description
 
Can you help me to modify the file please?


All times are GMT -5. The time now is 10:15 PM.

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