Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   TGP Discussions (http://www.greenguysboard.com/board/forumdisplay.php?f=14)
-   -   can someone help me with a TGPX templete (http://www.greenguysboard.com/board/showthread.php?t=48708)

Tommy 2008-08-27 10:27 AM

can someone help me with a TGPX templete
 
I been fooling around with this for like 2 days

I wanna put 5 gallerys up with

1 thumbnail in each row with keywords and other stuff to the right of it


thumbnail

keyword

decription

url




this is what i got and it makes a mess




{/insert}
{/foreach}


{* PULL THE PERMANENT GALLERIES FROM THE DATABASE *}
{galleries
var=$galleries
type=permanent
format=any
getnew=true
allowused=false
description=true
preview=true
amount=5
previewsize=125x162
category=MIXED
sponsor=any
order=RAND()
reorder=RAND()}
{* DISPLAY ALL OF THE GALLERIES *}
{foreach var=$gallery from=$galleries counter=$counter}
Thumb



{$gallery.keywords|htmlspecialchars}

{$gallery.description|htmlspecialchars}

{$gallery.preview_url|htmlspecialchars}








Toby 2008-08-27 10:55 AM

{* PULL THE PERMANENT GALLERIES FROM THE DATABASE *}
{galleries
var=$galleries
type=permanent
format=any
getnew=true
allowused=false
description=true
preview=true
amount=5
previewsize=125x162
category=MIXED
sponsor=any
order=RAND()
reorder=RAND()}


{* DISPLAY ALL OF THE GALLERIES *}
{foreach var=$gallery from=$galleries counter=$counter}

{insert counter=$counter location=+1 max=4}

{/insert}
{/foreach}

Thumb
{$gallery.keywords|htmlspecialchars}

{$gallery.description|htmlspecialchars}

{$gallery.preview_url|htmlspecialchars}






Cleo 2008-08-27 10:57 AM

I see a table tags missing.

try
Code:












{* PULL THE PERMANENT GALLERIES FROM THE DATABASE *}
{galleries
var=$galleries
type=permanent
format=any
getnew=true
allowused=false
description=true
preview=true
amount=5
previewsize=125x162
category=MIXED
sponsor=any
order=RAND()
reorder=RAND()}
{* DISPLAY ALL OF THE GALLERIES *}
{foreach var=$gallery from=$galleries counter=$counter}
Thumb
{$gallery.keywords|htmlspecialchars}
{$gallery.description|htmlspecialchars}
{$gallery.preview_url|htmlspecialchars}








{/insert}
{/foreach}


Cleo 2008-08-27 10:59 AM

Looks like we both posted at the same time :)

Either should work depending on the layout you want.

Toby 2008-08-28 02:12 PM

You're welcome.

Tommy 2008-08-28 02:24 PM

thank you very much guys... i do appriciate it


All times are GMT -4. The time now is 06:40 PM.

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