Moderator: Community Team
cpurcell 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
blakebowling wrote:It's not that hard to do if you're familiar with phpBB sessions and php coding
blakebowling wrote: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.
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:Which... goes to show you don't know everything you think you know.
cpurcell wrote:Optimus Prime wrote:Which... goes to show you don't know everything you think you know.
Lol, certainly not me, I don't know a darn thing! I just wish, that somehow someone could make it .
---C
Optimus 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.
cpurcell wrote:Optimus 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.
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, lol .
---C
blakebowling wrote:PHPBB is Hypertext Processor Bulliten Board
blakebowling wrote:I'm working on something now, even though I don't have much experience writing MOD's
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';
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)
Night Strike wrote: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)
You're not the best at making assumptions.
InsomniaRed wrote:This is why I have an off-site forum for my clan.
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';
UPDATE phpbb_modules SET module_auth = 'acl_m_warn' WHERE module_basename = 'notes' or module_basename = 'logs'
yeti_c wrote: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';
FWIW - you could've written that...
- Code: Select all
UPDATE phpbb_modules SET module_auth = 'acl_m_warn' WHERE module_basename = 'notes' or module_basename = 'logs'
Also - Semicolons aren't required syntax for SQL.
http://drsql.spaces.live.com/Blog/cns!1 ... !568.entry
C.
blakebowling wrote:and cpurcell, yes, I'm pretty sure we do have it
Users browsing this forum: No registered users