Gossamer Forum
Home : Products : Links 2.0 : Customization :

can I make my home.htm Categories option to pop a new browser?

Quote Reply
can I make my home.htm Categories option to pop a new browser?
can I make my home.htm Categories option to pop a new browser?

not go with same browser.Tongue

and search summit.

thank you.



Mark
Quote Reply
Re: [marklin] can I make my home.htm Categories option to pop a new browser? In reply to
Try this;

In site_html_templates.pl, goto line ~403, which should have;

$output .= qq|<dl><dt><strong><a class="link" href="$url">$category_name</a></strong> <small class="numlinks">($numlinks)</small> |;

Replace this with;

$output .= qq|<dl><dt><strong><a class="link" href="$url" target=_blank>$category_name</a></strong> <small class="numlinks">($numlinks)</small> |;

Then do a rebuild, and that should work :)

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] can I make my home.htm Categories option to pop a new browser? In reply to
thank you Andy.

you help me a lot.



Mark