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 |
#12
|
||||
|
||||
Hello? You've ignored my PM as well and I'm puzzled as to why.
|
#13
|
|||
|
|||
thanks, Chadi! I love your mod!
|
#14
|
||||
|
||||
Nice hack installed thanks!
|
#15
|
||||
|
||||
Enough.
Off topic posts removed. If you want to fight, do it elsewhere please. |
#16
|
|||
|
|||
|
#17
|
||||
|
||||
Thanks to those who installed this and showed appreciation.
|
#18
|
||||
|
||||
Quote:
|
#19
|
|||
|
|||
Quote:
Btw - Installed! |
#20
|
||||
|
||||
Installed, but there's something off on the code on Social Group section
You code: Code:
<a href="http://www.talkjesus.com/groups/" title="Social Groups"> <img src="images/buttons/social.png" alt="View Social Groups" style="border:0" /></a> That would be nice. Sorry, I didn't get what was the issue on this but I have to say I liked you postbit design. Mind to share ? Thanks |
#21
|
||||
|
||||
Quote:
I'm pretty sure that's the way the social system in VB works. Even if you visit your own social group's main page, the navbit does not show something like "Chad's Social Group" or such. However, the main social group page will show your own social group(s) on the bottom either way, never another user's. Even if you view a user's profile and click on any of their social group on the right block, it will not show their name/user ID in the navbit or actual address link. Another thing to consider is this: how link it show that user's social group if they have more than one? As far as I'm aware, vb doesn't operate this way. If I am wrong and someone wants to share a method to get this option working, let me know. So in essence, the link for the social group in my mod is just a general link to social groups page. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|