Back to vBulletin 3.8 Template Modifications

Postbit Mini Box: Member Info Icons
Mod Version: 1.00, by Chadi

vB Version: 3.8.x Rating: (7 votes - 4.86 average) Installs: 75
Released: 24 Apr 2009 Last Update: 30 Apr 2009 Downloads: 476
Not Supported Template Edits Additional Files  

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:
  • view profile
  • view album
  • add to contacts
  • view social groups
See screenshot for a preview.

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>
Above that code, add
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>
                &nbsp;
                <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>
                &nbsp;
                <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;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>
                &nbsp;
                <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 show your appreciation by voting and clicking install

* Please Note: No Support Provided via PM or Email, only in This Thread for those who click Install *

Download

File Type: %1$s images.zip (12.0 KB, 515 downloads)

Screenshots

Click image for larger version
Name:	postbit.png
Views:	3042
Size:	25.8 KB
ID:	98272  

Similar Mods

[RELEASE] Forumhome mouse overs and Mini Icons vBulletin 2.x Template Modifications

vblts.ru supports vBulletin®, 2022-2024