• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Managing users in JForum

 
Greenhorn
Posts: 12
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How do you manage users in JForum?

In particular, I would like to do two things:
- allow posts by only registered users.
- force Administrator moderation of new users.

Can this be done?

Thanks,
Arie
 
author & internet detective
Posts: 41967
911
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, both can be done. You go to edit permissions for the "general" group. The settings are:
  • Anonymous Posts
  • Moderation of replies
  •  
    Arie Morgenstern
    Greenhorn
    Posts: 12
    1
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Thanks Jeanne.
    It appears I asked the second question poorly though.
    Regarding "force Adminstrator moderation of new users" -- what I was wondering was if when a new user registers, can the forum be set that the new user is not active until a Moderator activates the user.

    Thank you regarding the first one -- I got that set.
     
    Jeanne Boyarsky
    author & internet detective
    Posts: 41967
    911
    Eclipse IDE VI Editor Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator

    Arie Morgenstern wrote:Regarding "force Adminstrator moderation of new users" -- what I was wondering was if when a new user registers, can the forum be set that the new user is not active until a Moderator activates the user.


    Oh! No JForum doesn't have that feature built in. This post suggests how you could implement it for you wanted to make a custom modification to your copy of JForum.
     
    Wait for it ... wait .... wait .... NOW! Pafiffle! A perfect tiny ad!
    We need your help - Coderanch server fundraiser
    https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
    reply
      Bookmark Topic Watch Topic
    • New Topic