Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   Newbie Questions (http://www.greenguysboard.com/board/forumdisplay.php?f=5)
-   -   TGPx Question (http://www.greenguysboard.com/board/showthread.php?t=65815)

Pagan 2013-07-11 07:04 AM

TGPx Question
 
I've been searching for this for a while now, and really getting no where but confused. I run all of my link lists using TGPx. I've been wanting to add an "Updated" or "New" icon on the main pages next to the categories that have been updated. It would also be cool to have that "New" show on the actual listing as well. Any hints or clues?

Thanks much for the help!

Greenguy 2013-07-11 08:20 AM

I've wondered if there was a way to do this on Sunshine's Lesbians Network, so I hope someone has the answer as well |shake|

pc 2013-07-11 09:07 AM

There is way. Im away from my laptop but tonight ill give you an update unless someone beat me to it.

pc 2013-07-11 04:19 PM

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]}
{$c.name[0]|htmlspecialchars}

{/if}
{$c.name|htmlspecialchars}

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.

Jeremy82 2013-07-12 04:42 AM

|yourock


All times are GMT -4. The time now is 12:32 PM.

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