Nice Tool, I will probably integrate it...
Is there any way to disable some features of this tool. For example I would only allow Bold, Underline and some more features instead of all....
Thanks for help


![]() |
| | Thread Tools | Display Modes |
| |||
|
Nice Tool, I will probably integrate it... Is there any way to disable some features of this tool. For example I would only allow Bold, Underline and some more features instead of all.... Thanks for help |
| |||
|
there is an error if you want the short description option work again add this {literal} <script language="javascript" type="text/javascript"> tinyMCE.init({ mode : "exact", elements : "bodytext", theme : "advanced", plugins : "advimage,advlink,emotions,iespell,insertdatetime, preview,media,visualchars,xhtmlxtras", theme_advanced_buttons1 : "bold,italic,underline,|,justifyleft,justifycenter ,justifyright,justifyfull,|,bullist,numlist,|,inse rtdate,inserttime,|,forecolor,backcolor,|,hr,remov eformat,formatselect", theme_advanced_buttons2 : "link,unlink,image,media,|,undo,redo,cleanup,|,cod e,preview", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_path_location : "bottom", extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|h eight|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]", browsers : "msie,gecko,opera,safari" }); </script> <script type="text/javascript"> function SetState(obj_checkbox, obj_textarea) { if(obj_checkbox.checked) { obj_textarea.disabled = false; } else { obj_textarea.disabled = true; } } function textCounter(field, countfield, maxlimit) { if (field.value.length > maxlimit) // if too long...trim it! field.value = field.value.substring(0, maxlimit); // otherwise, update 'characters left' counter else countfield.value = maxlimit - field.value.length; } </script> {/literal} |
| |||
| |
| |||
|
Installed, insert pictures published pictures do not show what is the reason for this? ![]() ![]() ![]() google rss dig / Published News |
| |||
| |
| |||
|
Can we use tinymce to edit posts too?
|
| ||||
|
TinyMCe does not allow to preset content - so it would probably fail
|
| |||
|
i made it and it works well 1) edit editlink_edit_center.tpl and add the same code for submit_step2.tpl on the same part. 2) edit pligg.tpl and add below this code: Quote:
Quote:
Last edited by Naranja; 12-29-2007 at 10:01 AM. |
| |||
| Quote:
{config_load file="/libs/lang.conf"} in submit_step_2.tpl I am using default template I am using 9.9 any help please? |
| ||||
|
NicEdit was created over the past month as an alternative for the complexity, many files and large download size (> 200KB) of popular WYSIWYG editors such as TinyMCE and FCKEditor. It implements many of the standard rich text features like these editors but is easier to integrate without impact on download size. In addition NicEdit instances are more flexible than some other editors and can expand to fit content added. NicEdit controls can also edit multiple divs or converted textareas on a page transparently while preserving the look and feel of the page and saving content via AJAX. HTML Code: <script src="http://js.nicedit.com/nicEdit.js" type="text/javascript"></script> <script type="text/javascript"> bkLib.onDomLoaded(nicEditors.allTextAreas); </script><textarea name="1" cols="60" rows="5"></textarea> example 1: NicEdit.com - Micro Inline WYSIWYG example 2: NicEdit.com - Micro Inline WYSIWYG example 3: NicEdit.com - Micro Inline WYSIWYG example 4 Save Content via AJAX: NicEdit.com - Micro Inline WYSIWYG DOWNLOAD: http://nicedit.com/nicEdit-full.zip the fli js is full configurable |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Warning messages in the 3rd step of submission - Please help | PurpleCow | Questions and Comments | 12 | 10-02-2007 10:27 PM |
| "Confirm" message box when trying to modify submission in Step 3 | nothingman | Questions and Comments | 0 | 09-22-2007 06:53 PM |
| [SOLVED] how to make url submission as not a mandatory step | sharatthakur | Questions and Comments | 2 | 07-02-2007 01:36 PM |
| Step 2 Submission Formatting Problem | csakon | Questions and Comments | 0 | 04-15-2007 11:05 PM |
| Pligg step 3 of 3 submission error | xur17 | Questions and Comments | 1 | 04-20-2006 08:22 PM |