PEAK XOOPS - plzXoo Alternative in englishin japanese

plzXoo Alternative

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 .2 | Posted on 2009/1/16 21:29 | Last modified
leco1  »°Åù·³Áâ From: Porto Alegre  Posts: 93
How is possible to use fckxoops in this module?

This editor is used in pico and d3forum and used it in this module can to be possible.

Thanks



Votes:8 Average:8.75
Previous post - Next post | Parent - Children.1 | Posted on 2009/1/19 7:22
leco1  »°Åù·³Áâ From: Porto Alegre  Posts: 93
The editor fckxoops is used in pico end d3forum and not used in this module.
Votes:10 Average:10.00
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
Previous post - Next post | Parent - No child | Posted on 2009/1/20 19:57
leco1  »°Åù·³Áâ From: Porto Alegre  Posts: 93
Thanks
Votes:7 Average:8.57

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!