| Author |
suppress member list?
|
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
|
|
Hello,
is it possible to suppress viewing the member list until a user is logged in?
Currently everyone can list the members no matter wether he or she is
already logged on or not.
I was looking for an appropriate setting in the admin control panel but did
not find anything that matches my needs.
Thanks,
Andree [originally posted on jforum.net by AndyHey]
|
 |
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
|
|
Hello,
I already found a solution for this problem.
I changed the lines in templates\default\header.htm from
${I18n.getMessage("ModerationLog.moderationLog")}
to
<#if logged>
${I18n.getMessage("ModerationLog.moderationLog")}
</#if>
thanks,
Andree [originally posted on jforum.net by AndyHey]
|
 |
 |
|
|
subject: suppress member list?
|
|
|