vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Miscellaneous Hacks - Default Signature Hack v1.0 (https://vborg.vbsupport.ru/showthread.php?t=136153)

Mr_Snob 01-10-2007 10:00 PM

Default Signature Hack v1.0
 
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

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

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 INSTALL

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

Quote:

Originally Posted by icare (Post 1163768)
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!


All times are GMT. The time now is 12:35 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01473 seconds
  • Memory Usage 1,737KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete