The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Quote:
Just use this line: if ($bbuserinfo[usergroupid]==X AND $bbuserinfo[posts]<Y AND $foruminfo[forumid]==3) instead of: if ($bbuserinfo[usergroupid]==X AND $bbuserinfo[posts]<Y) |
#12
|
||||
|
||||
thanks....time to see if it'll work
|
#13
|
|||
|
|||
Quote:
Yes it works great thanks only you forgot 1 ( i think eval("standarderror(\"".gettemplate ("error_minpostnumforthreads")."\");"); |
#14
|
||||
|
||||
Quote:
|
#15
|
|||
|
|||
Retracted question. Already found answer.
|
#16
|
|||
|
|||
i place this script in v229 but it dose not work ??
the users can still add more posts than i but in the script line !! |
#17
|
||||
|
||||
Quote:
If you are sure about it, send the code you inserted here (starting a few lines before it and ending a few lines after it.) and let's check it out.. |
#18
|
|||
|
|||
I'm on 2.2.9 and it's not working for me either:
Here's my code: $postpoll=iif(trim($postpoll)=="yes",1,0); $visible=iif($foruminfo[moderatenew],0,1); if ($bbuserinfo[usergroupid]==2 AND $bbuserinfo[posts]<50 AND $foruminfo[forumid]==107) { show_nopermission();exit; } // auto bypass queueing for admins/mods if (ismoderator($foruminfo[forumid])) { $visible=1; } |
#19
|
||||
|
||||
ok put the code before
// draw nav bar in newthread.php in v.2.29. I guess this should fix it. Also please notice that this code only stops new threads not replies.. |
#20
|
|||
|
|||
Thanks L!
I'm hoping it solves my problem but I guess I'll hunt around for a similar code that prevents new posts too just in case. Thanks again!! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|