The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
i created a template where i have:
Code:
<if condition="is_member_of($post, $popbbgperm) AND $post[pbext] !== ''"> Code:
<hookname>postbit_display_complete</hookname> <phpcode><![CDATA[ $popbbgperm = explode(',' , $vbulletin->options['drcpo_sup_pb_perm']); eval('$popbbg = "' . fetch_template('pb_bg_img') . '";'); ]]></phpcode> noting i do is working and its frustrating me like crazy, ive looked over some of BOPS scripts and the only difference i can rly see are i use is_member_of inside a template. can anyone help me get it so if post user is member of usergroup show this. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|