[Forum] Usergroup Leader Powers
Moderator: Community Team
Forum rules
Please read the Community Guidelines before posting.
And don't forget to search for previously suggested ideas first!
Please read the Community Guidelines before posting.
And don't forget to search for previously suggested ideas first!
Re: Granting Private Forum Moderator Privileges to Clan Leaders
Lol, I really don't understand all of the computer jargon there, but what I got was that someone needs to create a script or something, and then it'll work? Well I'm glad that this thread is hopefully helping to figure out why this isn't reality yet.
---C
---C

-
blakebowling
- Posts: 5093
- Joined: Wed Jan 23, 2008 12:09 pm
- Gender: Male
- Location: 127.0.0.1
Re: Granting Private Forum Moderator Privileges to Clan Leaders
basically, a MOD is a change to the code, we need someone to make a version that will allow them to block leaders from viewing logscpurcell wrote:Lol, I really don't understand all of the computer jargon there, but what I got was that someone needs to create a script or something, and then it'll work? Well I'm glad that this thread is hopefully helping to figure out why this isn't reality yet.
---C
Re: Granting Private Forum Moderator Privileges to Clan Leaders
Thanks for the explanation, now it makes some sense
. Is it hard to do, or are people just not interested?
---C
---C

-
blakebowling
- Posts: 5093
- Joined: Wed Jan 23, 2008 12:09 pm
- Gender: Male
- Location: 127.0.0.1
Re: Granting Private Forum Moderator Privileges to Clan Leaders
It's not that hard to do if you're familiar with phpBB sessions and php coding
-
Jeff Hardy
- Posts: 1338
- Joined: Sun Feb 17, 2008 10:22 am
- Location: Matt Hardy's account, you can play against me there
Re: Granting Private Forum Moderator Privileges to Clan Leaders
or cc could do itblakebowling wrote:It's not that hard to do if you're familiar with phpBB sessions and php coding
that is part of what we pay for...
Re: Granting Private Forum Moderator Privileges to Clan Leaders
No you only pay for unlimited games, private games, and speed games...
Re: Granting Private Forum Moderator Privileges to Clan Leaders
Doesn't anyone who cares know how to do phpBB coding?
---C
---C

- Optimus Prime
- Posts: 9665
- Joined: Mon Mar 12, 2007 9:33 pm
- Gender: Male
Re: Granting Private Forum Moderator Privileges to Clan Leaders
Which... goes to show you don't know everything you think you know.blakebowling wrote:It is, in fact, necessary that a MOD be written, there is no way to give someone moderator permissions without giving them permissions to view the moderator logs, unless logs are disabled for all moderators.Optimus Prime wrote:I am nearly 100% certain the ability already exists, just not in the exact fashion that Lack or Twill wants it to, and that is why we don't have powers in our usergroups. It isn't necessarily that a MOD needs to be written.
Re: Granting Private Forum Moderator Privileges to Clan Leaders
Lol, certainly not me, I don't know a darn thing! I just wish, that somehow someone could make itOptimus Prime wrote:Which... goes to show you don't know everything you think you know.
---C

- Optimus Prime
- Posts: 9665
- Joined: Mon Mar 12, 2007 9:33 pm
- Gender: Male
Re: Granting Private Forum Moderator Privileges to Clan Leaders
It's not exactly a high priority for Lack at the moment I wouldn't think. However, since blakebowling is so astute it seems, perhaps he should get around to writing the MOD himself. Clearly it isn't that difficult according to him.cpurcell wrote:Lol, certainly not me, I don't know a darn thing! I just wish, that somehow someone could make itOptimus Prime wrote:Which... goes to show you don't know everything you think you know..
---C
Re: Granting Private Forum Moderator Privileges to Clan Leaders
Oh I'm not saying that it's necessarily Lack's responsiblity, I know that he's got alot to sort out right now, and I'm not saying that Blake should have to do it either, I just think that someone who's interested in it, and who knows how to do it should make it. I'd do it, but I don't even know what phpBB stands for, lolOptimus Prime wrote:It's not exactly a high priority for Lack at the moment I wouldn't think. However, since blakebowling is so astute it seems, perhaps he should get around to writing the MOD himself. Clearly it isn't that difficult according to him.
---C

-
blakebowling
- Posts: 5093
- Joined: Wed Jan 23, 2008 12:09 pm
- Gender: Male
- Location: 127.0.0.1
Re: Granting Private Forum Moderator Privileges to Clan Leaders
PHPBB is Hypertext Processor Bulliten Boardcpurcell wrote:Oh I'm not saying that it's necessarily Lack's responsiblity, I know that he's got alot to sort out right now, and I'm not saying that Blake should have to do it either, I just think that someone who's interested in it, and who knows how to do it should make it. I'd do it, but I don't even know what phpBB stands for, lolOptimus Prime wrote:It's not exactly a high priority for Lack at the moment I wouldn't think. However, since blakebowling is so astute it seems, perhaps he should get around to writing the MOD himself. Clearly it isn't that difficult according to him..
---C
I'm working on something now, even though I don't have much experience writing MOD's
Re: Granting Private Forum Moderator Privileges to Clan Leaders
Thanks for the clarification.blakebowling wrote:PHPBB is Hypertext Processor Bulliten Board
GL with your writingblakebowling wrote:I'm working on something now, even though I don't have much experience writing MOD's
---C

-
blakebowling
- Posts: 5093
- Joined: Wed Jan 23, 2008 12:09 pm
- Gender: Male
- Location: 127.0.0.1
Re: Granting Private Forum Moderator Privileges to Clan Leaders
that was easier than I thought, and it didn't even require a code modification, just two small SQL queries
lack needs to run this in phpmyadmin
(If the database prefix isn't 'phpbb_' he'll need to change it)
Anyone with permissions to give warnings can view moderator logs.
BTW: I was assuming that current moderators had the permission to give warnings via the MCP (not just by sending warning PM's)
lack needs to run this in phpmyadmin
Code: Select all
UPDATE phpbb_modules SET module_auth = 'acl_m_warn' WHERE module_basename = 'notes';
UPDATE phpbb_modules SET module_auth = 'acl_m_warn' WHERE module_basename = 'logs';Anyone with permissions to give warnings can view moderator logs.
BTW: I was assuming that current moderators had the permission to give warnings via the MCP (not just by sending warning PM's)
- Night Strike
- Posts: 8509
- Joined: Wed Apr 18, 2007 2:52 pm
- Gender: Male
Re: Granting Private Forum Moderator Privileges to Clan Leaders
You're not the best at making assumptions.blakebowling wrote:BTW: I was assuming that current moderators had the permission to give warnings via the MCP (not just by sending warning PM's)
-
blakebowling
- Posts: 5093
- Joined: Wed Jan 23, 2008 12:09 pm
- Gender: Male
- Location: 127.0.0.1
Re: Granting Private Forum Moderator Privileges to Clan Leaders
I picked something that I knew clan moderators wouldn't get.Night Strike wrote:You're not the best at making assumptions.blakebowling wrote:BTW: I was assuming that current moderators had the permission to give warnings via the MCP (not just by sending warning PM's)
Last edited by blakebowling on Sat Oct 25, 2008 9:42 pm, edited 1 time in total.
- barterer2002
- Posts: 6311
- Joined: Mon Jul 02, 2007 11:51 am
- Gender: Male
- Contact:
Re: Granting Private Forum Moderator Privileges to Clan Leaders
I just assume that Blake knows everything that he claims to and take his word as gospel.


- InsomniaRed
- Posts: 2246
- Joined: Sun Dec 30, 2007 2:58 am
- Gender: Female
- Location: In Nick's heart
Re: Granting Private Forum Moderator Privileges to Clan Leaders
This is why I have an off-site forum for my clan.
- I will always love you Nick, Forever.
- I will always love you Nick, Forever.
Re: Granting Private Forum Moderator Privileges to Clan Leaders
Might be a good idea, but it would be better if they could fix itInsomniaRed wrote:This is why I have an off-site forum for my clan.
---C

- cicero
- Posts: 1358
- Joined: Wed Mar 07, 2007 1:51 pm
- Location: with the infected neutrals ... handing out maps to help them find their way to CC
Re: Granting Private Forum Moderator Privileges to Clan Leaders
Topics merged:
Usergroup / Clan Leaders Powers - posts 2 July 2008 to 25 October 2008 - first post here
Granting Private Forum Moderator Privileges to Clan Leaders - posts 25 to 26 October 2008 - first post here
Note the very first post in the merged thread which makes it clear that this feature is something that can only be added by a MOD (an update) being made to the PHPBB software which Conquer Club uses for its forums. Hence for this MOD to be provided interested users should post in the PHPBB forums; using the link provided in the very first post.
Cicero
Usergroup / Clan Leaders Powers - posts 2 July 2008 to 25 October 2008 - first post here
Granting Private Forum Moderator Privileges to Clan Leaders - posts 25 to 26 October 2008 - first post here
Note the very first post in the merged thread which makes it clear that this feature is something that can only be added by a MOD (an update) being made to the PHPBB software which Conquer Club uses for its forums. Hence for this MOD to be provided interested users should post in the PHPBB forums; using the link provided in the very first post.
Cicero
FREE M-E-Mbership and simple rules. Conquer Club - it's not complicated.
random me statistic @ 13 December 2008 - 1336 posts : 232nd most public posts (not counting Tower of Babble) of all time.
random me statistic @ 13 December 2008 - 1336 posts : 232nd most public posts (not counting Tower of Babble) of all time.
Re: Granting Private Forum Moderator Privileges to Clan Leaders
FWIW - you could've written that...blakebowling wrote:Code: Select all
UPDATE phpbb_modules SET module_auth = 'acl_m_warn' WHERE module_basename = 'notes'; UPDATE phpbb_modules SET module_auth = 'acl_m_warn' WHERE module_basename = 'logs';
Code: Select all
UPDATE phpbb_modules SET module_auth = 'acl_m_warn' WHERE module_basename = 'notes' or module_basename = 'logs'http://drsql.spaces.live.com/Blog/cns!1 ... !568.entry
C.

Highest score : 2297
Re: Granting Private Forum Moderator Privileges to Clan Leaders
Are you guys saying that you got it
?
---C
---C

-
blakebowling
- Posts: 5093
- Joined: Wed Jan 23, 2008 12:09 pm
- Gender: Male
- Location: 127.0.0.1
Re: Granting Private Forum Moderator Privileges to Clan Leaders
In MYSQL using them both on one line and not having a semicolon is fine, but in some older versions of oracle and firebird (which phpBB3 can be ran on) require it. I just followed the MOD'er rule of thumb to make sure it would work with all databases (even though 99% of people use MYSQL)yeti_c wrote:FWIW - you could've written that...blakebowling wrote:Code: Select all
UPDATE phpbb_modules SET module_auth = 'acl_m_warn' WHERE module_basename = 'notes'; UPDATE phpbb_modules SET module_auth = 'acl_m_warn' WHERE module_basename = 'logs';
Also - Semicolons aren't required syntax for SQL.Code: Select all
UPDATE phpbb_modules SET module_auth = 'acl_m_warn' WHERE module_basename = 'notes' or module_basename = 'logs'
http://drsql.spaces.live.com/Blog/cns!1 ... !568.entry
C.
and cpurcell, yes, I'm pretty sure we do have it
Re: Granting Private Forum Moderator Privileges to Clan Leaders
Woohooblakebowling wrote:and cpurcell, yes, I'm pretty sure we do have it
---C

-
blakebowling
- Posts: 5093
- Joined: Wed Jan 23, 2008 12:09 pm
- Gender: Male
- Location: 127.0.0.1
Re: Granting Private Forum Moderator Privileges to Clan Leaders
As the board is now phpBB 3.0.3, moderators can only see logs for forums that they moderate. I guess all that's left to do is grant privelages to the leaders.
