The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Postbit Mini Box: Member Info Icons Details »» | |||||||||||||||||||||||||||||
Postbit Mini Box: Member Info Icons
This added a nice little white box in postbit_legacy displaying 5 mini icons that link to the members profile areas:
http://www.pingy.us/?v=postbit.png Installation Step #1 Edit postbit_legacy Find: Code:
<if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if> Code:
<div align="center" class="postbit-mini-box"> <a href="member.php?$session[sessionurl]u=$post[userid]" title="View Public Profile"> <img src="images/buttons/folder_user.png" alt="View $post[username]'s Profile" style="border:0" /></a> <a href="album.php?u=$post[userid]" title="View $post[username]'s Album" rel="nofollow"> <img src="images/buttons/add_album.png" alt="View $post[username]'s Photo Album" style="border:0" /></a> <a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]" title="Add $post[username]'s to Your Contacts" rel="nofollow"> <img src="images/buttons/heart_add.png" alt="Add $post[username]'s to Your Contacts" style="border:0" /></a> <a href="group.php?$session[sessionurl]u=$post[userid]" title="Social Groups"> <img src="images/buttons/social.png" alt="View Social Groups" style="border:0" /></a> </div> Step #2: Add CSS Info Go to style manager > main css > Additional CSS Definitions (2nd box). Add this: Code:
.postbit-mini-box { border:1px dotted #E0E0F6; font-size:11px; color:#4D528C; background-color:white; padding:3px; margin-left: auto; margin-right: auto; } Step #3: Upload the the 4 icons found inside the attached image.zip file to your /forum-path/images/buttons folder Philippians 3:7 "But what things were gain to me, those I counted loss for Christ." Check out my other mods:
* Please Note: No Support Provided via PM or Email, only in This Thread for those who click Install * Download Now
Screenshots
Show Your Support
|
Comments |
#22
|
||||
|
||||
*** Minor Update ***
Tiny update to fix an incorrect link (which I'm sure most installers picked up on anyway) In postbit_legacy Replace this line Code:
<a href="http://www.talkjesus.com/groups/" title="Social Groups"> Code:
<a href="group.php?$session[sessionurl]u=$post[userid]" title="Social Groups"> |
#23
|
||||
|
||||
Quote:
Tagged |
#24
|
||||
|
||||
hello! great hack, it's looking good thanks!
I would like also to know your postbit aligned in two columns, is so nice i know that is a table with 2 columns and css declaration postbit but the css not work to me can you show please also this hack? |
#25
|
||||
|
||||
Ok, resolved to myself
Thanks anyway! bye |
#26
|
|||
|
|||
Excellent Mods. Thank you. Worked like a charm. :up:
|
#27
|
|||
|
|||
Could I get the code for normal postbit?
Very nice hack! |
#28
|
|||
|
|||
tagged for later use
thanx |
#29
|
|||
|
|||
Thanks
In arabic Code:
<div align="center" class="postbit-mini-box"> <a href="member.php?$session[sessionurl]u=$post[userid]" title="View Public Profile"> <img src="images/buttons/folder_user.png" alt="استعراض الملف الشخصي لـ $post[username]'s" style="border:0" /></a> <a href="album.php?u=$post[userid]" title="استعرض البومات $post[username]" rel="nofollow"> <img src="images/buttons/add_album.png" alt="استعرض البومات $post[username] " style="border:0" /></a> <a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]" title="اضف $post[username]الى قائمه اتصالاتكـ واصدقائكـ" rel="nofollow"> <img src="images/buttons/heart_add.png" alt="اضف $post[username] الى قائمه اتصالاتكـ واصدقائكـ" style="border:0" /></a> <a href="group.php?$session[sessionurl]u=$post[userid]" title="Social Groups"> <img src="images/buttons/social.png" alt=" استعرض جروبات $post[username]" style="border:0" /></a> </div> |
#30
|
||||
|
||||
Thats the cleanest postbit ive seen yet. has this been released?
|
#31
|
|||
|
|||
this is good stuff bro thanks. can u tell me where exactly in main css to find the color to blend this in with my forum page colors where the postings and rest of the postbit bacground is?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|