When using nodes as tabs there currently aren't any input formats as far as I could see, I really need them! Thanks.

Comments

mitchell’s picture

I'm not sure if I understand, but does this work for you? Form Block

pasqualle’s picture

Status: Active » Postponed (maintainer needs more info)

Every node has an input format. I don't understand the request..

Flying Drupalist’s picture

Priority: Normal » Minor

After 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.

pasqualle’s picture

Title: Node Input Format » Filter not applied on nodes
Category: feature » bug
Priority: Minor » Critical
Status: Postponed (maintainer needs more info) » Active

If 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

$output = theme('node', $node, $tab['teaser'], $tab['hide_title']);

should be

$output = node_view($node, $tab['teaser'], $tab['hide_title'], FALSE);
pasqualle’s picture

Title: Filter not applied on nodes » Input format not applied on nodes
pasqualle’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.