vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Show Thread Enhancements - New Neater Signature Style (https://vborg.vbsupport.ru/showthread.php?t=229089)

christon26 01-02-2010 08:00 PM

Nice add, I like that :)

I'll edit your post into my first post!

Warlord 01-02-2010 11:20 PM

Nice little mod Christon. :)


Quote:

Originally Posted by ChopSuey (Post 1944872)
HTML Code:

<fieldset class="signature">
<legend>Signature - <if condition="$show['member']"><a href="/profile.php?do=editsignature">Edit</a></if></legend>

A little something i did for my board, let them edit theirs also :) Shows to members only :D


If you change it to this, then it will only show up for the author of the displayed signature. (Before it would show the edit signature link to all registered users in every signature as opposed to only appearing in their own signatures.)

HTML Code:

            <fieldset class="signature">
<legend>Signature <if condition="$bbuserinfo[userid] == $post[userid] "> - <a href="/profile.php?do=editsignature">Edit</a></if></legend> 
               
                $post[signature]
            </fieldset>

I also added a few line breaks above that to drop the signature down a bit in the posts.

wickedstangs 01-03-2010 11:30 AM

1 Attachment(s)
tried to install and it come out like this. Any assistance would greatly be appreciated....
https://vborg.vbsupport.ru/external/2010/01/113.jpg

Below is my original postbit...

Warlord 01-03-2010 05:08 PM

Quote:

Originally Posted by wickedstangs (Post 1945867)
tried to install and it come out like this. Any assistance would greatly be appreciated....
https://vborg.vbsupport.ru/external/2010/01/113.jpg

Below is my original postbit...

The postbit_legacy template you attached looks like the original template before any changes. Judging from the picture though, I think you have the modification installed correctly. I'm guessing you just don't like all the black after the message and you either didn't add the css to the additional css definitions or you made that color black.

Add this to your Additional CSS Definitions if you skipped this step before.

Code:

.signature {
    border: solid 1px #bdbfdd;
    margin: 5px;
    padding: 10px;
    color: #000000;
    background: transparent;
}

If you already added the CSS just change the background properties in the CSS for .signature to transparent. That will make the background transparent and remove all that black. The reason you have so much room in between your post and your signature is because you have so much in your postbit_legacy template (on the left side). I'm assuming that's how it was before you tried adding this modification too, but the signature just had a transparent background before.

christon26 01-06-2010 03:50 PM

Quote:

Originally Posted by Warlord (Post 1945420)
Nice little mod Christon. :)





If you change it to this, then it will only show up for the author of the displayed signature. (Before it would show the edit signature link to all registered users in every signature as opposed to only appearing in their own signatures.)

HTML Code:

            <fieldset class="signature">
<legend>Signature <if condition="$bbuserinfo[userid] == $post[userid] "> - <a href="/profile.php?do=editsignature">Edit</a></if></legend> 
               
                $post[signature]
            </fieldset>

I also added a few line breaks above that to drop the signature down a bit in the posts.

Thanx! I like that even better lol

christon26 01-06-2010 03:55 PM

Quote:

Originally Posted by wickedstangs (Post 1945867)
tried to install and it come out like this. Any assistance would greatly be appreciated....
https://vborg.vbsupport.ru/external/2010/01/113.jpg

Below is my original postbit...

Hi, your text file doesn't contain the changed code you added and without a link I cannot see what's happening via Firebug...but I would hazard a guess you need to add class="alt1" into the td code for the signature cell (the second set of code change) like so:

PHP Code:

    <td align="center" valign="bottom" class="alt1"

Hope that helps :)

**edit just spied your forum link in your signature lol it's really early here :P


All times are GMT. The time now is 11:21 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.04768 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
  • (1)bbcode_code_printable
  • (3)bbcode_html_printable
  • (1)bbcode_php_printable
  • (4)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
  • (6)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