Back to vBulletin 3.6 Add-ons

Default Signature Hack v1.0
Mod Version: 1.00, by Mr_Snob

This modification is in the archives.
vB Version: 3.6.4 Rating: (6 votes - 4.67 average) Installs: 62
Released: 11 Jan 2007 Last Update: 11 Jan 2007 Downloads: 402
Not Supported Uses Plugins Template Edits  

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

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>
after add this code

HTML Code:
<else />
$default_signature
click save and open postbit_legacy template and search this code

HTML Code:
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
replace with this code

HTML Code:
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
<else />
$default_signature
</if>
click save and open USERCP template and search this code

HTML Code:
<!-- ############## SUBSCRIBED THREADS ##############  -->
and add abow this code

HTML Code:
<if condition="$show['signature']">
$usercpsig
<else />
$default_signature
</if>
click save.. you are done

IF YOU LIKE MY HACK, PLEASE CLICK

Download

This modification is archived, downloads are still allowed.

File Type: %1$s Advanced_Default_Signature_Manager_v1.0.zip (485.6 KB, 409 downloads)

Supporters / CoAuthors

  • Hasann
  • Mr_Snob

Screenshots

Click image for larger version
Name:	memberinfo.jpg
Views:	940
Size:	24.7 KB
ID:	58809   Click image for larger version
Name:	userinfo.jpg
Views:	696
Size:	39.6 KB
ID:	58810   Click image for larger version
Name:	postbitlegacy.jpg
Views:	846
Size:	15.3 KB
ID:	58811   Click image for larger version
Name:	settings.jpg
Views:	650
Size:	47.0 KB
ID:	58812  

Click image for larger version
Name:	yoursig.jpg
Views:	520
Size:	38.4 KB
ID:	58814  

Similar Mods

Default Signature vBulletin 3.5 Template Modifications

vblts.ru supports vBulletin®, 2022-2024