Gossamer Forum
Home : Products : Gossamer Links : Discussions :

How to open TOP RATED links in a new window?

Quote Reply
How to open TOP RATED links in a new window?
Hi,

I use links in frames and the top rated links don't open in a new window. How can I make the top rated links open in a new window? Thanks.

Steve
Quote Reply
Re: [zebra4] How to open TOP RATED links in a new window? In reply to
Hi,

You should be able to do this by editing the jump_frame.html template, and changing:


Code:
<a href="<%config.db_cgi_url%>/rate.cgi?ID=<%ID%>">Rate Link</a>

...to;

Code:
<a href="<%config.db_cgi_url%>/rate.cgi?ID=<%ID%>" target="_blank">Rate Link</a>

Hope that helps.

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] How to open TOP RATED links in a new window? In reply to
I'm still using links 2.0 and there's no such template...
Quote Reply
Re: [zebra4] How to open TOP RATED links in a new window? In reply to
Erm, you're in the wrong forum then =) You definatly mean Links 2 FLATFILE, and *NOT* LinksSQL/Gossamer Links (MySQL) ?

Are you using my frames.pl modification?

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] How to open TOP RATED links in a new window? In reply to
Sorry Crazy

I'll repost my question in the link 2.0 board...