Greenguy's Board


Go Back   Greenguy's Board > General Business Knowledge
Register FAQ Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Rating: Thread Rating: 1 votes, 5.00 average. Display Modes
Old 2008-12-02, 11:07 AM   #1
Star Man
A boy without mischief is like a bowling ball without a liquid center
 
Star Man's Avatar
 
Join Date: Feb 2006
Location: clevel.......don't make me say it!
Posts: 436
Quote:
Originally Posted by Ramster View Post
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 View Post
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 View Post
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 View Post
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.
__________________
good luck
Star Man is offline   Reply With Quote
Old 2008-12-07, 11:32 AM   #2
Simon
That which does not kill us, will try, try again.
 
Simon's Avatar
 
Join Date: Aug 2003
Location: Conch Republic
Posts: 5,150
Send a message via ICQ to Simon Send a message via AIM to Simon Send a message via Yahoo to Simon
Quote:
Originally Posted by Star Man View Post
I use 'keywords' for titles like this.

{$gallery.keywords|htmlspecialchars}

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.
Maybe I'm missing the point... is there a reason, in the page template, not to just use the name of the user-defined field that you created where you're using the 'keywords' field now? Like this I mean:

{$gallery.site_name|htmlspecialchars}

I'm asking because I see this in the docs for the script:
In addition to these default values, all of your user defined gallery fields will be available from this template value as well. So, for example, if you create a user defined field with the name icq_number you can access this value using {$gallery.icq_number}
So I was planning to create a field called "title" and just do this in the page templates where I wanted to show the free site's title:

{$gallery.title|htmlspecialchars}

Is there a reason that using the built-in 'keywords' field instead would be better for some reason?



.
__________________
"If you're happy and you know it, think again." -- Guru Pitka
Simon is offline   Reply With Quote
Old 2008-12-07, 12:50 PM   #3
Star Man
A boy without mischief is like a bowling ball without a liquid center
 
Star Man's Avatar
 
Join Date: Feb 2006
Location: clevel.......don't make me say it!
Posts: 436
Quote:
Originally Posted by Simon View Post
Maybe I'm missing the point... is there a reason, in the page template, not to just use the name of the user-defined field that you created where you're using the 'keywords' field now? Like this I mean:

{$gallery.site_name|htmlspecialchars}

I'm asking because I see this in the docs for the script:
In addition to these default values, all of your user defined gallery fields will be available from this template value as well. So, for example, if you create a user defined field with the name icq_number you can access this value using {$gallery.icq_number}
So I was planning to create a field called "title" and just do this in the page templates where I wanted to show the free site's title:

{$gallery.title|htmlspecialchars}

Is there a reason that using the built-in 'keywords' field instead would be better for some reason?



.
No,your not missing any points Simon.I just thought 'keywords' would be a quick easy way to do it really.If you feel you want to create a custom field that you like better,go for it.
__________________
good luck
Star Man is offline   Reply With Quote
Old 2008-12-30, 10:50 AM   #4
Simon
That which does not kill us, will try, try again.
 
Simon's Avatar
 
Join Date: Aug 2003
Location: Conch Republic
Posts: 5,150
Send a message via ICQ to Simon Send a message via AIM to Simon Send a message via Yahoo to Simon
Quote:
Originally Posted by Star Man View Post
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.
I just wanted to post for others reading this thread in the future that there actually is a good reason to do what Star Man suggested here. I missed the point earlier because I hadn't yet discovered that the custom fields you can create are not displayed on the Search Galleries interface, only the built-in fields show up there.

So creating a new custom field called 'site name' or 'title' field for use by submitters is good, and it will show up during site reviews, but after that you'll only see the Free Sites' titles when you edit each individual record. No problem displaying the custom fields to submitters or surfers, but you can not see them in the admin via the main interface used to view your inventory of sites.

The idea of dedicating the Keywords field for this use is actually a good workaround for this problem.

Thanks, Star Man.

__________________
"If you're happy and you know it, think again." -- Guru Pitka
Simon is offline   Reply With Quote
Old 2008-12-31, 05:10 AM   #5
Star Man
A boy without mischief is like a bowling ball without a liquid center
 
Star Man's Avatar
 
Join Date: Feb 2006
Location: clevel.......don't make me say it!
Posts: 436
Quote:
Originally Posted by Simon View Post
I just wanted to post for others reading this thread in the future that there actually is a good reason to do what Star Man suggested here. I missed the point earlier because I hadn't yet discovered that the custom fields you can create are not displayed on the Search Galleries interface, only the built-in fields show up there.

So creating a new custom field called 'site name' or 'title' field for use by submitters is good, and it will show up during site reviews, but after that you'll only see the Free Sites' titles when you edit each individual record. No problem displaying the custom fields to submitters or surfers, but you can not see them in the admin via the main interface used to view your inventory of sites.

The idea of dedicating the Keywords field for this use is actually a good workaround for this problem.

Thanks, Star Man.

Sounds like everything worked out Simon.Glad I could help.
__________________
good luck
Star Man is offline   Reply With Quote
Reply

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:59 AM.


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