![]() |
Forum options bitfield help
I am just not understanding the concept of bitfields too well :(
Was hoping someone could help me with a simple task. I have a forum options table for a forum as '97989'. Is there an easy way to determine if "Forum is Open" is set to Yes or No via PHP ? Thank you! |
If you had your options in the variable $options, you could use this:
Code:
if ($options & $vbulletin->bf_misc_forumoptions['allowposting']) That's assuming you have $vbulletin available. If not, the value is actually 2, so you could use if ($options & 2) instead. |
Quote:
|
All times are GMT. The time now is 02:43 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|