View Single Post
  #5  
Old 03-28-2009, 10:38 PM
Rsmiley Rsmiley is offline
Member
 
Join Date: May 2008
Posts: 90
Credits: 4,366
Rsmiley
Default RE: Having multiple Featured Adoptables?

In functions.php in the /inc/ folder find

PHP Code:
$sql_query "SELECT * FROM owned_adoptables ORDER BY RAND() LIMIT 1";
$result mysql_query($sql_query); 
and modify the "LIMIT 1" to "LIMIT {NUMBER OF FEATURED ADOPTABLES YOU WANT}" example "LIMIT 50" would show 50 featured adoptables!

Hope i helped :D[hr]
Be advised...

I noticed you had

Member Login:
Below an adoptable will appear for you to click. Clicking would earn you coins, if you were logged in. Refresh to get another adoptable to click.

Featured Adoptable
Clover
Level: 0
Owner: Mystral

If you do the more than 1 featured adoptable. You will break the template!!

Just an FWI
Reply With Quote