The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Default Signature Hack v1.0 Details »» | |||||||||||||||||||||||||
what does it?: this hack shows you in User Control Panel, Memberinfo and in Showthread a selected Default Signature
Demo: None Screens: Attached VOTE FOR HACK OF THE MONTH IF YOU LIKE MY HACK, PLEASE CLICK INSTALL Installation: AdminCP => Plugin System => Click Manage Products => Click [Add/Import Product] => Under Import Product => Select the "product-default_signature" file => Press Import.. Show your support click "Mark As Installed", nominate for MOTM, rate this modification, and/or donate. 3 template edits now open MEMBERINFO template and search this code HTML Code:
<td class="alt1" title="$vbphrase[signature]">$userinfo[signature]</td> </tr> </table> HTML Code:
<else />
$default_signature
HTML Code:
<if condition="$post['signature']"> <!-- sig --> <div> __________________<br /> $post[signature] </div> <!-- / sig --> </if> HTML Code:
<if condition="$post['signature']"> <!-- sig --> <div> __________________<br /> $post[signature] </div> <!-- / sig --> <else /> $default_signature </if> HTML Code:
<!-- ############## SUBSCRIBED THREADS ############## -->
HTML Code:
<if condition="$show['signature']"> $usercpsig <else /> $default_signature </if> IF YOU LIKE MY HACK, PLEASE CLICK INSTALL Supporters / CoAuthors Show Your Support
|
Comments |
#22
|
|||
|
|||
so, this completely replaces the signature, or just adds onto the user's own unique signature?
|
#23
|
|||
|
|||
Replaces if there are no signature..
|
#24
|
|||
|
|||
Sorry for the delayed reply. I actually only came back here to get this mod for another forum that I have.
I ended up fixing this problem. What I was trying to do is add an ad in the sig whenever users hadn't created a signature. What I did was change the banner rotation invocation code to an iframe, and that solved the problem completely. |
#25
|
|||
|
|||
This modification works with vBulletin 3.7.2 Patch Level 1.
The MEMBERINFO template edit DOES NOT work because the coding has changed but is NOT need to be edited for this modification to work...I'm sure the memberinfo_aboutme is this template's replacement but I don't know what to edit/update. |
#26
|
||||
|
||||
Quote:
i got it to work here fined: Quote:
Quote:
it will look like this; Quote:
|
#27
|
|||
|
|||
Still working in vB 3.8.1 flawlessly. I had to update my templates so I basically had to re-install this hack because I accidentally overwrote the template edits for this hack to work.
Follow the above instructions in the first post. You do NOT need to edit the MEMBERINFO template. Edit both postbit and postbit_legacy templates with the instructions above for postbit_legacy. Also follow the instructions for the USERCP templates... Then set the default signature in vB settings > Default signature and you'll see your default sig go live. Edit: I nominate this hack for MOTM. |
#28
|
|||
|
|||
Hi,
can anyone tell me if this one works also with threads of deleted users/guests? Thanks, lalelu |
#29
|
||||
|
||||
Auto Populate Signature With Custom Profile Fields
Question is there anyway to use this hack to auto populate the default signature with profile fields that new members have to enter during registration? I have a number of custom profile fields that are required during registration. For all new members I type in for them their signatures. I need the following info to be auto added into all new members signatures: {Username} {Membership Category} - {Grade Level} {School Name} {City}, {State} {Country} Each of the above bracketed items is a custom field except: {Username} Anyone know how to achieve this? NOTE: Since HTML is supported in the field where we specify the default signature... is there a html code way to call each member's custom fields into their signature using this mod? I am in dire need to have this on my site. |
#30
|
||||
|
||||
plz upgrade this nice hack to 3.8.5 , it's very useful
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|