Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications

Reply
 
Thread Tools
Postbit Legacy Poster User Info: (Centered) Details »»
Postbit Legacy Poster User Info: (Centered)
Version: 1.01, by princeedward princeedward is offline
Developer Last Online: Feb 2013 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.0.2 Rating:
Released: 02-26-2010 Last Update: 03-01-2010 Installs: 209
Template Edits
Re-useable Code Code Changes  
No support by the author.

Postbit Legacy Poster User Info: (Centered)
(EXTRA: Change Username Font Size)
(Tested To Default vB Skin Style And FF/IE Browser Only!)






What The "H" Is This?
Just A Simple Tutorial That Might Help You Or Others Problem To Place (Postbit Legacy) Poster's Avatar Image And More To Center...

( Avatar, Username, Rank, User Title, Reputation & IM Images, And More....Plus Adjust Username Font To Any Size)



Now How To Do It?

Pls. View Image And Download Attachment Below At First!


Next Simply Go:

ACP > Styles & Templates > Search in Templates > Search in Style: (Choose Actual Style)> Search for Text: additional.css > Search Titles Only: YES > Click Find > Click Red One To Open...

Copy The Code From The Text Info And Paste To The Template (additional.css)
As Usual Click To Save And Reload....Check! If All Okay... Click Save And Closed!



NOTE:
If Anyone Can Make It More Better In Any Way (Xml Product) On This..Feel Free To Submit Your Modification Here....

Hope You Like It And Find This Useful To Your Website!
If You Use This Mod; Please Don't Forget To:
  • Click "Mark as Installed"
  • Leave Any Comment By Saying Thanks! or Anything! (Not Just Read, Use And Go)
  • Rate
  • Nominate


A Special Thanks And Credit Goes Also To Lynne...


Good Day...Thanks And Best Regards To All


Updates:

Versions:


v1.00 - 27 Feb 2010
-First version Center Avatar
v1.01 - 01 Mar 2010
-New/Latest version
Multi Centered:
-Username
-User Title
-Rank(Image)
-Reputation Image
-Avatar
-Instant Messaging
-Extra: Adjust Username Font To Any Size

Download Now

File Type: txt Info.txt (1.3 KB, 1063 views)
File Type: txt postbit_legacy_userinfo_multi_centered.txt (3.2 KB, 1764 views)

Screenshots

File Type: png center_all_image.png (104.9 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
elsa23

Comments
  #72  
Old 01-23-2014, 04:46 AM
btedition btedition is offline
 
Join Date: Jun 2012
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ramesh_umk3 View Post
it takes time to customize whole fileds. Once try to place below code in your additional.css template

Code:
.userinfo_extra {
    text-align: right;
}
Regards,
This code will center all additional fields?
Reply With Quote
  #73  
Old 01-23-2014, 07:51 AM
ramesh_umk3 ramesh_umk3 is offline
 
Join Date: Jul 2010
Location: Earth
Posts: 194
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's left, right combination like you see in the first post screenshot , if you need centered then you have to change postbit_legacy each and every field
Reply With Quote
  #74  
Old 01-24-2014, 02:33 PM
btedition btedition is offline
 
Join Date: Jun 2012
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works well with 4.2.0 except that one userfield is out of proportion and Rep Power is not aligned. Can't figure what is the problem..
Reply With Quote
  #75  
Old 01-25-2014, 08:13 AM
ramesh_umk3 ramesh_umk3 is offline
 
Join Date: Jul 2010
Location: Earth
Posts: 194
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just goto postbit_legacy and search for "{vb:rawphrase reppower}" align however you like frame with <div style element
Reply With Quote
  #76  
Old 01-25-2014, 11:52 AM
btedition btedition is offline
 
Join Date: Jun 2012
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ramesh_umk3 View Post
Just goto postbit_legacy and search for "{vb:rawphrase reppower}" align however you like frame with <div style element
I'm not a code expert :$ mind telling me the exact code?
Reply With Quote
  #77  
Old 01-25-2014, 04:29 PM
ramesh_umk3 ramesh_umk3 is offline
 
Join Date: Jul 2010
Location: Earth
Posts: 194
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Search for

{vb:rawphrase reppower}: {vb:raw post.reppower}

Replace with:

Code:
<div style="float:left;">{vb:rawphrase reppower}:</div> <div style="float:right;">{vb:raw post.reppower}</div>
Its weird idea but that's the only option you have to get pattern style
Reply With Quote
  #78  
Old 01-26-2014, 02:42 AM
btedition btedition is offline
 
Join Date: Jun 2012
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ramesh_umk3 View Post
Search for

{vb:rawphrase reppower}: {vb:raw post.reppower}

Replace with:

Code:
<div style="float:left;">{vb:rawphrase reppower}:</div> <div style="float:right;">{vb:raw post.reppower}</div>
Its weird idea but that's the only option you have to get pattern style
Sorry to keep asking questions, I am using 4.2.0 and I couldn't find the code you're asking for. Here is a screenshot of my postbit_legacy..



These are the 5 "reppower" results that I've got..

Thanks in advance,
Reply With Quote
  #79  
Old 01-26-2014, 10:51 AM
ramesh_umk3 ramesh_umk3 is offline
 
Join Date: Jul 2010
Location: Earth
Posts: 194
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you see <dt> {vb:rawphrase reppower} </dt> and below that <dd>

change according

Replace <dt> with below one

Code:
<dt style="float:left;">
Replace <dd with below one

Code:
<dd style="float:right;"
Reply With Quote
Благодарность от:
btedition
  #80  
Old 01-26-2014, 02:42 PM
btedition btedition is offline
 
Join Date: Jun 2012
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ramesh_umk3 View Post
Do you see <dt> {vb:rawphrase reppower} </dt> and below that <dd>

change according

Replace <dt> with below one

Code:
<dt style="float:left;">
Replace <dd with below one

Code:
<dd style="float:right;"
awesome mate, can't thank you enough!

How can I center certain userfield ? the user field I want to center is userfield5
Reply With Quote
  #81  
Old 01-27-2014, 03:50 AM
ramesh_umk3 ramesh_umk3 is offline
 
Join Date: Jul 2010
Location: Earth
Posts: 194
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
<center>{vb:raw post.field5}</center>
use accordingly
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:28 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.04870 seconds
  • Memory Usage 2,341KB
  • Queries Executed 29 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (8)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (2)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete