View Full Version : Miscellaneous Hacks - Default Signature Hack v1.0
Mr_Snob
01-10-2007, 10:00 PM
what does it?: this hack shows you in User Control Panel, Memberinfo and in Showthread a selected Default Signature :eek: :D :p ;)
Demo: None
Screens: Attached
VOTE FOR HACK OF THE MONTH
IF YOU LIKE MY HACK, PLEASE CLICK INSTALL (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=136153)
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 :eek:
now open MEMBERINFO template and search this code
<td class="alt1" title="$vbphrase[signature]">$userinfo[signature]</td>
</tr>
</table>
after add this code
<else />
$default_signature
click save and open postbit_legacy template and search this code
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
replace with this 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
<!-- ############## SUBSCRIBED THREADS ############## -->
and add abow this code
<if condition="$show['signature']">
$usercpsig
<else />
$default_signature
</if>
click save.. you are done :)
IF YOU LIKE MY HACK, PLEASE CLICK INSTALL (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=136153)
Mr_Snob
01-11-2007, 12:25 AM
reserved for future!!!
Sofia
01-20-2007, 03:50 PM
Thanks for this hack :)
icare
01-20-2007, 08:30 PM
Doesnt not work for me....
icare
01-20-2007, 08:43 PM
Doesnt not work for me....
Never MIND...
guys dont forget to edit postbit as well
Mr_Snob
01-20-2007, 08:50 PM
you MUST make all template edits ;);)
lovelypk
01-20-2007, 08:50 PM
looks nice.
joopss
01-20-2007, 09:04 PM
You are great !!!!!!
Ellerine sağlık dostum.....
Snake
01-21-2007, 01:18 AM
Sweet I have been waiting for this! :)
titchpitch
03-04-2007, 04:49 PM
ty!
titchpitch
03-10-2007, 07:46 PM
tym
Rolito
11-17-2007, 10:19 AM
This hack works on VB 3.6.8 patch 2 ???
Thanks
Ba$im
11-17-2007, 01:07 PM
good hack
War_force
11-17-2007, 01:07 PM
This hack good works on VB 3.6.8 patch 2
me too
thanks a lot
Mixibiza
12-17-2007, 09:16 AM
Nice! Installed.
Works great, but causes a problem with the quick reply on my forum!
MrPHD
02-08-2008, 06:10 PM
Hi, Working great on 3.7.0 Beta 4 version. Installed.
Rolito
02-10-2008, 08:26 AM
The same for me: works great, but causes a problem with the quick reply on my forum!
Please Mr_Snob, can you fix it?
MrPHD
02-10-2008, 09:18 AM
The same for me: works great, but causes a problem with the quick reply on my forum!
Please Mr_Snob, can you fix it?
Hi, Please in here the problem cause you. regards
slmoney
03-03-2008, 07:11 PM
Can this be modified to only work for 1 style? I have mutliple style and am looking for a way to have a different signature for users that post using a certain style.
Can this be done (of course it can be...) code please?
periphrastic
03-05-2008, 11:54 PM
so, this completely replaces the signature, or just adds onto the user's own unique signature?
King Justice
05-27-2008, 04:34 PM
so, this completely replaces the signature, or just adds onto the user's own unique signature?
Replaces if there are no signature..
Hi, Please in here the problem cause you. regards
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.
King Justice
07-16-2008, 04:02 AM
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.
puertoblack2003
07-30-2008, 12:56 AM
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.
i got it to work here
fined:
</table>
<!-- link bar -->
and above add this:
<!-- default signature -->
<else />
$default_signature
<!-- default signature -->
it will look like this;
<!-- default signature -->
<else />
$default_signature
<!-- default signature -->
</table>
<!-- link bar -->
that worked for me:up:
King Justice
02-02-2009, 07:44 PM
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.
lalelu
07-30-2009, 06:19 PM
Hi,
can anyone tell me if this one works also with threads of deleted users/guests?
Thanks,
lalelu
yotsume
09-14-2009, 07:14 PM
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.
salafmisr.net
06-01-2010, 09:15 PM
plz upgrade this nice hack to 3.8.5 , it's very useful
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.