Open Slide Link in New Window

Free Joomla module to create slideshow on your website which includes different data like part of articles or text defined by user.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu May 30, 2013 5:05 pm
Hi, I followed those instructions: https://www.gavick.com/forums/image-sho ... 24949.html, but it did not work (for gk_coffe, the second part of the code also is looking slightly different). Can anybody help me?

Thanks
User avatar
Fresh Boarder

GK User
Thu May 30, 2013 6:45 pm
You simply need to add ~ target="_blank" ~ to a links.

modules/mod_image_show_gk4/styles/gk_coffe/view.php

Line 41 find below code.
Code: Select all
<div class="gkIsSlide" style="z-index: <?php echo $i+1; ?>;" title="<?php echo $title; ?>"><?php echo $path; ?><a href="<?php echo $link; ?>">link</a></div>


Replace with below
Code: Select all
<div class="gkIsSlide" style="z-index: <?php echo $i+1; ?>;" title="<?php echo $title; ?>"><?php echo $path; ?><a href="<?php echo $link; ?>" target="_blank">link</a></div>


Line 72
Code: Select all
<a href="<?php echo $link; ?>"><?php echo $title; ?></a>

Replace with
Code: Select all
<a href="<?php echo $link; ?>" target="_blank"><?php echo $title; ?></a>


See you around...
User avatar
Platinum Boarder


cron