Delete colon (:) in highlighter

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
Mon May 14, 2012 7:35 pm
How can I delete the colon : a t the end of the news scroll highlighter?

Example: Image

Website: www.azharacademybolton.org
User avatar
Fresh Boarder

GK User
Tue May 15, 2012 11:41 pm
Any suggestions, anybody?
User avatar
Fresh Boarder

GK User
Tue Jun 19, 2012 7:40 am
moghees wrote:How can I delete the colon : a t the end of the news scroll highlighter?

Example: Image

Website: http://www.azharacademybolton.org

I wonder the same thing. Very irritating that ":" is added in the end of the title.
User avatar
Senior Boarder

GK User
Fri Jun 22, 2012 1:31 pm
Sorry, my english is horrible...

my solution:

Please edit the File helper.php in /modules/mod_highlighter_gk4/

find

Code: Select all
$news_content .= ': ';  }


hint: (in Dreamweaver line 141)

and replace with what ever you want or clean this string... (in this example i use "..." with spaces

Code: Select all
$news_content .= '...    ';  }


i hope, that help!

cheers Thomas
User avatar
Fresh Boarder

GK User
Wed Jun 27, 2012 2:50 pm
trichter wrote:Sorry, my english is horrible...

my solution:

Please edit the File helper.php in /modules/mod_highlighter_gk4/

find

Code: Select all
$news_content .= ': ';  }


hint: (in Dreamweaver line 141)

and replace with what ever you want or clean this string... (in this example i use "..." with spaces

Code: Select all
$news_content .= '...    ';  }


i hope, that help!

cheers Thomas


Thank you so much! It worked great!
User avatar
Senior Boarder


cron