The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]() Quote:
To answer your question: Code:
is_member_of($vbulletin->userinfo, Y) Then you just need to alter the permission in 'newpost.php' listed below. Code:
// see if post has to be moderated or if poster in a mod if ( (( ( ($foruminfo['moderatenewthread'] AND $type == 'thread') OR ($foruminfo['moderatenewpost'] AND $type == 'reply') ) OR !($forumperms & $vbulletin->bf_ugp_forumpermissions['followforummoderation']) ) AND !can_moderate($foruminfo['forumid'])) OR ($type == 'reply' AND (($postinfo['postid'] AND !$postinfo['visible'] AND !empty($postinfo['specifiedpost'])) OR !$threadinfo['visible'])) ) I could have been more helpfull, but you did not explain how you were going to manipulate the usergroup data into the function 'build_new_post'. Hopefully, I helped with something... |
Благодарность от: | ||
juzz86 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|