Gossamer Forum
Home : Products : Gossamer Links : Discussions :

problem witch new column adding

Quote Reply
problem witch new column adding
i trying to add new column to my signup_form template, but i cant adde eny, because all time links say me that Unknown Tag: 'column name'

i have allready added column City to USER tables.

its working fine when i modify used via admin area.



bun when i insert

<tr><td align="right" valign="top">City:</font></td>
<td><input name="City" size="50" value="<%City%>"></td></tr>



to signup_form.html template, its totally not working.

please help to understand whats my problem?
Quote Reply
Re: [romanslon] problem witch new column adding In reply to
<%if City%><%City%><%endif%>


Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] problem witch new column adding In reply to
Andy,thanks for fast answer, looks like it helps.

i find how to solve problem with countries too.
Quote Reply
Re: [romanslon] problem witch new column adding In reply to
You have to simply surround them with <%if ..%><%..%%><%endif%> tags... basiclaly, unless modifying a users settings, these cvales will not yet exist.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!