Closed (outdated)
Project:
Node Edit Protection
Version:
6.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
6 Feb 2009 at 07:18 UTC
Updated:
4 Jan 2023 at 01:38 UTC
Jump to comment: Most recent
Comments
Comment #1
febbraro commentedWhen you are on any node page, view the source. Do you see a node_edit_protection.js file?
Also, are there any javascript errors on the page? JS errors from earlier scripts will prevent this one from working.
Comment #2
steveray commentedSearched but didn't find node_edit_protection.js on the book and blog nodes I looked at.
There were no javascript errors.
Comment #3
probocop commentedI'm having a similar problem, the javascript alert doesn't popup if the only changes I have made have been to the body content (using FCKeditor & wysiwyg)
It works fine if I change any of the other fields.
Comment #4
rooby commentedIf you are using a custom theme try the patch at #1231986: Doesn't work in some themes
If you are using jquery update or just a newer version of jquery than the drupal 6 core version try the patch at #848020: Incompatibility with jQuery Update
If you need both you will probably have to apply manually as they will interfere with each other.
Comment #5
acbramley commented