![]() |
[Postbit-Legacy Hack] Attractive User Info Boxes for Posts
1 Attachment(s)
This mod will allow you to create attractive custom containers for your member's user info in postbit. For example, Join date, post count, location, thanks etc.
See screenshot in attachments for example. First, you need to add a class to your additional.css files. Go to styles and templates > edit templates > css templates > additional.css Add to the bottom: HTML Code:
.postbitboxes { Now you need to make some edits to your postbit_legacy template. Go to styles and templates > edit templates > postbit templates > postbit_legacy Find: HTML Code:
<dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd> HTML Code:
<div class="postbitboxes"> Find: HTML Code:
<dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd> HTML Code:
<div class="postbitboxes"> Find: HTML Code:
<dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd> HTML Code:
<div class="postbitboxes"> Find: HTML Code:
<dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd> HTML Code:
<div class="postbitboxes"> Essentially all that you've done here is wrapped the new div tag around each element of your user info displayed in the sidebar. So the above template edits can also be applied to templates for other mods which display info here such as Abe's Post Thank You Hack. NOTE: To also include place BLOG ENTRIES inside the same box, see post #3 https://vborg.vbsupport.ru/showpost....70&postcount=3 Enjoy! Check out my other Template Modifications for 4.x! Link Private Forums to thread instead of error message Sidebar Anywhere Enhancement - Custom Blocks Per Forum or Page Change Thread Title Color for Specific Forums on Homepage Change Background Color for Specific Forums on Homepage Change Title Color of Specific Forums on Homepage Thread Starter Image in Postbit for OP CUSTOM BUTTONS that look like your forum! Custom User Rank Box in Posts |
Thanks for sharing! :)
|
"Blog entries: x" block is not in postbit_legacy template.
Open blog_postbit_entries_link template and replace its contents with these: HTML Code:
<div class="postbitboxes"><dt>{vb:rawphrase blog_entries}</dt><dd><a href="{vb:link blog, {vb:raw post}, null, 'userid', 'blog_title'}">{vb:raw post.entries}</a></dd></div> |
Thanks !!
Looks great. |
I love this hack, it gives a more professional look to the postbit
|
Ha. I've had this for my v3 for several years. Cool to see someone did it for v4.
|
I added this to my forum, with a few modifications to the CSS to match my Custom Style. Thank you for this! *Installed*
|
Thank you :)
|
I have added the modification but there are some problem
http://oi62.tinypic.com/i3dnw3.jpg What I have to do? Thank you :) |
Looks to me like you forgot to close a DIV tag, or left some other tag open...
I would recommend starting over and repeating the steps again, making sure to do it correctly. I hope that helps, should be a simple fix if my assumption is correct. |
All times are GMT. The time now is 06:03 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|