• 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

JFORUM_ROLES table

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

Thanks for your prompt responses. I am trying to understand the relationship between JFORUM_ROLES and JFORUM_ROLE_VALUES? At what point is the JFORUM_ROLES table populated? Is it each time a user is associated with a group? Seems like there is an entry in this table for each entity in the system (such as category, forum, announcement etc). Thanks!

-Mallika
[originally posted on jforum.net by mallikamt]
 
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
It is populated from Admin Panel -> Groups | Users -> Permissions

role_values contains that values from a multi-select option (like foruns and categories).. so jforum_roles contains the main role name (like perm_forum) and jforum_role_values contains the id of the forums, as well the role type (allowed / denied)

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Space pants. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic