1
torweb
FireFox Issues with Module
  • 2007/8/9 16:12

  • torweb

  • Just popping in

  • Posts: 56

  • Since: 2007/3/5 1


I have the latest version of XOOPS and am using a module called Easy Web Pro. When I try to edit or create a page while using FireFox, I get an error that FireFox needs a plugin. When I go search for the plugin, there isn't one and I can't create or edit a page in the Easy Web Pro module. It works fine with IE....

Any ideas...and thanks in advance.

Tom

2
torweb
Re: FireFox Issues with Module
  • 2007/8/10 16:12

  • torweb

  • Just popping in

  • Posts: 56

  • Since: 2007/3/5 1


There is also a bug using the Tiny Editor module and firefox...the WYSIWYG editor will not function.

3
antifmradio
Re: FireFox Issues with Module

im testing out a different module that does what i think you are trying to do

ill let ya know if i get it working cause i use FFox all the time
well actually i use Firefox Portable

4
McDonald
Re: FireFox Issues with Module
  • 2007/8/20 6:57

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


TinyEditor works fine with FireFox.
I don't know what kind of problems you have with TinyEditor under FireFox but I think it's FireFox not being able to copy/paste.

To have the copy, paste and cut options working under FireFox you might have to do the following on a Windows machine:

Open the correct user folder in 'Documents and Settings'.
Open the folder Application Data -> Mozilla -> FireFox -> Profiles -> 'folder with a random name'.
Open the file user.js in a text editor and add the following code:
le="color: #000000"><?php user_pref("capability.policy.policynames", "allowclipboard"); user_pref("capability.policy.allowclipboard.sites", "http://<your_url>"); user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess"); user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");

Save the file user.js and restart FireFox.

Concerning the plugin, does FireFox tell you what plugin it needs?