Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
FAQ Community Calendar Today's Posts Search

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
  #22  
Old 03-05-2010, 01:08 AM
elwachiman's Avatar
elwachiman elwachiman is offline
 
Join Date: Nov 2009
Location: Venezuela
Posts: 191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

-Extra: Adjust Username Font To Any Size dont work in 4.0.2 pl1
Reply With Quote
  #23  
Old 03-05-2010, 08:55 AM
Markos Markos is offline
 
Join Date: Aug 2006
Posts: 522
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

its not centered all of mine im using vb4.0.2 pl1

Reply With Quote
  #24  
Old 03-05-2010, 01:17 PM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by karkey View Post
hi i get the following

the rep and infractions as out of place

Also would you be interested in making box's around each stat ?
sorry about that....coz their are disable to my site...

Temporary Fix Edit:

Go postbit_legacy template Find and Delete!

Code:
<vb:if condition="$show['infraction'] OR $show['reppower']">
	<dl class="user_rep">
					<vb:if condition="$show['infraction']">
					<dt>{vb:rawphrase infractions}</dt> 
					<dd>{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})</dd>
					</vb:if>
					<vb:if condition="$show['reputation']">
						<vb:if condition="$show['reppower']">
					<dt>{vb:rawphrase reppower}</dt> 
					<dd id="reppower_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reppower}</dd> 
						</vb:if>
					</vb:if>
				</dl>
				</vb:if>
Same Template: Find

Code:
<dt>{vb:rawphrase 'posts'}</dt> <dd>{vb:raw post.posts}</dd>
Below Add This:

Code:
<vb:if condition="$show['infraction'] OR $show['reppower']">

<vb:if condition="$show['reputation']">
<vb:if condition="$show['reppower']">
	<dt>{vb:rawphrase reppower}</dt> <dd id="reppower_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reppower}</dd> 
		</vb:if></vb:if>

<vb:if condition="$show['infraction']">
<dt>{vb:rawphrase infractions}</dt><dd>{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})</dd>
</vb:if>
</vb:if>



...and for your suggestions....maybe on the next release..if i got more spare time....quite busy nowadays...thanks....

Quote:
Originally Posted by elwachiman View Post
-Extra: Adjust Username Font To Any Size dont work in 4.0.2 pl1
sure it work check again maybe you missed something to the code...i am using the same version you got also...may i know what browser and skin are you using? maybe add this instead
Code:
/* change username font size */
.postcontainer .username_container .popupmenu a.popupctrl {font-size:20px;}
Quote:
Originally Posted by Markos View Post
its not centered all of mine im using vb4.0.2 pl1
sorry but you are already using other template edit mod on that images...this is quite different... if you want to use this...you have to revert your postbit_legacy templates first...and install or use this...

thanks anyway guys.....for interest...install...and rate

best regards to all...

:up:
Reply With Quote
  #25  
Old 03-10-2010, 04:54 PM
worldwidereefer worldwidereefer is offline
 
Join Date: Jun 2009
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

work great however the user name and user rank are not center, do you know why ?

www.worldwidereefers.com

Thanks
Reply With Quote
  #26  
Old 03-10-2010, 06:55 PM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by worldwidereefer View Post
work great however the user name and user rank are not center, do you know why ?

www.worldwidereefers.com

Thanks
hmmm...insert this to the additional.css once again


Code:
/* center username, usertitle, rank in postbit legacy */
.postbitlegacy .userinfo .username_container, .rank,  .usertitle {text-align:center;}
hope it help you and thanks for the install...nominate and rate...

goodluck and best regards

:up:
Reply With Quote
  #27  
Old 03-10-2010, 11:45 PM
worldwidereefer worldwidereefer is offline
 
Join Date: Jun 2009
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you, I added the code below:

/* center avatar, username, title, rank, userinfo_extra, postbit_reputation, imlinks */

and it works.

Thank you.
Reply With Quote
  #28  
Old 03-11-2010, 01:53 AM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by worldwidereefer View Post
Thank you, I added the code below:

/* center avatar, username, title, rank, userinfo_extra, postbit_reputation, imlinks */

and it works.

Thank you.
well glad too that you solved your problem...goodluck to your site mate....

best regards...

:up:
Reply With Quote
  #29  
Old 03-11-2010, 03:34 AM
Selcor Selcor is offline
 
Join Date: Dec 2009
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you very much!

Reply With Quote
  #30  
Old 03-11-2010, 07:13 PM
karkey karkey is offline
 
Join Date: Feb 2010
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice one
princeedward

all sorted
Reply With Quote
  #31  
Old 03-12-2010, 12:51 PM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Selcor View Post
Thank you very much!

Quote:
Originally Posted by karkey View Post
Nice one
princeedward

all sorted
thanks guys....for interest...install...nominate...and rate

goodluck to your site and best regards..

:up:
Reply With Quote
Reply


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 10:33 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.08366 seconds
  • Memory Usage 2,350KB
  • Queries Executed 27 (?)
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
  • (5)bbcode_code
  • (7)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
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)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_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