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");



Bookmarks