Page 1 of 1

[SOLVED] 'Unrecognised' Hierachy Tag

Posted: Sun Jun 28, 2009 11:49 pm
by burlington
I am trying to use the hierachy tag that came with the version of CMCMS I am using, 1.5.4 Carolina.

Using the advice given in the documentation for CMSMS as in http://wiki.cmsmadesimple.org/index.php/User_Handbook/Admin_Panel/Layout/Menu_Manager#Generic_sub-menu I added the Tag to my page but all I get are 'unrecognised TAG' messages.

What am I doing wrong please? I can't find any reference to the specific problem on the Forum.

Thank you

martin

Re: 'Unrecognised' Hierachy Tag

Posted: Mon Jun 29, 2009 3:04 pm
by Lucaz
You put the code in the User Defined Field?

Extensions ยป User Defined Tags
admin/listusertags.php?_s_=35e35376

Make user you don't have spaces in the name of the User Defined Tag (UDT)

Re: 'Unrecognised' Hierachy Tag

Posted: Mon Jun 29, 2009 4:43 pm
by burlington
I used the TAG that came with the version of CMSMS I have downloaded.

The TAG is called 'hierachy' and the code is already written in to the TAG UDF, and the call for this TAG comes from the pages mentioned before viz:

{hierarchy}
{cms_module module='menumanager' start_element=$h_toplevel template='ellnav-vert.tpl' collapse='0'}

Now, I don't really see how I can go wrong on this one because there is nothing I have to do apart from including the TAG on the page as advised. Or do I?

This is one of the questions.

Thanks

Martin

[SOLVED] 'Unrecognised' Hierachy Tag

Posted: Tue Jun 30, 2009 9:56 am
by burlington
Problem solved!

If I copy & paste the TAG name from the online documentation then it fails.

HOWEVER, if I type {tag_name} it works perfectly.

Strange

Thanks

Martin