The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Is there a way?
Is there a way I can make members with an expecific amount of points to enter a forum? like if they have less than 100 points then they cant enter the forum...
|
#2
|
||||
|
||||
help anyone¿
|
#3
|
||||
|
||||
This can help if you can make some modifications regarding "points":
https://vborg.vbsupport.ru/showthrea...threadid=40104 I dont know what you mean "points", but I think it should be a kind of hack you applied so you should check the hack code to see in which varaible ($bbuserinfo[points]??) users' points are kept and use this variable in the code.. |
#4
|
||||
|
||||
actually its palmers point hack,so its not $bbuserinfo[points] its $bbuserinfo[field5] ..... so then it should be like
Code:
if ($bbuserinfo['usergroupid']==1 OR [field5]=less(30)<) { eval("standarderror(\"".gettemplate("error_threadviewnotloggedin")."\");"); exit; } |
#5
|
||||
|
||||
if you mean not display the forum in forumdisplay, this can be a bit tricky, but if you dont have any problems with its name displayed to everyone, but they just cant enter there then you need to add the code to forumdisplay.php
find: PHP Code:
PHP Code:
|
#6
|
||||
|
||||
i tried it and i got a parse error
|
#7
|
||||
|
||||
there is nothing wrong with code syntax. Double check your code and paste it here as you applied starting a few lines above and ending a few lines below if you cant figure out why you get parse error.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|