Greenguy's Board

WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses

Go Back   Greenguy's Board > Newbie Questions
Register FAQ Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
Old 2013-07-11, 04:19 PM   #4
pc
Shift Out / X-On
 
pc's Avatar
 
Join Date: Jul 2007
Location: unknown
Posts: 2,298
Send a message via ICQ to pc
So inside {foreach} statement for listings like this
Code:
{foreach from=$galleries var=$gallery counter=$counter} ...
on category pages or any other pages just paste this:
Code:
{if $gallery.date_added > time() - 604800} New {/if}
where:
$gallery.date_added The date and time that the gallery was added to the database
$gallery.date_approved The date and time that the gallery was approved
$gallery.date_displayed The date and time that the gallery was selected for display

and for the index page I'm not sure if this will work but try to play with something like this:

pull all categories from db:

Code:
{categories var=$categories order=name}

{assign var=$startswith value='ZZ'}
{foreach var=$c from=$categories counter=$counter}
{if $c.name[0] != $startswith}
{assign var=$startswith value=$c.name[0]}
<b>{$c.name[0]|htmlspecialchars}</b>

{/if}
<a href="{$c.page_url|htmlspecialchars}">{$c.name|htmlspecialchars}</a>

now insert here foreach code for pulling galleries from one category that you have on your category pages and instead of url , keywords and description just add this inside foreach 
{if $gallery.date_added > time() - 604800} New {/if}

{/foreach}
I dont have my tgpx installed but from what I remember it was something like this.
pc is offline   Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:08 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc