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)
-   -   End-User Options - No Signature Manager (https://vborg.vbsupport.ru/showthread.php?t=135493)

YeşiLMeN 01-03-2007 10:00 PM

No Signature Manager
 
Advanced Default Signature Hack ;)

AdminCP => Plugin System => Click Manage Products => Click [Add/Import Product] => Under Import Product => Select the "product_scr_no_sig.xml" file => Press Import..

Open "postbit_legacy" TempLaTe & Find ;


Code:

<if condition="$post['signature']">


<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>

Replace With ;

Code:

<if condition="$post['signature']">


<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
<else />
$scr_nosig
</if>

Please Click Install !

-- ScReaM_

YeşiLMeN 01-04-2007 07:12 AM

*Reserved

Mecho 01-04-2007 10:11 AM

great idea . thanks .

Installed

i have one suggestion :

ADD a option for adding a link to signature default image ( nisig.gif ) , i mean this link :
http://www.sitename.com/forum/profil...=editsignature

tschai 01-04-2007 11:38 AM

Very very usefull.
I think I will replace empty signatures with a default 'Donate'-banners instead of 'No signature'...

*will install asap*

Ellerine saglik hocam...

YeşiLMeN 01-04-2007 02:06 PM

You're Welcome.. :)

?nemli Degil Dostum :)

WhaLberg 01-04-2007 02:58 PM

Bannerlar i?in g?zel fikir. ;)

Great idea for banners.

YeşiLMeN 01-04-2007 03:42 PM

whalberg Bana Destek Ol We Buraya Tıkla => https://vborg.vbsupport.ru/vborg_mis...hreadid=135493 :D

Snake 01-04-2007 04:37 PM

Thanks!

UltimateOreo! 01-04-2007 09:31 PM

Heres a little text with HTML that you can feel free to copy from this-

If you want to get rid of this annoying default signature, follow this link- <A HREF="/profile.php?do=editsignature">Edit Signature Here</A> and change it to your favorite phrase, a joke, or whatever you want!

This code looks like this-If you want to get rid of this annoying default signature, follow this link- Edit Signature Here and change it to your favorite phrase, a joke, or whatever you want!

Hornstar 01-05-2007 01:49 AM

I like the idea above. nice work, makes it more useful now.

however do you think having that on the page 10 times could be harmful to seo ranking? just incase lots of members have not made sigs.

benFF 01-06-2007 05:06 PM

If I may make so bold, I'd use the following replacement in the postbit template (this will stop the sig showing if the user has them turned off in their control panel)

Code:

                <if condition="$post['signature']">
                <!-- sig -->
                <div>
                        __________________<br />
                        $post[signature]
                </div>
                <!-- / sig -->
                <else />
                        <if condition="($bbuserinfo['options'] & 1 || $bbuserinfo['userid'] == 0)">
                                $scr_nosig
                        </if>
                </if>


YeşiLMeN 01-18-2007 04:56 PM

Thx benFF :)

tillcat5 03-25-2008 11:18 PM

great job!! works smooth and easy install!!

Konstantinos 03-25-2008 11:23 PM

Quote:

Originally Posted by Renes4 (Post 1150555)
Very very usefull.
I think I will replace empty signatures with a default 'Donate'-banners instead of 'No signature'...

*will install asap*

Ellerine saglik hocam...

lol

Fungsten 03-30-2008 05:34 PM

Nevermind I figured it out.

ovnnet 04-08-2008 06:31 AM

i have a question. Because i use hack: Signature only display once on one page. So if i do like intruction, all others post in page will mark as no signature. How can i solve it?

Code:

<if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true">
                <!-- sig -->
                        <div>
                                ______________________<br />
                                $post[signature]
                        </div>
                <!-- / sig -->

                </if>


MiahBeSmokin420 04-08-2008 07:27 AM

i hate putting ads on my site but yoy know what i never thought about putting them in peoples unused sig space

nice

Hornstar 11-07-2008 09:28 PM

Would be great to have different content appear randomly in these sigs.

TheLastSuperman 11-07-2008 09:54 PM

hmmmmm, good idea (the else statement) I might use but modify lol.. will still click Install if so ;)

Thanks!


All times are GMT. The time now is 05:37 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.01060 seconds
  • Memory Usage 1,752KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (19)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete