Content Field in Image Show GK4

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
Sat Apr 05, 2014 6:16 am
Reply with quote
Report this post
How can I use the Content field in "Image Show GK4" -> "Your Slides" -> "Slides" ? And HTML-Tags? Because the instruction on http://www.gavick.com/documentation/joo ... -show-gk4/ doens't work for Rockwall.

I tried all the Module Styles but none of them work with RocIkwall. I need to format the text in the slideshow!!!

Thanks for your help!
User avatar
Fresh Boarder

teitbite
Sat Apr 05, 2014 5:04 pm
Reply with quote
Report this post
Hi

Please edit /modules/mod_image_show_gk4/styles/gk_rockwall/view.php and under line 60 which looks like this:

Code: Select all
            <h2><?php echo $title; ?></h2>


add this code:

Code: Select all
            <div><?php echo $content; ?></div>


this way the content field will show whatever You will put there.
User avatar
Moderator

teitbite
Mon Apr 07, 2014 9:36 pm
Reply with quote
Report this post
Hi

This is getting much more interesting with every minute :? Please send me na access to ftp and joomla panel, so I'll be able to figure it out in Your enviroment.
User avatar
Moderator

GK User
Mon Apr 07, 2014 9:39 pm
Reply with quote
Report this post
If you want to edit to edit HTML in your Conent field, replace
Code: Select all
            <h2><?php echo $title; ?></h2>

on line 60 in /modules/mod_image_show_gk4/styles/gk_rockwall/view.php with
Code: Select all
            <div><?php echo str_replace(array('[leftbracket]', '[rightbracket]'), array('<', '>'), $content); ?></div>


That does the trick!
User avatar
Fresh Boarder

teitbite
Tue Apr 08, 2014 4:52 pm
Reply with quote
Report this post
Hi

Ok. Thank You for shearing. I bet it will help couple more users :)
User avatar
Moderator


cron