2 Questions for Horizontal Stripe

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
Thu Nov 19, 2009 7:32 am
Website: http://www.imison.com

1. How can I replace the "-" seperator wit a icon image? Meanin, how can I add an icon within my desc, and it be displayed in the scroll? I badly want this!!!

2. As you can see, there is an empty space after the last article desc scrolled. Can I adjust this so that it will scroll continuesly?

Thanks advance :)
User avatar
Expert Boarder

GK User
Fri Nov 20, 2009 12:46 am
I think that you should look into default.php file in this module ;)
User avatar
Administrator

GK User
Fri Nov 20, 2009 6:15 am
Thank dziudek, I think :(

Now I'm looking at this default.php file, and what should I see that? This is Greek for me, please can you help me with this.

I specially signed-up to become a member just to get a solution for my query!!!! And maybe I'll like the service and continue to support this establishment.

So please my friend, tell me what I need to change or insert? :)
User avatar
Expert Boarder

GK User
Sat Nov 21, 2009 2:29 am
User avatar
Administrator

GK User
Sun Nov 22, 2009 8:30 am
Thanks dziudek,

Is this correct code editing?

Code: Select all
if($this->config['show_title'] == 1) $content[$i] .= ' &<img src="http://www.imison.com/images/stories/logodot.png" width="20" height="20" />; ';


This points to the image:

<img src="http://www.imison.com/images/stories/logodot.png" width="20" height="20" />

The image will only be used to seperate the desc.

Many Thanks already
User avatar
Expert Boarder

professionals
Sun Nov 22, 2009 4:51 pm
Hi!
Have you already solved the problem?
Try this:

if($this->config['show_title'] == 1) $content[$i] .= ' <img src="www.imison.com/images/stories/logodot.png" width="20" height="20" /> ';
User avatar

GK User
Mon Nov 23, 2009 5:06 pm
Unfortunately not yet :(

I have done as suggested by replacing the code in line 175 in the helper.php file.

I then went to insert the image at the end of the article description in my content article.

I dont see the image as I hoped to...this is all new to me. I already appreciate your patience and expertise regarding this.

Attached is what it should look like.

Awaiting your reply
User avatar
Expert Boarder

professionals
Mon Nov 23, 2009 11:00 pm
This code should give you some idea how to implement an image inside scrolling text. Create sample html file like samle.html and put this code inside then safe.
Open it in a browser to see the effect

Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>sample</title>
</head>

<body bgcolor="#FFFFFF" topmargin=0 leftmargin=0 rightmargin=0 marginheight=0 marginwidth=0>
<table width=297  bordercolor=red style="border-collapse:collapse; text-align: center;"><tr><td width="297">
<font size=6 face="arial black" color=red> <marquee>
<img src="http://www.gavick.com/images/favicon.gif" width="20" height="20" /> Professional <img src="http://www.gavick.com/images/favicon.gif" width="20" height="20" />
</marquee> </font>
</td></tr></table></body>
</html>
User avatar

GK User
Tue Nov 24, 2009 6:56 am
Thanks for the alternative solution, I will go with this. Maybe Gvick can implement my requests into future updates of this module. I still love this module though. Many thanks for all the help and time afforded.

This post is now solved
User avatar
Expert Boarder

professionals
Tue Nov 24, 2009 4:30 pm
You're welcome :)
User avatar


cron