wordpress plugin: wp javascript

so, hier das zweite plugin: wp javascript.
es bietet folgende funktionalitäten:
- no right mouse click
- no text selection
- no internet explorer image toolbar

sowie break out of frames und eine nette status bar animation!

Related posts:

  1. Wordpress Plugin: Default Post Content
  2. wordpress plugin: wp head
  3. wordpress plugin: get internetexplorer
  4. testing Wordpress 2.0.1
  5. Howto: Add “Add Attachment” - functionality to a MOSS2007 Blog (Comments)

Make a Comment

Make A Comment: ( 18 so far )

blockquote and a tags work here.

18 Responses to “wordpress plugin: wp javascript”

RSS Feed for konfabulieren Comments RSS Feed

Hi, Nice work! I installed the plug in but options page gives me:

Fatal error: Cannot redeclare hipslu_no_frames() in /home/virtual/site33/fst/home/dearenemy/public_html/wp-content/plugins/hipslu_wp-js.php on line 28

any ideas?

Thank you.

Robert UNITED STATES Mac OS X Mozilla Firefox 1.0.4 wrote on June 28, 2005 @ 21:18 (in other words: 20 hours, 39 minutes after the fact)

Robert

strange; which wordpress version are you using?

following code is included to avoid the problem you discribed:
// WordPress 1.5 includes this file again on the options page. Avoid duplicate declaration:
if ( function_exists(”is_plugin_page”) && is_plugin_page() ) {
hipslu_js_options_page();
return;
}

so at the moment i’ve no idea - i’ll think about that :sad:

hipslu AUSTRIA Windows XP Internet Explorer 6.0 wrote on June 28, 2005 @ 22:04 (in other words: 21 hours, 25 minutes after the fact)

hipslu

Hi, thanks for the help. I’m using wp 1.5.2, if that helps. Ive not had a lot of problems with tricky hacks or anything but I believe the problem might be a conflict with another plugin possibly?

more info:

using mac os x and firefox

Robert UNITED STATES Mac OS X Mozilla Firefox 1.0.4 wrote on June 29, 2005 @ 02:26 (in other words: 1 day, 1 hour after the fact)

Robert

try to check if there are multiple entries for the plugin in the field active_plugins in the wp_options table - if so, remove them.

open the plugin in notepad, find:

// WordPress 1.5 includes this file again on the options page. Avoid duplicate declaration:
if ( function_exists(”is_plugin_page”) && is_plugin_page() ) {
hipslu_js_options_page();
return;
}

and change it to:

// WordPress 1.5 includes this file again on the options page. Avoid duplicate declaration:
if (function_exists(’add_options_page’)) {
hipslu_js_options_page();
return;
}

hipslu AUSTRIA Windows XP Internet Explorer 6.0 wrote on June 29, 2005 @ 16:54 (in other words: 1 day, 16 hours after the fact)

hipslu

I check my website in Firfox and Internet Explorer, the no right click and text
selection doesn’t seem to be working in IE:?: The only thing that is working is
the status bar animation. Any suggestions?

She UNITED STATES Windows XP Internet Explorer 6.0 wrote on January 29, 2006 @ 07:57 (in other words: 7 months after the fact)

She

BTW I’m using the newest version of wordpress

She UNITED STATES Windows XP Internet Explorer 6.0 wrote on January 29, 2006 @ 07:57 (in other words: 7 months after the fact)

She

i didn’t test any plugin with wordpress 2.0 yet - i’ll do this as soon as i find time & i’ll then post new versions - thanks for using

hipslu AUSTRIA Windows XP Internet Explorer 6.0 wrote on February 7, 2006 @ 21:42 (in other words: 7 months, 2 weeks after the fact)

hipslu

tested with 2.0.1 (not 2.0), didn’t run into problems. please send me a list of your plugins - maybe there is some other problem. thx

hipslu AUSTRIA Windows XP Internet Explorer 7.0 wrote on February 12, 2006 @ 22:13 (in other words: 7 months, 2 weeks after the fact)

hipslu

Hi,

Thanks for your plugin. I’m using WP2.0 and on install I received this error.

Fatal error: Cannot redeclare hipslu_head_options_page() (previously declared in /home/themagic/public_html/blog/wp-content/plugins/hipslu_wp-head.php:32) in /home/themagic/public_html/blog/wp-content/plugins/hipslu_wp-head.php on line 96

Any ideas what the problem is?

Thanks.

E. Alvin Davis UNITED STATES Windows XP Internet Explorer 6.0 wrote on April 15, 2006 @ 22:18 (in other words: 9 months, 3 weeks after the fact)

E. Alvin Davis

i finally found some time to have a look at the annoying “redeclare” bug some of you are running into. well, in fact i do not understand why this happens, but i promise: it is fixed now. please download the new version asap (http://www.konfabulieren.com/wordpress-plugins/) and give me some feedback. thanks.

hipslu AUSTRIA Windows XP Internet Explorer 7.0 wrote on August 8, 2006 @ 22:08 (in other words: 1 year, 1 month after the fact)

hipslu

Don’t works for me, I’m using the newest version of WP 2.0.4. The same message as above. :neutral:

Natti GERMANY Windows XP Mozilla Firefox 1.5.0.6 wrote on August 16, 2006 @ 16:40 (in other words: 1 year, 1 month after the fact)

Natti

Fatal error: Cannot redeclare hipslu_no_frames() (previously declared in /home/hleersum/domains/spenk.nl/public_html/hans/wordpress/wp-content/plugins/hipslu_wp-js.php:25) in /home/hleersum/domains/spenk.nl/public_html/hans/wordpress/wp-content/plugins/hipslu_wp-js.php on line 22

the same bug in this plugin, where is the new file?

spenk.nl NETHERLANDS Windows XP Internet Explorer 6.0 wrote on September 23, 2006 @ 20:20 (in other words: 1 year, 2 months after the fact)

spenk.nl

i install the plugin but when i activated and i try to edit a post there is always redirection to my homepage is possible to fix some how this one?

Avernus GREECE Windows XP Flock 0.7.11 wrote on March 8, 2007 @ 16:19 (in other words: 1 year, 8 months after the fact)

Avernus

Hi,

I have been using your excellent plugin for about a year now with WordPress 2.0.1 and it has worked consistently and flawlessly on both IE (6.0 and 7.0) and Firefox (1.0, 1.5, 2.0).

I just upgraded my system to WordPress 2.1.3 and now the text is no longer protected from selection in Firefox 2.0, but it is in IE 7.0. The context menu works in both browsers and the image toolbar is removed in IE, so only the text selection in Firefox is an issue.

Do you have any suggestions or workarounds?

Thank you.

Mike UNITED STATES Windows XP Mozilla Firefox 2.0.0.3 wrote on April 29, 2007 @ 18:56 (in other words: 1 year, 10 months after the fact)

Mike

Note that I was using the WP-Javascript plugin version 1.0. When I upgraded to 1.2 the text selection was still not prevented in Firefox and the right click context menu was not disabled, so that version was worse for me. I temporarily reverted to v 1.0 to at least prevent the context menu in both browsers.

A fix or workaround would be much appreciated.

Thanks and keep up the great work.

Mike UNITED STATES Windows XP Mozilla Firefox 2.0.0.3 wrote on April 29, 2007 @ 19:12 (in other words: 1 year, 10 months after the fact)

Mike

ok, i’ll have a look at this and provide feedback soon.

hipslu AUSTRIA Windows XP Opera 9.20 wrote on April 29, 2007 @ 20:51 (in other words: 1 year, 10 months after the fact)

hipslu

fixed that. please note that the status bar scroller does not work in ie7 and the disable right mouse click does not work in opera (but it does in ie and firefox)

hipslu AUSTRIA Windows XP Internet Explorer 7.0 wrote on May 6, 2007 @ 12:02 (in other words: 1 year, 10 months after the fact)

hipslu

Hello
is it possible to have it where the popup box for no right clicking not be visible and if so what is needed to change this..

Kathleen UNITED STATES Windows Vista Mozilla Firefox 2.0.0.7 wrote on October 7, 2007 @ 04:11 (in other words: 2 years, 3 months after the fact)

Kathleen

Where's The Comment Form?

Liked it here?
klick here to open a random post - or have a look at this: