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)
-   -   Show Thread Enhancements - [Monkey's Works] - Center User Interface in your Postbit_Legacy (https://vborg.vbsupport.ru/showthread.php?t=149784)

Triky 06-14-2007 10:00 PM

[Monkey's Works] - Center User Interface in your Postbit_Legacy
 
[Monkey's Works] - Center User Interface in your Postbit_Legacy
by Triky - Web City


Hi there, monkeys! This little template modification will center your users interface. It's simple. See preview:

Preview:

Preview[1]

Modification:

Quote:

Go to your postbit_legacy template
(AdminCp -> Styles & Templates -> Edit Templates -> postbit_legacy)

Search for:

Code:

<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
           
            <div id="postmenu_$post[postid]">
                <if condition="$show['profile']">

Add there the red code:

Code:

<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px; text-align: center;">
           
            <div id="postmenu_$post[postid]">
                <if condition="$show['profile']">

Ok. Now we have to center these images: https://vborg.vbsupport.ru/external/2007/06/18.gif https://vborg.vbsupport.ru/external/2007/06/19.gif
In your postbit_legacy template search for:

Code:

<td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px">
        $post[onlinestatus]
        <if condition="$show['reputationlink']">

And add there the red code:

Code:

<td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; text-align: center;">
        $post[onlinestatus]
        <if condition="$show['reputationlink']">


Done!
I hope you like it. :)
See you to the next little modification! ;)



<!-- ------------------------------[Monkey's Works] - vBulletin.org Releases Archive---------------------------- -->

Modifications

<!-- / ----------------------------[Monkey's Works] - vBulletin.org Releases Archive---------------------------- -->

deezelpope 06-15-2007 02:42 PM

<i>Been wanting this for a long, long time! Looks sharp!! Thank you!!</i>

Triky 06-15-2007 02:45 PM

Glad you like it. :)

deezelpope 06-15-2007 02:47 PM

I LOVE it!!! Looks SOOO much neater...I'm a perfectionist, you know.:D

rjmjr69 06-15-2007 10:46 PM

I cant find any of these codes Can you look at my postbit and figure it out for me please......


Attachment 65703

Bozza 06-16-2007 10:22 PM

Makes thinds look nice and tidy - thanks!

Magnumutz 06-17-2007 12:27 AM

This is so easy to do, i used this ages ago, and only used this:
Code:

<div align="$stylevar[center]">Postbit_legacy content</div>
And it worked... so much easier.

Triky 06-18-2007 10:07 AM

Quote:

Originally Posted by rjmjr69 (Post 1269356)
I cant find any of these codes Can you look at my postbit and figure it out for me please......


Attachment 65703

Ok, try with this:

https://vborg.vbsupport.ru/external/2009/01/38.gif Postbitlegacy Rjmjr.txt



Quote:

Originally Posted by Magnumutz (Post 1270074)
This is so easy to do, i used this ages ago, and only used this:
Code:

<div align="$stylevar[center]">Postbit_legacy content</div>
And it worked... so much easier.

I prefer my method. :p

rjmjr69 06-19-2007 03:42 AM

Thanks bro works great.

bacanze 06-19-2007 08:55 AM

Going to install this later, cheers :)


All times are GMT. The time now is 07:00 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.01231 seconds
  • Memory Usage 1,748KB
  • 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
  • (6)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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