The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
That only works if you make a boolean comparison.
Will work in both NULL and 0: PHP Code:
PHP Code:
|
#12
|
||||
|
||||
Nope, as "==" means is equal to (and does not check type). A null value is equal to "false" and "zero" when comparing with "==". I think you're mixing up "==" with "===" (equal to and equal in type).
Try: PHP Code:
|
#13
|
|||
|
|||
My mistake, you are correct on this.
|
#14
|
|||
|
|||
where do i edit this
|
#15
|
||||
|
||||
What exactly are you looking to do?
|
#16
|
|||
|
|||
im trying to put a no permission messaged based on usergroup. guests get different message then registered users (who cannot access certain forums)
|
#17
|
||||
|
||||
You already made a thread about this and I've been answering your questions there.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|