Support Forum

  • Page:
  • 1

external links in new browser window (..blank)

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

looking for an solution to open the external links in a new window - anybody tried this yet?



many thanks



joe
  • Dan Barua's Avatar
  • Dan Barua
  • Free Extensions
  • 1 posts
  • Karma: 0
The administrator has disabled public write access.
It can be done but you'll have to hack the mod_hoverbox.php file. JUst open it up in a text editor and then add the target="_blank" tag to each of the links.

[code:1]

<a href="joomlabamboo.com/" target="_blank" ><img src="<?php echo $directory?>/<?php echo $image1?>" title="<?php echo $t1?>" alt="<?php echo $a1?>" /></a>[/code:1]
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers