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)

yaoren 04-27-2008 04:19 PM

Worked perfectly, thanks!

Wheezy 05-03-2008 02:44 AM

I cannot get this to work. I have a custom skin downloaded on my vB 3.7 so I think those templates are interfering with this code. Can someone help me out?

*EDITED CODE OUT*

Also... is there a way to extend the signature line to extend across the entire post? THANKS!!!

dancue 05-03-2008 03:28 AM

Can you copy your postbit_legacy template and pm it to me? I'd like to take a look at it.

UberDoober 05-03-2008 04:08 PM

Clicked "Installed" !

I love you, man! Ugraded to 3.7.0 Gold from 3.6.8PL2 and didn't revert my 3.6.8 template. Noticed that "edited by" only showed up on users with no signatures so had to bite the bullet and revert and modify the new one. I'm a noob at this and it scared me to death but all is well! Job Done!

Cheers! Thank you!

dancue 05-04-2008 12:48 PM

Wheezy, I sent it back to you. Let me know if it works.

Uber,
Your welcome. Thanks for the support.

crashys 05-07-2008 08:19 PM

I have a question regarding postbit legacy, can anyone give some help?

https://vborg.vbsupport.ru/showthrea...63#post1508063

Thanks in advance.

Goomzee 05-08-2008 04:58 AM

Any screen shot

Vinyljunky 05-13-2008 09:40 AM

Quote:

Originally Posted by dancue (Post 1497768)
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.

Brilliant :up:

crashys 05-15-2008 07:51 PM

Quote:

Originally Posted by crashys (Post 1511997)
I have a question regarding postbit legacy, can anyone give some help?

https://vborg.vbsupport.ru/showthrea...63#post1508063

Thanks in advance.

Anyone?

dancue 05-15-2008 08:35 PM

Sorry, haven't really tried to do that before.


All times are GMT. The time now is 12:03 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.01120 seconds
  • Memory Usage 1,743KB
  • 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
  • (2)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