[solved] action="fesubmit" wouldnt display the WYSIWYG in the front end

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.
Locked
liudaz

[solved] action="fesubmit" wouldnt display the WYSIWYG in the front end

Post by liudaz »

Hello,

I put this type of call in the contetn page

Code: Select all

{news action="fesubmit"}
In the front end, i get the input fields for the news as it should be. The only thing is, that there is no WYSIWYG editor loaded.

Under each textarea, there is a tick box "Enable/Disable WYSIWYG", that by default is enabled.
If i click to enable it, the FF firebug displays an error: tinyMCE is not defined onclick(click clientX=0, clientY=0).

Here is same source from the front end

Code: Select all

<div class="pageoverflow">
		<p class="pagetext">*Content:</p>
		<p class="pageinput"><textarea id="m4content" name="m4content" cols="80" rows="20"></textarea><br/><input type='checkbox' checked='1' onclick='tinyMCE.execCommand("mceToggleEditor", false, "m4content");' id='check_m4content' CHECKED><label for='check_m4content'>Įjungti/išjungti WYSIWYG</label></p>
	</div>
Has anyone got any ideas?
You can see everything online http://www.placiau.lt/index.php/bandomas

I upgraded cms ms 1.1.4.1 to 1.2
TinyMce v2.2.5
News 2.5.1
Last edited by liudaz on Sat Oct 27, 2007 3:10 pm, edited 1 time in total.
liudaz

Re: action="fesubmit" wouldnt display the WYSIWYG in the front end

Post by liudaz »

Just did a fresh install of the cms ms 1.2 and still the same problem..
I guess to say "Adds capabilities to have a wysiwyg on the front end on v1.2" is a little bit incorect.

This possibility of having WYSIWYG on the front end would be very usefull not only for me, but and for many other users.  :)

I hope it is just a matter of time.. ;)
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: action="fesubmit" wouldnt display the WYSIWYG in the front end

Post by RonnyK »

Make sure that a WYSIWYG is selected in "Global Settings", "Frontend wysiwyg:".

Ronny
liudaz

Re: action="fesubmit" wouldnt display the WYSIWYG in the front end

Post by liudaz »

My mistake - didnt notice that that the FE WYSIWYG editor needs to be specified in the Global setings.  :D

Thank you, RonnyK
Locked

Return to “CMSMS Core”