Gossamer Forum
Home : Products : Gossamer Forum : Pre Sales :

hide columns per user?

Quote Reply
hide columns per user?
Hi...

Is it possible to, for example, display only "subject" and "author" on a per-user basis via some sort of preference/profile setting?

If not, might it be at some point?

And what about things like text/screen colors as well?

thanks,

tom
Quote Reply
Re: [thfarrell] hide columns per user? In reply to
Hi,

Yes, that could be accomplished via templates:

<%if current_user_some_pref%>
display this
<%else%>
display this
<%endif%>

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] hide columns per user? In reply to
Hi Alex...

Thanks for your quick reply.

Much appreciated.

tom