Quote:
Today at 01:00 PM hellsatan said this in Post #12
Ok I am confused by vB3
It says that "allowsmilies" etc are forum options, yet they are not present in the forum table
Satan
|
Those are bitfields ... It's the new way to handle permissions.... Very cool though!
Check out includes/init.php... more specifically, where it says
Start permissions / options bitfield names.
Also, check out the function bitwise() on functions.php if you want to learn how they work