Page 1 of 1

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

Posted: Tue Oct 23, 2007 3:03 pm
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

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

Posted: Wed Oct 24, 2007 7:01 am
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.. ;)

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

Posted: Sat Oct 27, 2007 1:16 pm
by RonnyK
Make sure that a WYSIWYG is selected in "Global Settings", "Frontend wysiwyg:".

Ronny

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

Posted: Sat Oct 27, 2007 1:28 pm
by liudaz
My mistake - didnt notice that that the FE WYSIWYG editor needs to be specified in the Global setings.  :D

Thank you, RonnyK

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

Posted: Sat Oct 27, 2007 3:10 pm
by liudaz
Solved :)