Change number of featured listings on main page

Discussion in 'Directories' started by iowadawg, Jun 14, 2008.

  1. #1
    Have a new directory based on phpld version 2.1.2.

    On the main page, it will rotate 3 featured listings.

    How can I change that from 3 to say 5?

    Which file would I do this in?

    Thank you.
     
    iowadawg, Jun 14, 2008 IP
    deluxdon likes this.
  2. deluxdon

    deluxdon Catch Me If You Can...!!!™ Staff

    Messages:
    25,481
    Likes Received:
    1,943
    Best Answers:
    32
    Trophy Points:
    480
    #2
    As far as i know you need to change this in index.php file at the end.

    You need to change this i think.

    Replace $tpl->assign('stats', $stats); $feat3 = $db->GetAll("SELECT * FROM {$tables['link']['name']} WHERE FEATURED = 1 ORDER BY ID DESC LIMIT 0,[B]3[/B]"); with $tpl->assign('stats', $stats); $feat3 = $db->GetAll("SELECT * FROM {$tables['link']['name']} WHERE FEATURED = 1 ORDER BY ID DESC LIMIT 0,[B]5[/B]");
    Code (markup):
    DON.
     
    deluxdon, Jun 14, 2008 IP
  3. iowadawg

    iowadawg Prominent Member

    Messages:
    10,918
    Likes Received:
    811
    Best Answers:
    0
    Trophy Points:
    380
    #3
    Could find nothing like that code on the index.php

    In the templates, on one file I found where it says to show 3, but when I changed it to 5, did not work.
    Site did not come up, just an error message.
     
    iowadawg, Jun 14, 2008 IP