vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Mini Mods - Signature Legend, new signature look (V2) (https://vborg.vbsupport.ru/showthread.php?t=134387)

Roms 12-18-2006 10:00 PM

Signature Legend, new signature look (V2)
 
Signature Legend

By: Roms, AN-net, and Sledgstone
Easy, 1-5 mins

This will add a simple legend (border) and members username around each members signature. Organize and make signatures look personalized for each user, easily.

(this adds the border, curved corners, and "username's sig:" around the users signature.)

Note: If you want the signature forced to the bottom of each post (Postbit Legacy) please use the second version (V2). I have left the old Version (V1) if you only want the signature enhanced.... Please Note it may not work on heavily moded sites...



Please remember to click Mark as Installed if you use this modification. (See Mod Options >)
If you use it please click INSTALL. Thanks :banana:

yoyoyoyo 12-19-2006 09:52 PM

thanks but how is this any different from the other hacks that do the same thing that have already been posted here?

Roms 12-19-2006 09:58 PM

Quote:

Originally Posted by yoyoyoyo (Post 1141881)
thanks but how is this any different from the other hacks that do the same thing that have already been posted here?

Well if there are other hacks that do the same thing they shouldn't have been posted. AN-Net came up with this and I asked permission to port it (as you can see he made in 3.0 and myself in 3.5)

With that said it just adds a nice border and the says it's the users signature, if you don't like it I have a simple solution: Move on to the next post.

TTG 12-19-2006 10:11 PM

Clicked install .. thanks Roms

Roms 12-19-2006 10:22 PM

Quote:

Originally Posted by TTG (Post 1141885)
Clicked install .. thanks Roms

Thanks, I appreciate it. :)

fleshy66 12-19-2006 11:08 PM

Nice little hack, thanks.
I was just wondering if you know how to get rid of the small line above the signature? I just think it uglies it up a bit.
thanks :)

Roms 12-19-2006 11:15 PM

Quote:

Originally Posted by fleshy66 (Post 1141908)
Nice little hack, thanks.
I was just wondering if you know how to get rid of the small line above the signature? I just think it uglies it up a bit.
thanks :)

Thanks for installing.

Just remove this part:

PHP Code:

<HR


fleshy66 12-19-2006 11:42 PM

thanks :)

Hornstar 12-19-2006 11:56 PM

Nice, this makes it look like its a sig, instead of nothing.

however what happens if a user does not have a sig? i think it will look a bit strange if it says users sig, with a box with nothing in it.

Thanks.

Roms 12-20-2006 12:27 AM

Quote:

Originally Posted by hornstar1337 (Post 1141943)
Nice, this makes it look like its a sig, instead of nothing.

however what happens if a user does not have a sig? i think it will look a bit strange if it says users sig, with a box with nothing in it.

Thanks.

Um no you are incorrect, if the user has no sig it displays nothing. ;) (unless you added my hack incorrectly...) Perhaps you are viewing the pictures incorrectly, both are showing a users signature only the first picture is more simple..

That's why these tags are in the postbit:

PHP Code:

        <if condition="$post['signature']"
that means: (if no signaturedisplay nothing...) 

I hope that helps, please click install if you end up using it and thanks. :)

Genjuro-Sensei 12-20-2006 12:43 AM

Installed ! Thx !

Roms 12-20-2006 12:48 AM

Quote:

Originally Posted by Genjuro-Sensei (Post 1141961)
Installed ! Thx !

Glad you like it, thanks for installing. :)

yoyoyoyo 12-20-2006 01:08 AM

Quote:

Originally Posted by Roms (Post 1141882)
if you don't like it I have a simple solution: Move on to the next post.

why the pissy attitude? I just asked a simple question. sorry if it bugged you. geesh. If it is the exact same code as used in 3.5.4 then why bother re-releasing it? just put a note in the 3.5.4 version that it works for 3.6.4, also. I know it isn't up to you, but I don't understand why vb.org doesn't have an overlapping system to include the minimum and maximum vb version that the hacks will support.

DPSR 12-20-2006 01:34 AM

Very nice, installed :D

Roms 12-20-2006 01:37 AM

Quote:

Originally Posted by yoyoyoyo (Post 1141971)
why the pissy attitude? I just asked a simple question. sorry if it bugged you. geesh. If it is the exact same code as used in 3.5.4 then why bother re-releasing it? just put a note in the 3.5.4 version that it works for 3.6.4, also. I know it isn't up to you, but I don't understand why vb.org doesn't have an overlapping system to include the minimum and maximum vb version that the hacks will support.

Like you said vBorg's system doesn't work the way it should so members don't realize that many modifications can sometimes be use in newer versions, so many coders and designers update thier hacks to new threads (but I'm sure you already know that..) :)

Thanks

Quote:

Originally Posted by DPSR (Post 1141984)
Very nice, installed :D

Thanks a lot. :cool:

djlotus 12-20-2006 10:20 AM

Great little mod here Roms. A perfect way to clean up the sig area in a post. Most of my members use image sigs, as opposed to text, and this is perfect for my forum. Thanks again. CLICKS INSTALL

Ronak 12-20-2006 04:29 PM

Liked the hack :D

Roms 12-20-2006 08:48 PM

Quote:

Originally Posted by djlotus (Post 1142137)
Great little mod here Roms. A perfect way to clean up the sig area in a post. Most of my members use image sigs, as opposed to text, and this is perfect for my forum. Thanks again. CLICKS INSTALL

Thanks, I like it for the same reason. :)

Quote:

Originally Posted by Ronak (Post 1142309)
Liked the hack :D

Thanks, if you end up using it please be sure to click install. :)

firstrebel 12-21-2006 07:12 AM

This makes the post look a lot tidier, thanks. **Installed**

Bob

Oddjob 12-21-2006 04:39 PM

What would i have to do to make this compatible with this hack?

It calls for all this to be deleted...

Code:

                <if condition="$post['signature']">
                <!-- sig -->
                        <div>
                                __________________<br />
                                $post[signature]
                        </div>
                <!-- / sig -->
                </if>


Roms 12-21-2006 08:49 PM

Quote:

Originally Posted by Oddjob (Post 1142907)
What would i have to do to make this compatible with this hack?

It calls for all this to be deleted...

Code:

        <if condition="$post['signature']">
        <!-- sig -->
            <div>
                __________________<br />
                $post[signature]
            </div>
        <!-- / sig -->
        </if>


Update: This now forces the users signature to the bottom of each post.
Updated instructions (Download V2)


Please click install if you use this.

Thanks

Roms 12-21-2006 08:51 PM

Quote:

Originally Posted by firstrebel (Post 1142677)
This makes the post look a lot tidier, thanks. **Installed**

Bob

Thank you Sir. :)

Tulsa 12-23-2006 01:41 PM

Quote:

Originally Posted by Roms (Post 1143077)
Update: This now forces the users signature to the bottom of each post.
Updated instructions (Download V2)


Please click install if you use this.

Thanks

Hmm, didn't force it to the bottom on my site...

Roms 12-23-2006 01:51 PM

Quote:

Originally Posted by Tulsa (Post 1143985)
Hmm, didn't force it to the bottom on my site...

I tried viewing your site but you have it so guests can't view... so I'm not sure what the problem may be. It mainly works with the postbit legacy and it will not work properly with some styles. This mod was mainly made for people using the default vB style/ legacy and then customizing their site from there.

If you don't have any customizations already in your postbit you could revert the 'postbit legacy' template and then modify it with my code and it should work.

Thanks :)

Tulsa 12-23-2006 02:03 PM

I am using the legacy format but like most I would assume, that template is one of the most modified.

Tulsa 12-25-2006 06:39 AM

Well it's working now.

I have that plugin template cache set up and had to delete all the cache files for the sig's to start showing.

Roms 12-25-2006 02:10 PM

Quote:

Originally Posted by Tulsa (Post 1144806)
Well it's working now.

I have that plugin template cache set up and had to delete all the cache files for the sig's to start showing.

That's great to hear. :)

smoknz28 12-25-2006 03:51 PM

Hi there...I've installed this, but I'm looking over the code...and would like to know....I had installed a different hack not too long ago that was very simple and changed everyone's sig to use small font. I really like this cause some of my members have a bit much of wording that I really don't mind so long as the code forces all their text in their sig to small font.

I'm no coder by ANY means...so I'm not really sure here....but I do see the change that was made in my previous postbits.

Code:

<if condition="$post['signature']">
                <!-- sig -->
                        <div class="smallfont">
                                __________________<br />
                                $post[signature]
                        </div>
                <!-- / sig -->
                </if>

How can I edit your hack code to force the member's sigs to go into small font?

Thank you so much,
Gonzo

Roms 12-25-2006 07:17 PM

Quote:

Originally Posted by smoknz28 (Post 1144918)
Hi there...I've installed this, but I'm looking over the code...and would like to know....I had installed a different hack not too long ago that was very simple and changed everyone's sig to use small font. I really like this cause some of my members have a bit much of wording that I really don't mind so long as the code forces all their text in their sig to small font.

I'm no coder by ANY means...so I'm not really sure here....but I do see the change that was made in my previous postbits.

Try this:

PHP Code:

  <if condition="$post['signature']">
  <!-- 
sig -->
   <
hr size="1" style="color:$stylevar[tborder_bgcolor]/>
   <
div class="smallfont" valign="bottom">
<
fieldset><legend>$post[username]'s Sig:</legend>$post[signature]</fieldset>
   </div>
  <!-- / sig -->
  </if> 

Or this one:

PHP Code:

  <if condition="$post['signature']">
  <!-- 
sig -->
   <
hr size="1" style="color:$stylevar[tborder_bgcolor]/>
   <
div valign="bottom">
<
span style="font-size:small;">
<
fieldset><legend>$post[username]'s Sig:</legend>$post[signature]</fieldset>
</span>
   </div>
  <!-- / sig -->
  </if> 

Please note I haven't tested the above codes....

Thanks

smoknz28 12-26-2006 01:09 AM

Roms, reporting back...

I used the first code you input and it worked with no dramas. ;) Thanks...

Also, I registered on your site today. I'm an 18 year active duty U.S. Marine. Looks like a nice site.

Thanks again for this code. :up:

Roms 12-26-2006 12:25 PM

Quote:

Originally Posted by smoknz28 (Post 1145119)
Roms, reporting back...

I used the first code you input and it worked with no dramas. ;) Thanks...

Also, I registered on your site today. I'm an 18 year active duty U.S. Marine. Looks like a nice site.

Thanks again for this code. :up:

Glad you like it and Semper Fi Marine! :cool:

RaceJunkie 12-26-2006 09:31 PM

My borders are square and not rounded. Could you help me with this? See post here

Roms 12-26-2006 11:16 PM

Quote:

Originally Posted by RaceJunkie (Post 1145496)
My borders are square and not rounded. Could you help me with this? See post here

Looks round to me. :)

Your syle is customized from the default, if you want things to look exactly the same you would need to revert some of your CSS and the postbit legacy template to the default syle.

Please edit your post and remove the code for the postbit, it's not good to post that much of it.. ;)

Thanks

RaceJunkie 12-27-2006 12:30 AM

Quote:

Originally Posted by Roms (Post 1145552)
Looks round to me. :)

Your syle is customized from the default, if you want things to look exactly the same you would need to revert some of your CSS and the postbit legacy template to the default syle.

Please edit your post and remove the code for the postbit, it's not good to post that much of it.. ;)

Thanks

ok.. Looks round in IE but not Firefox my fault. I did not try IE as I don't use it..

Thank You

Roms 12-27-2006 01:12 AM

Quote:

Originally Posted by RaceJunkie (Post 1145577)
ok.. Looks round in IE but not Firefox my fault. I did not try IE as I don't use it..

Thank You

Good to hear it still works on your site.... :)

djlotus 12-28-2006 09:54 PM

Is there a way I control the size the size of the "box" or use the max demensions to control it?

Roms 12-29-2006 01:28 AM

Quote:

Originally Posted by djlotus (Post 1146587)
Is there a way I control the size the size of the "box" or use the max demensions to control it?

It's basically going to take up the amount of space inside the postbit and that the signature takes up.. I'm sure there are ways of doing it but I'm not going to take it that far...

Thanks

anywares 12-30-2006 07:48 AM

nice. thanx :)

Roms 12-30-2006 03:08 PM

Quote:

Originally Posted by anywares (Post 1147410)
nice. thanx :)

Glad you like it, please click Install (first post, right side...)

Brew 01-04-2007 04:48 PM

For some reason my skin doesn't have this line:

HTML Code:

<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
Any ideas what to do?

I've gotten the sig to the bottom but there is still a line above the sig:

http://www.politicalforums.net/forum...ead.php?t=1541

Thank you for your help :)


All times are GMT. The time now is 03:30 PM.

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.01500 seconds
  • Memory Usage 1,855KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_html_printable
  • (4)bbcode_php_printable
  • (22)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
  • (40)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