Tagnode doesn't display tagees if Flexinode PHPTemplates are used.
careernerd - October 25, 2005 - 19:55
| Project: | Tagnode |
| Version: | 4.6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | dado |
| Status: | closed |
Jump to:
Description
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.

#1
Gundalo,
Thanks for reporting this. Will address tomorrow. Can you attach any PHPTemplate or theme files which will help me replicate the error?
#2
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
#3