Has anyone ever made a list of all the tags that you can use with each template? I realise there is a method of getting the templates to display this, but a handy printed reference with all such tags in the one place would make a nice reference.
The Problem:
I am trying to show the user name on as many of my pages I can (all the dynamically created pages like modify, add, modify_select etc) on my static setup. The aim of this is so the user can "see" their user name on the pages as much as possible, confirming that they are in fact logged in, and that it also is a nice touch I think. (persoanlized login seems pretty commonplace on a lot of sites)
I tried putting <%if Contact_Name%><%Contact_Name%><%endif%> on my modify_select.html page for example, and nothing comes out... just blank.
Do you think it would be easier to create a new global which carries the username and details of the user, which can then be used on all of these pages? Or is there in fact tags which can be used on any page which would display the user name?
Hope this is all readable and understandable!
The Problem:
I am trying to show the user name on as many of my pages I can (all the dynamically created pages like modify, add, modify_select etc) on my static setup. The aim of this is so the user can "see" their user name on the pages as much as possible, confirming that they are in fact logged in, and that it also is a nice touch I think. (persoanlized login seems pretty commonplace on a lot of sites)
I tried putting <%if Contact_Name%><%Contact_Name%><%endif%> on my modify_select.html page for example, and nothing comes out... just blank.
Do you think it would be easier to create a new global which carries the username and details of the user, which can then be used on all of these pages? Or is there in fact tags which can be used on any page which would display the user name?
Hope this is all readable and understandable!
