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?
Scrolling text from htmlblob?
Scrolling text from htmlblob?
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?
There is no link to the download of this plugin. Any idea where it has gone?
Scrolling text from htmlblob?
Very strange. Anyway, with a little guess work, I found it at: http://svr.techcom.dyndns.org/projects/ ... ee.php.txt
Scrolling text from htmlblob?
Thanks Wishy,
It works the way it should
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.
It works the way it should
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.
Scrolling text from htmlblob?
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.

