Interface does not have all available settings

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 Nov 14, 2013 10:38 am
I am using Blueapp for a project but the gk_imageshow module does not have all the settings that other templates have.

The example that Gavick provides (see link) have several settings available:
https://www.gavick.com/documentation/jo ... -show-gk4/

How can I add more of the interface settings? Specifically I want to disable the LINK button.

thanks,
User avatar
Fresh Boarder

GK User
Thu Nov 14, 2013 6:43 pm
Hi.
1) You are using Joomla 2.5 or Joomla 3.2 ?
2) Please install the most current version of module - downloaded from our page.
User avatar
Platinum Boarder

GK User
Thu Nov 14, 2013 6:58 pm
How can I add more of the interface settings? Specifically I want to disable the LINK button.

More than you have or we included?
Temporary you can not disable links. But you can "hack" our module to disable it.

For example for " shop and buy" style
Edit this file: modules\mod_image_show_gk4\styles\gk_shop_and_buy\view.php

Line 82 & 86

Code: Select all
<h3><a href="<?php echo $link; ?>">


Code: Select all
<p><a href="<?php echo $link; ?>">


delete "<a href="<?php echo $link; ?>">" and ending "</a>"


p.s.
If won't help let me know...
User avatar
Platinum Boarder

GK User
Thu Nov 21, 2013 1:55 pm
That did the trick!
User avatar
Fresh Boarder


cron