• 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
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

User privileges

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Greetings all,

I have a few questions. I hope somebody can address them.

  • Can I grant administrator privileges to users for only specific category/categories/forums and not the whole application?
  • Can I hide Member Listing option for non-Administrators/Anonymous users. I don't want the member listing to b available to anybody who visits the forum. Can these be controlled through any permissions?



  • TIA,
    Amit
    [originally posted on jforum.net by amitk]
     
    Migrated From Jforum.net
    Ranch Hand
    Posts: 17424
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator

    amitk wrote:

  • Can I grant administrator privileges to users for only specific category/categories/forums and not the whole application?



  • AFAIK, you can only control moderator type rights. You can't create "sub-admins" who can then create new forums / grant user rights in specific categories. But I could be wrong on this.

    amitk wrote:

  • Can I hide Member Listing option for non-Administrators/Anonymous users. I don't want the member listing to b available to anybody who visits the forum. Can these be controlled through any permissions?



  • You can modify the user_list.htm template file and wrap the list code in something like:


    Greg
    [originally posted on jforum.net by monroe]
     
    Every snowflake is perfect and unique. And every snowflake contains a very tiny ad.
    We need your help - Coderanch server fundraiser
    https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
    reply
      Bookmark Topic Watch Topic
    • New Topic