Hi all, sorry if this has been covered before, but I can’t seem to find the answer anywhere. What I am doing is creating a custom module that will submit a form which captures data into a custom database table (therefore needs to be a module?!?!). This is all looking good, except when I need to add a “exp:weblog:categories” or “exp:weblog:entries” tag nested in my custom tag. The weblog tag is not being parsed.
So basically the code is:
{exp:my_module:form}
{exp:weblog:categories weblog="products" style="linear"}
<p>{categories_title}</p>
{/exp:weblog:categories}
{/exp:my_module:form}
The “my_module” stuff is working, but of course the weblog:categories tag is not being parsed.
I am grabbing the “tagdata” in the “my_module” code using:
$tagdata = $TMPL->tagdata;
Clearly I need to parse it somehow…but I am not sure how.
Any thoughts/suggestions?
Cheers Andrew…
