MyBB Community Forums

Full Version: NEW - WYSIWYG Rich Text Editor (Build-in BBCode Editor) for MyBB 1.2.3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
thanks! Smile
Plz Help...

I am getting This error .....

Parse error: syntax error, unexpected T_VARIABLE in /home/mano/public_html/FreeWebWorld/inc/class_parser.php on line 165

The Contenst of My Class_parser.php are :
<snip>
Remove $c from your file on line 165

Edit: I removed your copy and paste of inc/class_parser.php for thread clarity, now that your problem is fixed.
well Nothing Happened .... The result is the same..

U meant This Right??
$c
//EDITOR
$text[2]=str_replace("&lt;br&gt;","HOTEDITOR_TMP_REPLACE",$text[2]);
ode = $this->mycode_parse_php($text[2]);
Yes .. It worked...
A slight Problem is still here.... The Right side [ Border ] of the Table of the text area in Quick edit is not showing up...How to fix this ???

[attachment=5638]

Thank You Tikitiki For ur help...
You need to edit file hoteditor_quickedit.php - FIND code

Instantiate("min","editor", getdata , "900px", "350px");

REPLACE WITH

Instantiate("min","editor", getdata , "600px", "350px");

Note:
min: show mini editor (can be changed to max if you want to show all buttons)
editor: name of editor (shouldn't be changed)
getdata: load html to editor (shouldn't be changed)
600px: editor width (can be changed to 100% )
350px: editor height

Regards,
Thank u sir..That worked!
Can u plz tell me that how can i add the Type of save and Cancel buttons in the Quick Edit [shown in image 2 ]instead of the default [shown in image 1. ]?

Image 1.
[attachment=5645]
Image 2.
[attachment=5646]

Thank You.
You need to add the link to your style .css file to hoteditor_quickedit.php

something like this:

<style type='text/css'>@import url(path/to your css file /xxx.css);</style>

and then insert class=xxx to button Save & Cancel. This is a basic HTML CSS stuff.
I have installed this set up, but it appears like the picture below.

When I activate this, the writing screen is empty and also I cannot write something in it. What is the reason of this problem?
I recommend you uninstall this MOD on your site and start over again.

Note that : there are 2 version of this MOD. If you installed WYSIWYG MOD version 1.0 (with Hoteditor V3 - gray color) then you have to uninstall it and startover with WYSIWYG MOD version 2.0 (Hoteditor V4 - office 2007 color)

The new MOD verisin 2.0 doesn't have "Secili Editor" (2 radio buttons)
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24