vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   IF user can moderate here (https://vborg.vbsupport.ru/showthread.php?t=168049)

alexgeek 01-17-2008 09:53 PM

IF user can moderate here
 
I know that I can use can_moderate() to find out if a user can moderate at all but how I can I check if they can moderate in forum x?
Would be great if there is something like:
PHP Code:

can_moderate_in(FORUMIDUSERID); 

--------------- Added [DATE]1200676644[/DATE] at [TIME]1200676644[/TIME] ---------------

Sorry for the bump but I really need this for an awesome mod ;)

alexgeek 01-20-2008 10:00 PM

Bump?

ZomgStuff 01-21-2008 03:31 AM

can_moderate($forumid = 0, $do = '', $userid = -1, $usergroupids = '');

Code:

$forumid      int      Specific forum to check. If not set, will check whether the user is a moderator of any forum at all.
$do            string    Specific mod action to check. If not set, will check whether the user is a moderator of the forum specified in $forumid.
$userid        int      User ID to check. If not set, will use $vbulletin->userinfo.
$usergroupids  string    List of group IDs, separate by commas, to which the user belongs. Should be generally left blank.


alexgeek 01-21-2008 03:41 PM

It has overloads right? So this will work?
PHP Code:

can_moderate($fid''1); 


Opserty 01-21-2008 03:53 PM

Overloads? No.

If you want to check more then 1 forum you'll have to repeat the function call for each one.

alexgeek 01-21-2008 09:06 PM

Okay thanks just one more thing.
What can I put in $do? Is there a list of things you can provide?
e.g. how would I check if the user can open threads?

ZomgStuff 01-21-2008 11:09 PM

Quote:

Originally Posted by alexgeek (Post 1426176)
Okay thanks just one more thing.
What can I put in $do? Is there a list of things you can provide?
e.g. how would I check if the user can open threads?

You should probably use bitfields permissions.

You can read up on them here: https://vborg.vbsupport.ru/showthread.php?t=166940

alexgeek 01-22-2008 03:06 PM

Thanks, I've checked that out.

Opserty 01-22-2008 04:00 PM

Theres a "list" so to speak in '/includes/xml/bitfields_vbulletin.xml'

They'll be listed under "ugp" > "forumpermissions" and "misc" > "moderatorpermissions".

You'll be interested in the name attribute.

alexgeek 01-22-2008 04:25 PM

Thanks very much!


All times are GMT. The time now is 10:53 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01029 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete