Sphene Community Tools

Community

Copyright © 2007-2018 by Herbert Poul

You are not logged in.
Login
Register

Change Language:



AddThis Social Bookmark Button

A Django site.

Powered by Sphene Community Tools
Board » General » Hiding email address

Hi,

Can I hide the email address of the user, and show it only if the user set the "public email address".


Alfredo
hi,

i think this is the option you are looking for:

    # set this option to True if you want to only show a users email address if he
    # has entered it into the 'public email address' field - never show the
    # validated email address.
    'community_email_show_only_public': False,


just set it in your settings_local.py (or settings.py) using SPH_SETTINGS['community_email_show_only_public'] = True


--- Last Edited by Herbert Poul at 2008-12-02 21:03:38 ---
Hey, we have Signatures !!! Great, isn't it ? ;)

Please login to post a reply.



Powered by Sphene Community Tools