When setting the scope to non-admin pages, I think only /admin pages are excluded. But then we forget about pages like /node/add or node/edit and such.
I'd like the option to exclude any page that has content editing options. Only clickheat the regular pages for anonymous visitors.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 397076-node-scope.patch | 1.94 KB | boombatower |
Comments
Comment #1
Anonymous (not verified) commentedAddition:
The reason why? Because every click on my node/edit page is registered which takes half a second. Clicking tick boxes becomes very annoying now...
Comment #2
boombatower commentedYou can easily restrict it further by adding the exception to the standard block interface.
Otherwise the edit/add pages are not necessarily admin pages...as it is an option in admin theme to include them....kinda depends on site.
I wasn't trying to design a robust filter and since you can restrict it via the standard block filter I would vote for that. If you provide a patch I'll be happy to review.
Let me know if you get that to work.
Comment #3
boombatower commentedFinally got around to this.
Comment #4
boombatower commentedCommitted.