vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   Show Thread Enhancements - Force Signature to the Bottom (https://vborg.vbsupport.ru/showthread.php?t=174285)

MR-2ZZ 03-31-2008 12:38 AM

<a href="https://vborg.vbsupport.ru/showthread.php?t=128951&highlight=force+bottom" target="_blank">https://vborg.vbsupport.ru/showt...t=force+bottom</a>

That one works.

Gosef 03-31-2008 02:30 AM

thanks a lot

dancue 03-31-2008 07:52 PM

Quote:

Originally Posted by Tianuc (Post 1478640)
I have a question.
The article content is different from signature color

Please see the attachment.

Easy fix. Mark as Installed and I'll tell you what to do.

dancue 03-31-2008 07:57 PM

Quote:

Originally Posted by MR-2ZZ (Post 1478730)

That will work also. Like I said on my first post though....this one will not follow the post immediately like the other one does. It also moves the "edited by" note to the bottom of the sig, instead of the bottom of the post.

TTG 03-31-2008 08:17 PM

Quote:

Originally Posted by dancue (Post 1479372)
Easy fix. Mark as Installed and I'll tell you what to do.

Already changed that "Easy fix" 'cos I prefer postbit to remain one colour .. clicked install. :up:

Tom_S 03-31-2008 09:02 PM

Quote:

Originally Posted by dancue (Post 1478406)
Ok. None of you hit the installed button...

Doesn't take long to do it.

Sorry bout that. Got it ;)

dancue 03-31-2008 09:31 PM

Quote:

Originally Posted by Tom_S (Post 1479434)
Sorry bout that. Got it ;)

Thanks man!:)

GrendelKhan{TSU 04-01-2008 05:46 AM

yay! thanks! :D

yaoren 04-22-2008 03:30 PM

I clicked in install and would like to change the sig bg color to match the post bg color please :)

dancue 04-24-2008 12:55 AM

The post bg color should either be alt1 or alt2. If you installed the code provided here and it did not match then you would have to do the following:

Code:

<tr>
<td class="alt1" valign="bottom" height="100%"style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
                $template_hook[postbit_signature_start]
                <if condition="$post['signature']">
                                <!-- sig -->
                        <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
                        <div valign="bottom">
                                $post[signature]
                        </div>
                <!-- / sig -->

                </if>
                $template_hook[postbit_signature_end]
                <if condition="$show['postedited']">
                <!-- edit note -->
                        <div class="smallfont">
                                <hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
                                <em>
                                        <if condition="$show['postedithistory']">
                                                <phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>.
                                        <else />
                                                <phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
                                        </if>
                                        <if condition="$post['edit_reason']">
                                                $vbphrase[reason]: $post[edit_reason]
                                        </if>
                                </em>
                        </div>
                <!-- / edit note -->
                </if>

                </td>
</tr>

I've highlighted the change in red. This change is replacing the last step mentioned above in my first post.

Hope this helps.


All times are GMT. The time now is 02:44 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.01288 seconds
  • Memory Usage 1,745KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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