
I have a members-only menu that shows up when someone logs in. To make it easier to edit the member menu (which needs to be added to two different templates), I created a user defined tag - {member_menu}. I did this when I was using clean urls that 0.13 defaults to, but... since calendar is broken when clean urls are used (can't change months), I turned off clean urls. I can change the member links to use the non-clean format, but I thought... Hey, I should be using {cms_selflink} and then if calendar gets updated and I decide to one day turn clean urls back on, I don't have to change all the links in my member's menu.
So... Is there a way to use the {cms_selflink} tag within a user defined tag? Or do I need to hard code those urls? When I tried using the tag, it put the actual tag in my url.
