5 Posts
narciso
10 years ago
1
Topic

Hello,

I haven't found nothing about GK5 and Seblod in thids forum. Sorry if I was wrong.

After installing Seblod 3.1.5 in a Joomla! 3.1.5 with the  module News Show Pro GK5  1.3.1, I got a blank page where a GK5 mod was pubblished. I found this to solve the problem

http://direktspeed.wordpress.com/2013/07/14/problem-mit-mod-gk5-news-pro-und-seblod-3-1-und-joomla-3-1-gelost/

Edit /modules/mod_news_pro_gk5/helpers/gk.utils.php and comment the two extra lines

// solved problem from: https://www.gavick.com/support/forums/47/12309.html?p=57464#p57464
$cck_path = JPATH_BASE . DS . 'components' . DS . 'com_cck';
if (file_exists($cck_path)) {
   if(JComponentHelper::isEnabled('com_cck', true)){
     // Force parsing plugin if SEBLOD is used
     // if($this->config['parse_plugins'] == FALSE) {
        $text = JHtml::_('content.prepare', $text);
     // }
     $text = trim(substr(strip_tags( $text,"<br /><br><strong></strong><p></p><i></i><b></b><span></span><ul></ul><li></li><blockquote></blockquote>"),0));
   }
}

Regards,

Narciso.


Get a Book for SEBLOD
98 Posts
Edwin
10 years ago
0
Level 1

Hello Narciso

Thanx for your solution. My News Pro works, except the images don't show up. If you are using images, pls let me know how you set it up to make it work. Thanx

Regards

Edwin

Get a Book for SEBLOD