• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

PERM_MODERATION_FORUMS for Moderation

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

I'm using JForum (2.1.7) since some days and recognized that it is not possible to create a group which can only delete and edit in some/a forums.
After some debugging I found that "canRemove" and "canEdit" don't take into account "PERM_MODERATION_FORUMS" list. I changed now in PostAction.java the appropiate lines of code and now it works.

My question is, is this a missing feature or a bug? Should I put it in you bug system?

Best regards

Thomas
[originally posted on jforum.net by stingray]
 
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
The "perm_moderation_forums" is, now, much more like a flag than anything else, as the "real" permissions are the ones that allow / deny editing and removing.

For my understanding of what you said, in the current JForum version, you can only make things work if you enable "perm_moderation_forums"?

Rafael
[originally posted on jforum.net by Rafael Steil]
 
No matter. Try again. Fail again. Fail better. This time, do it with this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic