The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Plugin hook: postbit_display_start
Code: Code:
ob_start(); $usergroupid = $post['usergroupid']; $has_bg = array(6); if (in_array($usergroupid, $has_bg)) { echo '<div class="userinfo" style="background:url(images/ranks/postbit/'.$usergroupid.'.png);min-height: 350px;">'; } else { echo '<div class="userinfo">'; } $php_include = ob_get_contents(); ob_end_clean(); vB_Template::preRegister('postbit_legacy',array('postbit_background' => $php_include)); Code:
<div class="userinfo"> Code:
{vb:raw postbit_background} |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|