The taggees listed at the bottom of a tagnode dissappear if you use a custom flexinode template file.

Is there a function I can use in my custom PHPtemplate files, ie. "node-flexinode-3.tpl.php" to output what is normally outputted at the bottom of a tagnode?

thanks in advance. this is a holy grail module for me... been looking for this functionality for a long time.

Comments

dado’s picture

Gundalo,
Thanks for reporting this. Will address tomorrow. Can you attach any PHPTemplate or theme files which will help me replicate the error?

dado’s picture

Assigned: Unassigned » dado
Status: Active » Fixed

Gundalo,
As we discussed offline, I implemented your code. The module now adds all HTML to be appended by this module when viewingeither a tagnode node or a taggee node, into the field

$node->tagnode_append

This permits more flexible theming in general, and with PHPTemplate in particular.
Thanks,
Dado

Anonymous’s picture

Status: Fixed » Closed (fixed)