Search found 7 matches

by linsec
Wed Mar 28, 2007 8:23 am
Forum: Modules/Add-Ons
Topic: TinyMCE and absolute urls
Replies: 12
Views: 9858

TinyMCE and absolute urls

Hi, Im having issues in NMS where TinyMCE is stripping any absolute urls in the page after submitting it. This is naturally causing broken images and links when the page is being displayed in an email client. Ive tried modifying the relative_url and convert_url options to 'false' in the tiny_mce.js ...
by linsec
Thu Jan 19, 2006 9:50 am
Forum: CMSMS Core
Topic: FCKeditorX and remove format under MSIE
Replies: 4
Views: 2183

Re: FCKeditorX and remove format under MSIE

Hi Megabob, Your right, looks like a long time bug in fckeditor :( It was working for me at one stage, must have been a very older version of fckeditor. Its only when using styles, which is why its not classed as a high priority i guess... http://sourceforge.net/tracker/index.php?func=detail&aid...
by linsec
Thu Jan 19, 2006 2:25 am
Forum: CMSMS Core
Topic: FCKeditorX and remove format under MSIE
Replies: 4
Views: 2183

Progress?

Any forward movement on this bug?

It makes it really hard under IE to use the editor since you can only use the source button to remove any formatting  :'(

Any workaround or input appreciated. I can hack the code, i just need to know where to look ;)

Cheers,

Shane.
by linsec
Tue Dec 13, 2005 2:10 am
Forum: Developers Discussion
Topic: Running modules via code
Replies: 4
Views: 2834

Re: Running modules via code

Hi Wishy, No luck with these options, when running the following: $id = 'myid'; $newmodule =&$this->GetModuleInstance('modulename'); @ob_start(); $newmodule->DoAction('default', $id, $params, $returnid); $text = @ob_get_contents(); @ob_end_clean(); return $text; I get the error: Fatal error: Cal...
by linsec
Mon Dec 12, 2005 12:27 pm
Forum: Developers Discussion
Topic: Running modules via code
Replies: 4
Views: 2834

Re: Running modules via code

Hi wishy, Thanks for the fast response! The first option gave an error:  Fatal error: Cannot pass parameter 2 by reference in line {blah} Second gave an error saying that GetModuleInstance is an undefined function... :( Am i missing something? The module im trying to run is fine when run from it's o...
by linsec
Mon Dec 12, 2005 8:01 am
Forum: Developers Discussion
Topic: Running modules via code
Replies: 4
Views: 2834

Running modules via code

Hello Devs, How can I run a module within a module? Basically, i want to call a module within the code of the current module, when i try something like:           {cms_module module="modulename"} within the module im creating, it just echo's it out on the page and doesnt run the module. Ho...
by linsec
Wed Dec 07, 2005 1:32 am
Forum: CMSMS Core
Topic: FCKeditorX and remove format under MSIE
Replies: 4
Views: 2183

FCKeditorX and remove format under MSIE

Hello, Ive upgraded CMS Made Easy 0.11 with FCKeditorX 0.9.7,  from 0.10. For some reason the 'remove format' button doesnt work under MSIE, it works fine under mozilla/firefox though. Ive used FCKedit before and this function has worked under MSIE, not FCKeditorX though  :( Anyone else experiencing...

Go to advanced search