Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

user.js not allowing copy and paste into my website.com/zencart/store

  • 3 trả lời
  • 2 gặp vấn đề này
  • 6 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

I have tried multiple combinations of user.js to allow cut and paste in my admin section of zencart shopping cart on my sites. Here is where I am at now:

Firefox 5.0, Window 7, zencart uses this type of formating website.com/zencart/admin/

AppData/Local/Mozilla/Profiles/#######.default/user.js


user_pref("capability.policy.policynames", "allowclipboard");
user_pref("capability.policy.allowclipboard.sites", "http://www.mozilla.org http://goldendoorcollection.com http://www.goldendoorcollection.com http://goldendoorcollection.com/store/");
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");


Please can you help me resolve this.

Thank you Jan

I have tried multiple combinations of user.js to allow cut and paste in my admin section of zencart shopping cart on my sites. Here is where I am at now: Firefox 5.0, Window 7, zencart uses this type of formating website.com/zencart/admin/ AppData/Local/Mozilla/Profiles/#######.default/user.js <pre><nowiki>user_pref("capability.policy.policynames", "allowclipboard"); user_pref("capability.policy.allowclipboard.sites", "http://www.mozilla.org http://goldendoorcollection.com http://www.goldendoorcollection.com http://goldendoorcollection.com/store/"); user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess"); user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");</nowiki></pre> Please can you help me resolve this. Thank you Jan

Được chỉnh sửa bởi cor-el vào

Tất cả các câu trả lời (3)

more options

That is the location of the browser cache and not the main profile folder.

This is the location of the Firefox Profile Folder on Windows 7

  • C:\Users\<user>\AppData\Roaming\Mozilla\Firefox\Profiles\<profile>\

Help > Troubleshooting Information > Profile Directory: Open Containing Folder


Được chỉnh sửa bởi cor-el vào

more options

Yes! It Works!

Please change your instructions on: https://support.mozilla.com/en-US/kb/Profiles

(Click the Windows Start button and type %APPDATA%\Mozilla\Firefox\Profiles\...)

to include the word  ROAMING

C:\Users\<user>\AppData\Roaming\Mozilla\Firefox\Profiles\<profile>\

Someone soon will love you for it.

Thanks again.

Jwill

more options

You're welcome.

%APPDATA% is an environment variable and is a short for C:\Users\<user>\AppData\Roaming\
So both should end up at the same location.