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)

Nathan2006 04-10-2007 06:13 AM

Quote:

Originally Posted by rjmjr69 (Post 1220674)
Delete that whole line? Cause I do not see anything with that except a whole line of code?

Thanks this is classy


I forgot how to do it too lol

Just remove this line of code in red

Code:

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

;)

Kalina 06-08-2007 08:53 PM

This is amazing! Looks so much better! Thanks so much!!

Roms 06-08-2007 11:13 PM

Quote:

Originally Posted by Kalina (Post 1264388)
This is amazing! Looks so much better! Thanks so much!!

Thanks :)

Philipaclayton 06-10-2007 09:18 AM

looks good going to install cheers

Roms 06-17-2007 11:03 PM

Quote:

Originally Posted by Philipaclayton (Post 1265373)
looks good going to install cheers

Thanks, please click "mark as installed if you use it. :)

chiwexa 07-19-2007 02:46 PM

Thanks, but how can I get the curved corners?

Roms 07-20-2007 08:22 PM

Quote:

Originally Posted by chiwexa (Post 1295731)
Thanks, but how can I get the curved corners?

The corners are rounded in IE and may not show up the same way in Firefox...

AWJunkies 12-02-2007 06:17 AM

I have a question why would you do all that extra coding to put it towards the bottom rather then default top? All you have to do is add valign="bottom" in the div section. Let me show you to put it at the bottom all you have to do is:

Here is normal code within postbit_legacy

Code:

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

All you have to do is within the <div> is do this:
Code:

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

So to do both mods bottom and your new sig border is:

Open postbit_legacy
Find:
Code:

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

Replace with:
Code:

          <if condition="$post['signature']">
                <!-- sig -->
                        <div valign="bottom">
                        <fieldset><legend>$post[username]'s Sig:</legend>$post[signature]</fieldset>
                        </div>
                <!-- / sig -->
                </if>


turbo.:R 12-06-2007 12:25 AM

so does it work in firefox?

DieselMinded 01-24-2008 11:57 PM

I have Singnatures set to not show in PM's but the legend is still there how do i remove it


All times are GMT. The time now is 05:50 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.01224 seconds
  • Memory Usage 1,739KB
  • 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
  • (5)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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