bug on News Show Pro GK4 (NSP 3.1.2, j2.5)

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Mon May 14, 2012 6:42 pm
On file "layout.parts.php" function function image_vm itemid is missing in link.

Here is a workaround

Code: Select all
   // article image generator
   function image_vm($config, $news_id, $news_cid, $news_image, $news_title){      
        $news_title = str_replace('"', """, $news_title);
        $IMG_SOURCE = JURI::root() . $news_image;
        $itemid = $config['vm_itemid'];...
User avatar
Expert Boarder

teitbite
Thu May 17, 2012 6:11 pm
Hi

Yeap this is an issue. I'll let programmers know about it.
User avatar
Moderator

teitbite
Fri May 18, 2012 12:57 am
Hi

Ok. This fix was implemented and will be updated soon.
User avatar
Moderator

teitbite
Sat May 19, 2012 1:04 am
Hi

Package released.
User avatar
Moderator


cron