The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have a snippet of code in a file that displays a message for those not in paid membership groups. The problem is, despite my attempts to code it so the paid members can't see it, they still see the message. Here's the conditional I'm currently using:
PHP Code:
|
#2
|
||||
|
||||
![]()
So you don't want to have the code displayed to members that are not in usergroup ID 18, 19 or 20?
Then use this code PHP Code:
NOT (x OR y OR z) = (NOT x) AND (NOT y) AND (NOT z) => DeMorgan's Theorems |
#3
|
|||
|
|||
![]() Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|