PEAK XOOPS - Re: plzXoo Alternative in englishin japanese

Re: plzXoo Alternative

List posts in the topic

none Re: plzXoo Alternative

msg# 1.1.1
depth:
2
Previous post - Next post | Parent - No child | Posted on 2009/1/20 12:49 | Last modified
GIJOE  ÀèǤ·³Áâ   Posts: 4110
hi leco.

plzXoo disallows to post HTML without escaping.
This means that WYSIWYG editor is useless.

If you use any hacks about it, you can use fckxoops by editing templates *_edit.html like:

	<textarea name='body' id='body' rows='10' cols='50'><{$question.body}></textarea>

	<script type="text/javascript" src="<{$xoops_url}>/common/fckeditor/fckeditor.js"></script>
	<script type="text/javascript">
	oFCKeditor = new FCKeditor( "body", "100%", "350", "Default" );
	oFCKeditor.BasePath = xoops_url + "/common/fckeditor/";
	oFCKeditor.ReplaceTextarea();
	</script>
Votes:10 Average:10.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!