aspose file tools
The moose likes JForum and the fly likes suppress member list? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JForum
Reply Bookmark "suppress member list?" Watch "suppress member list?" New topic
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]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: suppress member list?
 
Similar Threads
Question about Customer, Member and Profile
Disable Member Listing Option
Another confusing generic error
putting functions in session objects.advisable?
User profiles for anonymous users