Elxis CMS Forum

Extensions => Modules => Topic started by: Patricia on June 06, 2007, 16:27:12

Title: I need help!
Post by: Patricia on June 06, 2007, 16:27:12
Hi Everyone,

I am using the Ads Ticker module for Joomla and I am experiencing a problem with the textarea returning, well, text and not supporting any code. I went and fine in the Elxis core that this is the way text area works, returning text and nothing else. Is there another parameter type, like editarea, I could use instead of textarea which that will support coding (like AdBrite code or embed flash)?

Any help is welcome.

Title: Re: I need help!
Post by: datahell on June 11, 2007, 00:26:44
Send me an email ( info [AT] datahellas [DOT] com ) or PM Patricia and attach in your message this module. I may find some time tomorrow to look at it.
Title: Re: I need help!
Post by: datahell on June 12, 2007, 13:41:41
Ok, here is a modified module.

You can not add javascript or html inside any parameter. To bypass this problem I added a new file called mod_ads_ticker_data.php which can contain html/javascript advertisements. See this file for sample code.

You can use any file you wish (and change between them)  by modifying the new-added parameter named ads_ticker_file. You can have simultaneus text and html ads  ;)



[old attachment deleted by admin]
Title: Re: I need help!
Post by: Patricia on June 12, 2007, 22:39:16
Thank you so much.  ;D It works like a charm.