The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]()
I'm not sure what you mean...
![]() Please forgive my ignorance in this field. |
#12
|
|||
|
|||
![]() Code:
$blocklist = array_merge($blocklist, array( 'licenses' => array( 'class' => 'licenses', 'title' => 'User Licenses', 'hook_location' => 'profile_left_last' ) )); class vB_ProfileBlock_licenses extends vB_ProfileBlock { var $template_name = 'memberinfo_block_licenses'; function confirm_empty_wrap() { return false; } function confirm_display() { return ($this->block_data['licenses'] != ''); } function prepare_output($id = '', $options = array()) { global $vbulletin, $prepared; $usersid = $prepared['userid']; $outdata = "<iframe src=\"/admincp/vbma_admin.php?do=viewuserslicenses&userid=$usersid\" width=\"100%\"></iframe>"; $this->block_data['licenses'] = $outdata; } } |
#13
|
||||
|
||||
![]()
Success!!!!
Thank you SO VERY MUCH. I really appreciate it. ![]() |
#14
|
|||
|
|||
![]()
No problem
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|