What we do module without links to articles

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Jul 30, 2013 1:58 pm
Reply with quote
Report this post
Hi there,

How can I configure News Show Pro GK5 in "what we do" module, without using links to k2 articles to show the front page as a website without subpages?
User avatar
Expert Boarder

GK User
Wed Jul 31, 2013 12:59 am
Reply with quote
Report this post
There are no options to do that within the module, you may edit the layout file of that module to remove the code which is to display link.
User avatar
Platinum Boarder

GK User
Fri Aug 02, 2013 11:51 am
Reply with quote
Report this post
Hi Don,

Thank you for your answer. Do you know which lines of code I have to remove to don't damage the component effect?
User avatar
Expert Boarder

GK User
Sun Aug 04, 2013 4:58 am
Reply with quote
Report this post
Solving my own question. I found the best options to solve this problem is to use the same link for all thumbnails. I just change the line 37 in mod_news_pro_gk5\portal_modes\portfolio\controller.php. The problem is if the link change in the future, is necessary to update this file:
Code: Select all
echo '<a href="your link" title="'.strip_tags($this->parent->content[$i]['title']).'" class="gkImage animate_queue_element active">';
User avatar
Expert Boarder

GK User
Mon Aug 05, 2013 10:56 am
Reply with quote
Report this post
Yes, that's it. I'm glad you found it yourself.
User avatar
Platinum Boarder


cron