|
|
|
|
erpe
Offline
Posts: 2077
|
 |
« Reply #177 on: May 05, 2010, 04:23:09 PM » |
|
Hi @ all the guys from tiny_mce want you to tell them what is still to do in the future: there is a TinyMCE survey to find out where users are heading in terms of web development Please click here to take part: http://polldaddy.com/s/BD751DE7F5FE175Brgds erpe
|
|
|
|
|
Logged
|
|
|
|
|
|
sphinx
Offline
Posts: 2
|
 |
« Reply #179 on: May 07, 2010, 05:20:21 PM » |
|
i've just installed tinymce (3.35) and figured out that it strips parts of some code I insert in wysiwyg (source mode) as: <script language="javascript" type="text/javascript" src=" http://domain.com/file.js"></script> is stripped as: <script language="javascript" type="text/javascript"></script> latest tinymce, latest wb, default configs. any ideea?
|
|
|
|
|
Logged
|
|
|
|
|
|
|
|
Stefek
WebsiteBaker Org e.V.
Offline
Posts: 4884
|
 |
« Reply #182 on: June 10, 2010, 10:10:58 PM » |
|
Hello Erpe,
I am just curious: What are the benefits of using TINY MCE in comparison with CKE? Is there something I missed?
Regards, Stefekl
|
|
|
|
|
Logged
|
"In a time of universal deceit, telling the truth becomes a revolutionary act." - George Orwell, Nineteen eighty-four (1984)
|
|
|
|
|
yishay
Offline
Posts: 31
|
 |
« Reply #184 on: July 02, 2010, 10:30:48 AM » |
|
The ajax image editor doesnt work propperly. when i try tu upload an image i get this message: SyntaxError: missing ; before statement and when i try to edit an image i uploaded the normal way (via "media") i get this message: http://Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error. More information about this error may be available in the server error log. and thumbnails dont show in the "media screen" any thoughts?
|
|
|
|
« Last Edit: July 02, 2010, 10:33:41 AM by yishay »
|
Logged
|
|
|
|
erpe
Offline
Posts: 2077
|
 |
« Reply #185 on: July 02, 2010, 11:21:05 AM » |
|
Just tested this on my testinstallation and everything works fine for me: uploading images editing images and thumbnails are showing.
rgds
erpe
|
|
|
|
|
Logged
|
|
|
|
|
|
Boudi
Addon Team
Offline
Posts: 816
|
 |
« Reply #187 on: September 28, 2010, 09:31:12 AM » |
|
Hi there,
Because the FCK Editor gives more and more errors working under IE8 I decided to use the Tinmy MCE as a default editor.
The first thing I always did after install was remove the annoying <p> tags in the source code in one of the FCK files.
Now I want to remove the <p> tags permanently from the Tiny MCE editor. I couldn't find the right file in order to remove them. On the entire forum I couldn't find the answer too.
Does anyone know in which file I can remove the <p> tag permanently?
Thnq.
Greetz, Boudi
|
|
|
|
|
Logged
|
...:: Bake the Unbakable ::...
|
|
|
aldus
Offline
Posts: 1238
|
 |
« Reply #188 on: September 28, 2010, 01:30:00 PM » |
|
Hello Boudi The only way to get this one to __work__, is to modify the "include.php" inside the "tiny_mce" modules to get this work. Look for the following passage inside the "include.php" (maybe around line 160 ff.). force_br_newlines : true, force_p_newlines : false, forced_root_block : false,
And maybe you will have to add the line "forced_root_block: false," to the passage. hope it helpsRegards Aldus
|
|
|
|
|
Logged
|
|
|
|
Boudi
Addon Team
Offline
Posts: 816
|
 |
« Reply #189 on: September 28, 2010, 01:45:40 PM » |
|
Well...this is exactly what helps! ThnQ!!  You only have to add the forced_root_block : false, and it works like a charm! Greetz, Boudi
|
|
|
|
|
Logged
|
...:: Bake the Unbakable ::...
|
|
|
|
|
aldus
Offline
Posts: 1238
|
 |
« Reply #191 on: September 29, 2010, 04:29:47 PM » |
|
Hallo Boudi hm ... a typical bug - results form __transporting__ FCK Modules to TinyMCE without taking care about the language-modul-files of the TinyMCE The correct "form" has to be for the "modules" tinyMCE.addI18n('nl.wbmodules',{ desc : 'Interne WB link toevoegen', title: "WB Link - voeg interne link toe", });
instead of the FCK-Code ... witch is differ ... Ok - have made the changes to both modules for a quick test but can't tell if it is realy ok, as my dutch is ... ähm ... i can't read it  Kind regards Aldus
|
|
|
|
|
Logged
|
|
|
|
aldus
Offline
Posts: 1238
|
 |
« Reply #192 on: September 29, 2010, 07:29:40 PM » |
|
Hello, me again As it looks like, this is only the half one. We are also in the need to modify/translate the "nl.php" file inside the "langs" folder of the tinyMCE module at all. I've modify both modules and placed an asterix (*) followed by an number inside the "nl.php" - so you can find the correct place for the translation at all. As i hope so  . As you can see it in the attachements 2 and 3. E.g. file "plugins/wbmodules/langs/nl.php" <?php $WBModulesBtn = 'Insert/Edit Website Baker link **1'; $WBModulesDlgTitle ='WB Link - Insert internal link **2'; $WBModulesDlgName = 'Website Baker Link insert **3'; $WBModulesErrSelection = 'Please select a text in order to create a (internal) link **4'; $WBModulesErrPageSelect = 'Please select a page in order to create a link **5'; $WBModuleslblPageSelection = 'Select a WB Page to link to: **6'; $WBModuleslblTitle = 'Title **7'; $WBModuleslblInsert = 'Insert **8'; $WBModuleslblCancel = 'Cancel **9'; ?>
There is also a missing translations for "ru", "fr", "it", "no", "dk", ... and so on  If you are willing to serve theese ones - or your own, i've forgot to list it here - feel free to drop a PM to me  Kind regards Aldus
|
|
|
|
« Last Edit: September 29, 2010, 07:32:59 PM by aldus »
|
Logged
|
|
|
|
Boudi
Addon Team
Offline
Posts: 816
|
 |
« Reply #193 on: September 30, 2010, 10:21:09 AM » |
|
Hi Aldus, Thnx for taking the time to help me (and us?) out. As an att. I send you the translated files as you mentioned. (NL only) When there's an official update for the Tiny MCE I will download and test it  When there's more Dutch translation needed just let me know and I will be glad to help. Boudi
|
|
|
|
|
Logged
|
...:: Bake the Unbakable ::...
|
|
|
aldus
Offline
Posts: 1238
|
 |
« Reply #194 on: September 30, 2010, 06:02:17 PM » |
|
Hello Boudi Thank you for the dutch translation of the wbdroplets-modules-files ... Mybe i've got tomatos on my eyes or something else - but the languagefiles for the "wbmodules" are still in english at all ... or missing. As for the "cancle" or "save it" button i can do/handle/copy it by my self; but for the rest ... i don't want to ask »google-translations« – the great fun mashine.  Details inside the file "wb/modules/tiny_mce/plugins/wbmodules/langs/nl.php" <?php $WBModulesBtn = 'Insert/Edit Website Baker link **1'; $WBModulesDlgTitle ='WB Link - Insert internal link **2'; $WBModulesDlgName = 'Website Baker Link insert **3'; $WBModulesErrSelection = 'Please select a text in order to create a (internal) link **4'; $WBModulesErrPageSelect = 'Please select a page in order to create a link **5'; $WBModuleslblPageSelection = 'Select a WB Page to link to: **6'; $WBModuleslblTitle = 'Titel:'; $WBModuleslblInsert = 'toevoegen'; $WBModuleslblCancel = 'annuleren'; ?>
Kind regards Aldus
|
|
|
|
|
Logged
|
|
|
|
Boudi
Addon Team
Offline
Posts: 816
|
 |
« Reply #195 on: September 30, 2010, 06:11:28 PM » |
|
Oh d@mn!! I re-uploaded the original zip again haha  I will translate the both NL language files again! Modules: <?php $WBModulesBtn = 'Toevoegen/Wijzigen WB link'; $WBModulesDlgTitle ='WB Link - Toevoegen interne link'; $WBModulesDlgName = 'WB Link toevoegen'; $WBModulesErrSelection = 'Selecteer een tekst om een (interne) link aan te maken'; $WBModulesErrPageSelect = 'Selecteer een pagina om een link aan te maken'; $WBModuleslblPageSelection = 'Selecteer een WB Pagina om te linken aan:'; $WBModuleslblTitle = 'Titel'; $WBModuleslblInsert = 'Toevoegen'; $WBModuleslblCancel = 'Annuleren'; ?> Droplets: <?php $WBDropletsBtn = 'Toevoegen WB Droplets' ; $WBDropletsDlgTitle = 'Toevoegen Website Baker Droplet' ; $WBDropletsDlgName = 'Website Baker Droplet' ; $WBDropletsErrPageSelect = 'Selecteer!' ; $WBDropletslblPageSelection = 'Geïnstalleerde Droplets zijn:'; $WBDropletslblTitle = 'Titel:'; $WBDropletslblInsert = 'toevoegen'; $WBDropletslblCancel = 'annuleren'; ?> We all cool now? Or did I miss something? 
|
|
|
|
« Last Edit: September 30, 2010, 06:20:34 PM by Boudi »
|
Logged
|
...:: Bake the Unbakable ::...
|
|
|
aldus
Offline
Posts: 1238
|
 |
« Reply #196 on: October 01, 2010, 04:04:58 PM » |
|
Thank you, Boudi! I've made the changes and removed some old unnessesary files also from the modules. As far as i could test it here within e.g. #1462 and #1465 it's still working fine for me. Attachted are both tinyMCE-Modules in one zip. @all Anyone out here willing to make an translation for france, or dansk, or norsk, or itali, or "platt-düsk"  Kind regards Aldus
|
|
|
|
|
Logged
|
|
|
|
Bachson
Offline
Posts: 37
|
 |
« Reply #197 on: October 25, 2010, 10:22:05 PM » |
|
The tiny mce editor does not apear in opera any idea why?
|
|
|
|
|
Logged
|
|
|
|
PurpleEdge
Offline
Posts: 232
|
 |
« Reply #198 on: October 27, 2010, 12:28:07 AM » |
|
Do you have any thought on the jQuery version of tinymce?
|
|
|
|
|
Logged
|
|
|
|
Xagone
AddOn Development
Offline
Posts: 478
|
 |
« Reply #199 on: February 17, 2011, 04:49:36 PM » |
|
The last version (from asmap) I've download was missing some french version to properly work if your admin is in French, so i've made them, feel free to ad it to your next version
|
|
|
|
|
Logged
|
|
|
|
|