Gossamer Forum
Home : Products : Gossamer Links : Discussions :

making links direct urls

Quote Reply
making links direct urls
When adding links to the directory with Gossamer Links, the urls run through the Links tracking system and then out. Is there a way to just have the destination URL as a direct link in the directory under the specific category? I want to do this for SEO.
Quote Reply
Re: [yo Huge] making links direct urls In reply to
Sure, you can just edit link.html.

Find:

Code:
<%config.db_cgi_url%>/jump.cgi?ID=<%ID%>

..and change to:

Code:
<%URL%>

This WILL NOT track the outgoing clicks though.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] making links direct urls In reply to
And there's no way to do it to just one URL in the database?
Quote Reply
Re: [yo Huge] making links direct urls In reply to
Not sure what you mean?

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [yo Huge] making links direct urls In reply to
You if/elseif condition along with what Andy said. It will work for single or your choice of multiple links.

Vishal
-------------------------------------------------------