Elxis CMS Forum

Extensions => Bots and plugins => Topic started by: Aikoto on July 05, 2009, 20:12:37

Title: TinyMCE WYSIWYG Editor gone?
Post by: Aikoto on July 05, 2009, 20:12:37
After i edited some stuff in the css i'm now missing the TinyMCE WYSIWYG Editor, in the bot menu everything is on default setting, and in global configuration it is turn on.

Anyone knows where this has gone wrong all i get now when i editing a autonomous page is the html code.
Title: Re: TinyMCE WYSIWYG Editor gone?
Post by: ks-net on July 05, 2009, 20:18:03
since you say that you check everything else then ...

<?php if ( $my->id ) { initEditor(); } ?>


check (inside head tag )  in your tpl's index.php if you have the above line... perhaps that you didn't edited only css files but...  index.php also?
Title: Re: TinyMCE WYSIWYG Editor gone?
Post by: Aikoto on July 05, 2009, 20:23:07
got that line in my head tag :S
Title: Re: TinyMCE WYSIWYG Editor gone?
Post by: ks-net on July 05, 2009, 20:25:13
got means that actually have not it inside your head tag ?

and know works?
Title: Re: TinyMCE WYSIWYG Editor gone?
Post by: Aikoto on July 05, 2009, 20:26:18
well i got the following line in my index.php "<?php if ( $my->id ) { initEditor(); } ?>" and it is still not working (and yes it is located in the head tag)
Title: Re: TinyMCE WYSIWYG Editor gone?
Post by: ks-net on July 05, 2009, 21:11:37
check live-site url in global config. You must  log-in with the same url...

e.g. with www.mysite .com/administator  or just mysite .com/administrator (without www.)  .. same as apears in live-site at global-config( under server tab)
Title: Re: TinyMCE WYSIWYG Editor gone?
Post by: Aikoto on July 05, 2009, 21:29:48
Checked live-site url, and i do login with the same url. Still not working :/
Title: Re: TinyMCE WYSIWYG Editor gone?
Post by: ks-net on July 05, 2009, 21:48:06
can you give access..

PS.
i think that won't be necessary  to ask if you have java in your browser? or if an antvirus blocks javascript ...etc..etc..?
Title: Re: TinyMCE WYSIWYG Editor gone?
Post by: Aikoto on July 05, 2009, 21:53:33
check pm...

And yes java is working, and checked all the common things.

//Edit, it was my live-site url, and sorry for wasting your time over my own stupidity :(
Thanks alot Ks-net for the help