Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Suggestions and Feature Requests (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=21)
-   -   Recently Uploaded (http://www.mysidiaadoptables.com/forum/showthread.php?t=2530)

Gashu 11-13-2011 05:15 PM

Recently Uploaded
 
I have a suggestion/request :D

It would be great if there were, on the homepage, a "recently uploaded pets" or "newest pets", like at the bottom of this site: http://www.icepets.com/homepage.php. Also, this would work well if there were items. Just something interesting to add to the front page :D

mapleblade 11-14-2011 12:52 AM

you can do this with a simple mysql query, but i cant make it atm because i gotta go to school ;l

Gashu 11-14-2011 01:03 AM

Aww wow really? I'm not too good with coding haha xD I've started using MyAdopts for a bit because it's a bit simpler haha, would the code be the same for that site?

mapleblade 11-14-2011 05:36 AM

try something like this:
PHP Code:

$query "SELECT * FROM {$prefix}adoptables ORDER BY id DESC LIMIT 5";
            
$result runquery($query);
            
$row mysql_fetch_array($result);

$image getcurrentimage($row['id']);

article_content .= '<img src="{$image}" /><br /><b>{$row['type']}</b>'


Gashu 11-14-2011 06:41 AM

Oh awesome, thanks so much! I'll try that soon then, MyAdopts seems to be down right now though :O I'll message back once I've tried it :D

SilverDragonTears 11-14-2011 12:12 PM

I could be wrong, but I don't think this will work on a MyAdopts site.

Gashu 11-14-2011 12:28 PM

Okay, I figured out how to make the themes work on Mysidia so I'm going to use this instead (and Myadopts still isn't up lol). Where exactly do I need to put this code? :P

SilverDragonTears 11-14-2011 12:34 PM

You want it to show on the index page right?

Gashu 11-14-2011 12:42 PM

Yup :D At the bottom of the index page :)

SilverDragonTears 11-14-2011 12:48 PM

What is your address?


All times are GMT -5. The time now is 03:49 AM.

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