• Welcome to DNForum.com™ - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars
    If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the oldest global domain name community on the internet and continues to grow every day. There are over 45,000 domainers on DNForum doing everything from buying domains, selling domains, using our free in-house built tools, learning about domains and discussing domains. Take a minute and Register.

Custom content replication

Status
Not open for further replies.

Theo

New Member
The Originals
Joined
Feb 28, 2004
Messages
30,303
Reaction score
2,217
Is there a way to quickly replicate custom content? E.g. copy/paste entirely one custom content to another.

When using Firefox one cannot use the copy/paste function. Is there a solution to that?
 
Setting Prefs for the Mozilla Rich Text Editing Demo

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 Data\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) If you want to allow multiple urls to access the Paste operation, separate the urls with a space. For example:
user_pref("capability.policy.allowclipboard.sites",
"http://www.mozilla.org https://www.mozilla.org") For more information about security policies, see http://www.mozilla.org/projects/security/components/ConfigPolicy.html.
 
There's a great way around this with Firefox which I've been using with complete success. The answer is that the block you get when you try to do it using one method, such as right-clicking with your mouse, really amounts to nothing more than unwelcome cyber fiction. When you use the standard keyboard pasting method of the Ctrl + V keys it works perfectly and normally as it should. I've got one domain where I even maxed out the content section capacity that way, and lately I've gotten into adding some affiliate ads.
 
My oh My...Where's the eye?

You may want to try the Add On Extension Web Developer 1.1.4.

Exceptionally useful tool. Can instantly convert a site into HTML, CSS, and countless other formats. Heavily loaded with tools and options.

Hope it helps.
 
Just tested Cntrl + C / Cntrl + V to move affiliate links from one domain at Parked.com to another and that worked perfectly, too - took everything including the graphic banner, hyperlink content and formatting.
 
Status
Not open for further replies.
Back
Top Bottom