The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Here's a guess:
Change: $cantpostforumid=Z; if ($cantpostforumid==$forumid AND ($bbuserinfo[usergroupid]!=6 OR $bbuserinfo[usergroupid]!=5 OR $bbuserinfo[usergroupid]!=7)) { to: ## not needed now $cantpostforumid=Z; if (($forumid == 19) OR ($forumid == 21) OR ($forumid == 23) OR ($forumid == 24) OR ($forumid == 27) AND ($bbuserinfo[usergroupid]!=6 OR $bbuserinfo[usergroupid]!=5 OR $bbuserinfo[usergroupid]!=7)) { -would that work? |
#12
|
||||
|
||||
one may of doing it is to apply the whole code 5 times for each forum..
|
#13
|
|||
|
|||
is it possible to limit the number of replies on certain forums?
|
#14
|
|||
|
|||
Hi
I'm Using vb 228 and i don't find this code in admin/thread.php updateuserforum($foruminfo['forumid']); Please advise .. |
#15
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|