![]() |
Template Conditional Help From BitField
In my bitfield that I have for a usergroup permission setting I have the below:
PHP Code:
PHP Code:
Does this look right? Code:
<if condition="$permissions['candeletewho_admired']"> Code:
<if condition="$permissions['candeletewho_admired'] == true"> |
Code:
<if condition="$permissions['whosmyadmirer'] & $vbulletin->bf_ugp['whosmyadmirer']['candeletewho_admired']"> |
OMG it works! What a waste of 2 hours straight figuring it out. Thanks so much SirAdrian! :)
|
Quote:
What I would do (to keep templates clean), is something like this: PHP Code:
Code:
<if condition="$canDeleteWhoAdmired"> |
oo nice, ok I'll try that a bit later...
b.t.w, is that how you handle bitfield conditonals? You have to use the PHP Code:
|
Yep...
You are checking if bits in one number are set in another, arrays just make it easier to figure out which one's you are comparing. |
All times are GMT. The time now is 04:13 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:
|