vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   how to center avatar on postbit_legacy content (https://vborg.vbsupport.ru/showthread.php?t=241039)

Ary Braga 04-22-2010 09:15 PM

how to center avatar on postbit_legacy content
 
Well.

I need to center avatar of the member in my forum. But avatar this always of the left side of the forum. Somebody explain could me, as makes to center avatar?

He follows the code below for evaluation and if possible could show to me where I need to modify so that avatar he is centered?

Code:

<vb:if condition="$show['avatar']">
            <a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
                <img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
            </a>
            </vb:if>

I read something on postbit.css, userinfo, popupmenu styles.In the top of postbit.

I tried to edit variables of the alignment and not to obtain success.

Please!!! Help me.

Regards

ForumsMods 04-22-2010 09:34 PM

Edit postbit.css
Search:
HTML Code:

.postbitlegacy .userinfo .postuseravatar, .eventbit .userinfo .eventuseravatar {
    display:block;
    margin:{vb:math {vb:stylevar padding}/3} auto 0;
    text-align:{vb:stylevar left};
    width: auto;
    float: {vb:stylevar left};
    clear: both;
}

Replace with:
HTML Code:

.postbitlegacy .userinfo .postuseravatar, .eventbit .userinfo .eventuseravatar {
    display:block;
    margin:{vb:math {vb:stylevar padding}/3} auto 0;
    text-align:center;
    width: auto;
    clear: both;
}


Manoel J?nior 04-24-2010 06:16 PM

Sorry any inconvenience. But this method don't work.

u have another method?

regards

ForumsMods 04-24-2010 06:42 PM

Which is your vBulletin version?

borbole 04-24-2010 07:16 PM

Have a look at Lynne''s post here:

http://www.vbulletin.com/forum/showt...=1#post1928329

Manoel J?nior 04-24-2010 07:54 PM

Quote:

Originally Posted by borbole (Post 2026697)

Thanks borbole. this links solve my problem.

Working fine here onto Vb4.0.3 Patch Level 1

No my vb.

I'm only webdesigner.
the forum in question is
Code:

http://www.clangsm.com.br

ForumsMods 04-24-2010 08:13 PM

What Lynne posted is the same that I posted.


All times are GMT. The time now is 09:50 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.01963 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
  • (2)bbcode_code_printable
  • (2)bbcode_html_printable
  • (1)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