Page 1 of 1
[solved] using tags in user defined tags
Posted: Fri Aug 10, 2007 2:01 pm
by joerg
Hi!
How can I use a user defined tag inside another user defined tag? I found something in this forum mentioning the {capture} tag, but I didn't understand how to use it correctly
Thanks in advance!
Joerg
Re: using tags in user defined tags
Posted: Fri Aug 10, 2007 2:03 pm
by cyberman
Re: using tags in user defined tags
Posted: Fri Aug 10, 2007 2:26 pm
by joerg
Hmm, I'm even more confused now because I can't see any relation between the capture tag and my issue. Maybe this is wrong, but I see my problem as following:
1. User defined tag input is expected as php (or language with similiar syntax).
2. How can I "embed" other user defined tags (or built-in, like capture tag) in this language?
Re: using tags in user defined tags
Posted: Fri Aug 10, 2007 4:22 pm
by calguy1000
Thanks SavageKabbage for reminding me of this.....
Code: Select all
global $gCms;
$tagOps =& $gCms->GetUserTagOperations();
$tagOps->CallUserTag("myothertag",$params);