vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Moving postbit location (https://vborg.vbsupport.ru/showthread.php?t=273811)

andybond 11-10-2011 11:10 PM

Moving postbit location
 
Evening all.

I am wanting to move my postbits ( or postbits legacy ) to the right hand side of my forums.

Can this be done ? ( you know the next question dont you ? )

How ?

TheLastSuperman 11-11-2011 12:18 AM

Yes however you'll need to modify quite a bit of the css or maybe just maybe you could trick it using the rtl conditional... hmm I'll check into this if I have time this weekend and see if it's going to be quick and simple or quite in-depth and report back ;).

HMBeaty 11-11-2011 12:39 AM

Quote:

Originally Posted by TheLastSuperman (Post 2266768)
Yes however you'll need to modify quite a bit of the css or maybe just maybe you could trick it using the rtl conditional... hmm I'll check into this if I have time this weekend and see if it's going to be quick and simple or quite in-depth and report back ;).

I've actually checked into this as well. I'm about to post my end result in a few minutes ;)

HMBeaty 11-11-2011 12:47 AM

1 Attachment(s)
My end result :)

https://vborg.vbsupport.ru/attachmen...1&d=1320975993

In postbit.css, find:
Code:

.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
    margin-{vb:stylevar left}: {vb:stylevar postbitlegacy_userinfo_width};
    border-{vb:stylevar left}: {vb:stylevar postbit_userinfo_border};
    background: {vb:stylevar postbit_background};
    _background-image: none;
    padding-bottom: 1em;
}

Replace with:
Code:

.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
    margin-{vb:stylevar right}: {vb:stylevar postbitlegacy_userinfo_width};
    border-{vb:stylevar right}: {vb:stylevar postbit_userinfo_border};
    background: {vb:stylevar postbit_background};
    _background-image: none;
    padding-bottom: 1em;
}

Find:
Code:

.postbitlegacy .userinfo {
    float:{vb:stylevar right};
    position: relative;
    width:{vb:math {vb:stylevar postbitlegacy_userinfo_width}-{vb:math {vb:stylevar padding}*2}};
    padding: 2px {vb:stylevar padding} {vb:math {vb:stylevar padding}/2};
    font-size: {vb:stylevar small_fontSize};
    display:block;
        background: {vb:stylevar postbit_userinfo_background};
    clear:both;
}

Replace with:
Code:

.postbitlegacy .userinfo {
    float:{vb:stylevar right};
    position: relative;
    width:{vb:math {vb:stylevar postbitlegacy_userinfo_width}-{vb:math {vb:stylevar padding}*2}};
    padding: 2px {vb:stylevar padding} {vb:math {vb:stylevar padding}/2};
    font-size: {vb:stylevar small_fontSize};
    display:block;
        background: {vb:stylevar postbit_userinfo_background};
    clear:both;
}

This code is unsupported and has not been fully tested!

HMBeaty 11-11-2011 01:12 AM

I might even use this on my site :D

andybond 11-12-2011 09:36 PM

Wow. Epic.

Really , really appreciate you time and skill

HMBeaty 11-13-2011 12:52 AM

Quote:

Originally Posted by andybond (Post 2267381)
Wow. Epic.

Really , really appreciate you time and skill

Thanks. :)


All times are GMT. The time now is 03:19 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.01106 seconds
  • Memory Usage 1,725KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete