Scrolling text from htmlblob?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
jah
Forum Members
Forum Members
Posts: 147
Joined: Thu Dec 30, 2004 9:09 am

Scrolling text from htmlblob?

Post by jah »

Is there a way I can scroll the content of an htmlblob vertically?
Basically I'm trying to make it simple for the user to add and remove events that are attracting attention by making it some sort of events ticker.

Javascript seems complicated since the user cannot simply use the WYSIWYG editor because of the javascript code.

I was also thinking that this could be implemented as a simple events module, where the editor can enter time/date, title and description of the event. The events should then automatically be removed from the list when the date is passed.

Any suggestions?
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Scrolling text from htmlblob?

Post by Ted »

Take a look at http://wiki.cmsmadesimple.org/pmwiki.ph ... nedPlugins. Calguy has posted a Marquee plugin that might work for you. I've never tried it myself.
Anonymous

Scrolling text from htmlblob?

Post by Anonymous »

There is no link to the download of this plugin. Any idea where it has gone?
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Scrolling text from htmlblob?

Post by Ted »

Very strange. Anyway, with a little guess work, I found it at: http://svr.techcom.dyndns.org/projects/ ... ee.php.txt
jah
Forum Members
Forum Members
Posts: 147
Joined: Thu Dec 30, 2004 9:09 am

Scrolling text from htmlblob?

Post by jah »

Thanks Wishy,
It works the way it should :D
However the problem is that it is difficult for an editor to enter the content like this:
{marquee content="Here is the scrolling text" width"150" etc...}
Maybe I can modify this myself to extract content from the DB.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Scrolling text from htmlblob?

Post by Ted »

It's possible. I'm almost thinking that it would be pretty easy to have the marquee pull an html blob from the database and display what is in it.
Post Reply

Return to “CMSMS Core”