The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
signature in user control panel and parse bbcode
im trying to get the users signature to show in the user control panel (usercp.php) below the subscriptions and reputation tables. i created a plugin using the usercp_start hook with the following code (taken from member.php):
PHP Code:
Code:
<!-- ####### MEMBER'S SIGNATURE IN USER CP ####### --> <if condition="$show['signature']"> <!-- signature row --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="thead">$vbphrase[signature]</td> </tr> <tr> <td class="alt1" title="$vbphrase[signature]">$userinfo[signature]</td> </tr> </table> <!-- / signature row --> <br /> </if> <!-- ##### END MEMBER'S SIGNATURE IN USER CP ###### --> TIA |
#2
|
|||
|
|||
wronge forum, this is the how-to's and this is more of a questions type thread homie
|
#3
|
||||
|
||||
It's $vbulletin->userinfo['signature'] for the PHP
|
#4
|
|||
|
|||
Quote:
thanks Andreas. i did try $vbulletin->userinfo['signature'] but not in the right combinations. changing the php code to this: PHP Code:
|
#5
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|