First of all let me say your module is awesome, and it really fulfills its purpose perfectly for me.

However, to use it even better in my case, I would need to make the output of the module available as a full drupal node (or similar) with a node ID.

Here is what I intend to do:

I intend to combine your module with the Quicktabs module. I would want to display parent terms as tabs, and upon clicking on them I would want to display the output of your module (the listed terms with node counts) in the quicktab, using the sweetness of ajax. But for doing so, I would need to be able to recreate the output of your module as either full drupal node (with a unique node ID), a block or a view.

So I would really, really appreciate if you could point me in the right direction here. Would it be possible to put the content created by your module in a node's body using a filter? Or could I do the same using a view (and keep the node counts)?

I am not new to drupal, but I am not that familiar with php, .js, and so forth ... So maybe that's why I might be overlooking something here?

Another option would be the use of ajax with your module, if this could be done more easily perhaps?

Any help will be highly useful for me and appreciated.

Patrick

Comments

xano’s picture

You can create a node and use the PHP filter and vocabindexindex_view() to display an index when showing that node. It does however require some PHP knowledge.

videoschaf’s picture

thx a lot!

i will try to make it work like that.

xano’s picture

Assigned: Unassigned » xano
Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

xano’s picture

Assigned: xano » Unassigned