The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Usergroup permission in template
I am trying to figure out the template condition for:
Code:
$this->registry->bf_ugp_forumpermissions['candeletethread'] I have registered users set to able to delete own posts (not threads) I have tried the following conditions within the postbit template: Code:
<if condition="$show['deletepostoption']"> You mAy </if> <if condition="$show['softdeleteoption']"> You might </if> <if condition="$show['physicaldeleteoption']"> YES HUH </if> Code:
<if condition="$show['deletepostoption']"> You mAy </if> I found this bit of code, I will be playing with it but if someone can figure it out before me it would help. Postbit_display_complete PHP Code:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|