Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [Jumbolaya] Can additional values be added for user_status?

Quote Reply
Re: [Jumbolaya] Can additional values be added for user_status? In reply to
Hi,

If its just the template stuff you wanna show different bits for - just add it as a new field to the "User" table. Something like: custom_status CHAR(255)

Then, edit the templates so you have something like:
Code:
<%if custom_status%>
..show custom status
<%else%>
...show the standard Gforum status stuff
<%endif%>

Hope that helps.

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!
Subject Author Views Date
Thread Can additional values be added for user_status? Jumbolaya 3055 Aug 30, 2009, 5:57 PM
Post Re: [Jumbolaya] Can additional values be added for user_status?
Andy 2893 Aug 31, 2009, 12:55 AM