Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Link to detail page from title

Quote Reply
Link to detail page from title
Hello,

I've searched the forums but my results are for bigger and better than my small request -

I'm thinking about making the title link to the detail page in lieu of directly to the web site page. I want the link owner to be able to offer more info about their company before the user visits their site.

So, I was wondering what would I have to change to accomplish this? Have you felt any pro or cons with this method? Could it be a turn off to the user to have to do that extra step?

Thanks in advance for your help.
Quote Reply
Re: [SSmeredith] Link to detail page from title In reply to
Template = link.html


Just replace

<%db_cgi_url%>/jump.cgi?ID=<%ID%>


with

<%db_cgi_url%>/jump.cgi?Detailed=<%ID%> - this will count clicks to your Detailed page



or


replace with

<%detailed_url%> - this will not track clicks.
Quote Reply
Re: [Payooo] Link to detail page from title In reply to
Thanks Payoo!

I'l give it a try and see how the users like the new change.

Have a great day!