Sorry for resurrecting this old topic…. but as nice as this undocumented feature is, can you pass a parameter to the inner tag?
Since this topic has been split (thank, Sue!) I’ll explain a bit farther. It’s an undocumented feature of EE that you can put a tag inside the parameter string of another tag, if you use the parse=“inward” command—it’s not just for plugins. This means, for example, that you can use a plugin to set the value of a parameter of another tag. Works great, though it’s not yet documented as it may change, I understand. So that’s what this is all about…
So to continue this example in the thread….
{exp:weblog:entries weblog="{my_weblog}" category="{exp:my_plugin_here "parameter_info_for_my_plugin"}" parse="inward"}
<h2>{title}</h2>
<p>{body}<br />
{/exp:weblog:entries}As you can see, I’ve added some parameter info into the inner tag. But it doesn’t work, I suspect, due to the fact all the quotes are double quotes and it borks things up. It’s a shame, because that really limits the potential usefulness of this undocumented feature, if you cannot pass any information into your inner tag. Unless there’s a way?