Joomla Articles Displaying On Front Page - News Show GK Pro

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
Wed Jun 26, 2013 7:09 pm
Reply with quote
Report this post
Hello,

I am using the News Show Pro module with Joomla Articles. When I click on thumbnail it reloads the homepage with the article's url, and the article is displayed below the GK News Pro module.

How do I make it so clicking on News Pro Thumbnail loads article on its own page??

Thank you for your help!
User avatar
Senior Boarder

GK User
Wed Jun 26, 2013 8:16 pm
Reply with quote
Report this post
I found that if I create a menu item for the article then the GK News Pro links to the article on its own page.

Do I need to create a hidden menu item for every article GK News Show will link to??
User avatar
Senior Boarder

GK User
Fri Jun 28, 2013 2:57 pm
Reply with quote
Report this post
This is a bug of NSP module, you can't always create hidden menu for each article.

Open: /modules/mod_news_pro_gk5/tmpl/com_k2/view.php

Find:
Code: Select all
$IMG_SOURCE = '';

Add after:
Code: Select all
$IMG_LINK = urldecode(JRoute::_(K2HelperRoute::getItemRoute($item['id'].':'.urlencode($item['alias']), $item['cid'].':'.urlencode($item['cat_alias']))));
User avatar
Platinum Boarder


cron