In Links Admin, how do you turn of click-through tracking on links listed in the directory? Right now when you click a link it goes through the directory's domain and through jump.cgi. I want it to just be listing the domain name of each link with a direct link to each site's URL. Is this possible?
Jan 29, 2010, 5:12 AM
Veteran / Moderator (18436 posts)
Jan 29, 2010, 5:12 AM
Post #2 of 2
Views: 2558
Sure, in link.html just replace:
..to:
Should do the trick :)
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!
Code:
<%config.db_cgi_url%>/jump.cgi?ID=<%ID%>..to:
Code:
<%URL%>Should do the trick :)
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!