Closed (fixed)
Project:
Quick Tabs
Version:
6.x-2.0-rc1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2009 at 02:00 UTC
Updated:
3 Feb 2009 at 17:20 UTC
When using nodes as tabs there currently aren't any input formats as far as I could see, I really need them! Thanks.
Comments
Comment #1
mitchell commentedI'm not sure if I understand, but does this work for you? Form Block
Comment #2
pasqualleEvery node has an input format. I don't understand the request..
Comment #3
Flying Drupalist commentedAfter thinking about it a bit more, I think I understand what I was seeing. I had put a node with a input filter in a qt in a block, on a node with a different input filter. So basically QT defaults to the input filter of the node from the page, rather than that of the the node itself that's embedded. I didn't care too much to finagle about this so I stuffed it in a view which gets me what I want.
Comment #4
pasqualleIf the format is not applied on nodes, then this is a serious bug..
as I understand theme('node') should be changed to node_view
quicktabs.module (2.0-rc1) line 520
should be
Comment #5
pasqualleComment #6
pasquallehttp://drupal.org/cvs?commit=165888