Results 1 to 1 of 1

Thread: Today's and this week's listings

  1. #1
    Join Date
    Nov 2006
    Posts
    179

    Default Today's and this week's listings

    That addon has two tags for now;

    1- {addon_buguntoday_ilan} .... Shows listings added today;
    the format is <ul class="bugun"> <li><a>title </a></li>....</ul>

    2- {addon_buguntoday_hafta} ... Shows listings added during last 7 days; the format is <ul class="hafta"> <li><a>title </a></li>....</ul>

    The second one is showing the last 7 days' listings but you can edit it as you wish by changing the -7 days part:

    PHP Code:
    $sql "SELECT listingsdb_id, listingsdb_title 
            FROM "
    .$config['table_prefix']."listingsdb where UNIX_TIMESTAMP(listingsdb_creation_date)>=".strtotime("-7 days"); 
    Attached Files
    .,;

Similar Threads

  1. Replies: 34
    Last Post: 06-21-2009, 11:08 AM
  2. Replies: 1
    Last Post: 09-05-2006, 05:34 PM
  3. Replies: 2
    Last Post: 07-21-2005, 01:56 PM
  4. Change Featured Listings to Latest Listings Etc
    By NYColt in forum HELP (CLOSED)
    Replies: 1
    Last Post: 05-06-2003, 05:23 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts