Feature requests » Page should be open in new window.

added on May 5, 2008 by K
By clicking on the link of any website it should open in new window.
added on May 5, 2008 by v0id
Hi,

if you want the link to open in a new window, you should modify your template for the category:
The default html for the category is:
<a href="{$URL}" title="{$ANCHOR}">{$ANCHOR}</a>&nbsp;{$DESCRIPTION}&nbsp

Change this by adding a target="_blank" to this:
<a href="{$URL}" title="{$ANCHOR}"
target="_blank">{$ANCHOR}</a>&nbsp;{$DESCRIPTION}&nbsp

added on May 7, 2008 by webmaster
I put...

<a href="{$URL}" title="{$ANCHOR}"
target="_blank">{$ANCHOR}</a>&nbsp;{$DESCRIPTION}&nbsp

in both the index.php and in category folder but it did not work in IE or firefox. Hmmmmm.
added on May 7, 2008 by v0id
In the category folder? You should change the template from
LinkEX Admin > Categories > Edit
There you can edit what the html for each link should be.

- v0id
added on May 7, 2008 by webmaster
Totally Awesome! THANKS!

Add reply

This thread has been inactive for more than 14 days, so it has been locked.

Feel free to create a new thread with your questions.