JoomEXT:WYSiWYG Editor
From Kb_JMY(晉明夷)
Joomla Extensions for WYSiWYG Editor
Contents |
JoomFCK
faq(JoomFCK)
JoomFCK works in Frontend, but not in backend, pls. help!
- Ref:
- joomla.org -- JoomFCK works in Frontend, but not in backend, pls. help!
- joomla.org -- FAQ: Why do the pop ups in my WYSIWYG editor not work or show gibberish?
- joomla.org -- WYSIWYG editor not functioning properly.
- Problems:
I have installed JoomFCK editor. My Joomla is v1.0.12 (Chinese version, utf-8 encoding) I can edit content pages in the frontend! But... JoomFCK does not display in the backend! (pls. see attached screen capture) Any ideas to work around? |
- Solutions:
- The way you access the backend must be matched with the way $mosConfig_live_site being configured in "configuration.php"
- -> That is, you must access your backend by http://www.mysite.com/administrtator
- if $mosConfig_live_site = 'http://www.mysite.com';
- -> Or http://mysite.com/administrtator
- if $mosConfig_live_site = 'http://mysite.com';
JCE Editor
Installation
jd-wp tinymce: Could not find XML setup file Error
- Problems:
======================================== Upload component - Upload Failed ERROR: Could not find an XML setup file in the package. [ Continue ... ] Upload component - failed Installation file not found: /home/mysite/public_html/forum/media/install_459139938134e/wp-tinymce/ [ Continue ... ] ======================================= I tried to go to the directory "install_459139938134e" but no such directory is found. |
- Solution: <--- NOT being verified
|
FAQ(JCE)
Enabling Copy&Paste for editing inside Firefox
- To protect users' private information, unprivileged scripts cannot invoke the Cut, Copy, and Paste commands in the Mozilla rich text editor, so the corresponding buttons on the Mozilla Rich Text Editing demo page will not work. To enable these functions for purposes of the demo, you must modify your browser preferences.
- For Firefox:
1. Quit Firefox. If you have Quick Launch running (in Windows, an icon in the toolbar), quit that too.
2. Find your Firefox profile directory. On Windows, this is often located in
C:\Documents and Settings\<Windows login>\Application%20Data\Mozilla\Firefox\Profiles\<one folder>.
(See also editing configuration files for more info on locating your profile folder.)
3. Open the user.js file from that directory in a text editor. If there's no user.js file, create one.
4. Add these lines to user.js:
user_pref("capability.policy.policynames", "allowclipboard");
user_pref("capability.policy.allowclipboard.sites", "http://www.mozilla.org");
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");
Change the url "http://www.mozilla.org" to where you want to enable this function.
5. Save the file, and restart Firefox. The Clipboard buttons should now function.
Note: The preference is site as well as protocol specific. For example
user_pref("capability.policy.allowclipboard.sites", "http://www.mozilla.org")
is not the same as
user_pref("capability.policy.allowclipboard.sites", "https://www.mozilla.org")
(the first is http and the second is https)
For more information about security policies, see http://www.mozilla.org/projects/security/components/ConfigPolicy.html.
Changing JCE image folder location
- Ans:
- Go to Components > JCE Administration > Groups
- Click Default. Towards the bottom of the pages is another "file directory path" under plugin options.
- If it doesn't let you make changes make sure your usertype has the correct access to make the change. It's on the setup tab under Groups.

