Closed (fixed)
Project:
Annotate
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2007 at 11:27 UTC
Updated:
8 Oct 2007 at 14:34 UTC
Hi,
On this page: http://www.klimatosoof.nl/node/303 when I select the Annotate option I get TWO boxes. Do you have an explanation and or a way to get rid of it?
It may have to do with the fact that the page contains a Video, but that would surprise me since the Video gets there through the module Embedded Media Field and as far as I know this doesnt treat videos as nodes.
Thanks
Theo Richel
Comments
Comment #1
clemens.tolboomThe code for displaying a annotation box is
This means one form per node.
What you could do is add this code snippet right after case 'view':
(haven't tested the code)
Then ask for a page having this double annotate box.
Add a new comment with the new log entry.
Then goto 'admin/logs/watchdog'
Do not forget to remove the line of code again :-)
Comment #2
clemens.tolboomAfter a phone call it became clear that the combination
- node to block module
- tinymce module
pulled forward two full nodes with rich text enabled.
tinymce put these two editors below each other. Probably because the block space was too small.
Case closed
Comment #3
theorichel commentedNot entirely closed ;-) I'd like to tell how I solved it right after our phone call: I made a new content type, similar to 'story' but with the Annotate option disabled. I use that content type when I want to put the text of a node in a block next to my main body of text ( With the Node as a block module).