Quote:
Originally Posted by Ramster
and the fact that I cannot bulk import links means when a sponsor releases 10 new galleries and the models are different I have to enter the galleries one by one. That alone is a ridiculas feature.
|
Bulk importing with TGPX is a snap!
Quote:
Originally Posted by Simon
Star Man - I was going to ask Jeremy but I figured he'd say that since he wants people to use his LinkX script. But I sure can't find any reason (yet) not to use TGPX for a Link List.
|
Yeah,thats the only reason I could think of that he would say no.I've been using this set up for over a year now and I haven't had any problems,in fact the more I learn about TGPX the more I like it.
Quote:
Originally Posted by Simon
Nice work on DickHeadShit... I always liked Max Headroom too. 
|
Thanks!

Yeah,as a kid I used to wig out laughing at what a dick head he was!
Quote:
Originally Posted by Simon
Did you (or anyone using TGPX) find that there are particular user-defined fields you find very useful? I'm thinking of adding a field for "Title" since there's only a "Description" field in the default setup. Any other suggestions on those?
|
Yeah,I use 'keywords' for titles like this.
PHP Code:
{foreach from=$galleries var=$gallery counter=$counter}
</a> {$counter|tsprintf::"%02d"} . <a href="{$gallery.gallery_url|htmlspecialchars}" target="_blank">{$gallery.keywords|htmlspecialchars}</a> : </a> {$gallery.description|ucwords|htmlspecialchars} <br />
{/foreach}
The only annoying thing about it is when reviewing sites,I have to copy the site name from the 'site name' field and paste it into the 'keywords' field but other then that,I think this set up works great.
If you got any more questions,ask away.I'm no pro but hopefully I can help.
