PDA

View Full Version : End-User Options - No Signature Manager


YeşiLMeN
01-03-2007, 10:00 PM
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 ;

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


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

Replace With ;

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


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

Please Click Install (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=135493) !

-- ScReaM_ (http://www.ultravb.com)

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/profile.php?do=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_miscactions.php?do=installhack&threadid=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)


<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
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?


<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!