No separator in Linear Animation

Discussion about free Joomla news rotator/ticker with multiple effects like scrolling, fading and several data sources supported.
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
Fri Jun 15, 2012 11:57 pm
Hi there,
is it possible to add a separator between any articles? like "..."

See attached screenshot:
"promozione Rainbow" is the end of the article and "AEFFE & BIASI" is the title of the next one.

I would like to have:
"promozione Rainbow... AEFFE & BIASI"

What file should I modify?

Thanks in advance!
User avatar
Fresh Boarder

teitbite
Sat Jun 23, 2012 12:17 pm
Hi

What joolma version is this module running with ?
User avatar
Moderator

GK User
Sun Sep 23, 2012 7:42 pm
Hi there,

I'm also interested in a workaround to separate news by a icon or a caracter. I use Joomla 2.5.6

Thks a lot in advance for your help

Pierre
User avatar
Fresh Boarder

teitbite
Mon Sep 24, 2012 7:33 am
Hi

Can You please tell me what joomla version are You using ? Than I'll be able to check proper version of the module and tell You where to make changes.
User avatar
Moderator

GK User
Mon Sep 24, 2012 3:24 pm
Hi,

I'm using Highlighter GK4 ver. 1.9 on Joomla 2.5.6

Thks a lot in advance,

Pierre
User avatar
Fresh Boarder

teitbite
Tue Sep 25, 2012 7:29 am
Hi

Than please edit file /modules/mod_highlighter_gk4/tmpl/content.php

about line 32 You will find such code:

Code: Select all
                   <div class="gkHighlighterItem"><?php echo $nh_content[$i]; ?></div>


simply add a separator at the end of it. Like that:

Code: Select all
                   <div class="gkHighlighterItem"><?php echo $nh_content[$i]; ?>...</div>
User avatar
Moderator

GK User
Tue Sep 25, 2012 8:31 am
Hi,

Thks a lot for your hint.
Have a nice day,

Pierre
User avatar
Fresh Boarder

teitbite
Tue Sep 25, 2012 11:48 pm
Hi

No problem. Glad I could help.
User avatar
Moderator

GK User
Sun Nov 04, 2012 10:12 am
Hi

I have apply the instructions but the separators are not working for me.

Joomla version 2.5.6

Highlighter 1.9

Many Thanks for your help
User avatar
Expert Boarder

teitbite
Sun Nov 04, 2012 1:14 pm
Hi

I do not know how to explain it better. Please send me an FTP access so I'll make it for You.
User avatar
Moderator

teitbite
Thu Nov 08, 2012 1:28 am
Hi

In Your case it was in a different line:

Code: Select all
            <?php for($i = 0;$i < count($nh_content); $i++) : ?>
                <?php if($this->config['animation_type'] != 'linear') : ?>
                   <div class="gkHighlighterItem"><?php echo $nh_content[$i]; ?></div>
                <?php else : ?>
                   <?php echo $nh_content[$i] . '... | '; ?>
                <?php endif; ?>
            <?php endfor; ?>
User avatar
Moderator

GK User
Thu Nov 08, 2012 11:08 pm
Many Thanks for your support !!!
User avatar
Expert Boarder


cron