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)
-   -   Changing The My Adoptables Page ?? (http://www.mysidiaadoptables.com/forum/showthread.php?t=772)

gjac1 05-04-2009 12:26 PM

Changing The My Adoptables Page ??
 
How to do i get the adoptables to align up side by side in say rows of 5 instead of just going straight down the My Adoptables page ??

this is with the new script :)

Thanks

densaugeo 05-05-2009 12:38 PM

RE: Changing The My Adoptables Page ??
 
I'm trying to figure this out too XD I got them all to align to the left, but I can't get them to go side by side.

Seapyramid 05-05-2009 01:14 PM

RE: Changing The My Adoptables Page ??
 
It's quite easy actually. You just have remove the table by altering the HTML.

densaugeo 05-05-2009 04:45 PM

RE: Changing The My Adoptables Page ??
 
bah..I'm unsure how to do that. I tried removing the table but then I just get errors :P

gjac1 05-05-2009 05:05 PM

RE: Changing The My Adoptables Page ??
 
Could you go into more detail of how to do it please Seapyramid ?? :)

Seapyramid 05-05-2009 07:42 PM

RE: Changing The My Adoptables Page ??
 
This starts at line 125 of the adopt.php page

Code:

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

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

        if($isloggedin == "yes"){
        $article_content = $article_content."&nbsp;";
        }
        else{
        $article_content = $article_content."<p><img src='templates/icons/no.gif' border=0> <b>".$guesterror."</b></p>";
        }


}

$i++;
} // End the looping out of all adoptables...


gjac1 05-06-2009 04:41 AM

RE: Changing The My Adoptables Page ??
 
Is that the "myadopts.php" page ?? becuase it looks like the adopt.php page

SubZ 05-27-2009 09:28 PM

RE: Changing The My Adoptables Page ??
 
Sorry to bump this thread but the code Seapyramid posted is for the page that you adopt the pet on. What these guys (and I) want is one for the myadopts.php page that shows the users existing adoptables.

Much thanks for the adopt.php help though =)

Seapyramid 05-27-2009 09:37 PM

RE: Changing The My Adoptables Page ??
 
Ok look at http://mysticgrove.net/grove/profile.php?user=Sea & tell me if that is more of what you are wanting?

SubZ 05-27-2009 09:56 PM

RE: Changing The My Adoptables Page ??
 
Quote:

Originally Posted by Seapyramid
Ok look at http://mysticgrove.net/grove/profile.php?user=Sea & tell me if that is more of what you are wanting?


Yes, three or four adoptables per column. I managed to do that with the old script but it doesn't work with the new one.


All times are GMT -5. The time now is 08:20 AM.

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