The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Show online/offline status in friends block Details »» | |||||||||||||||||||||||||||
Show online/offline status in friends block
Developer Last Online: May 2017
Show online/offline status in friends block
Demo: http://www.letsgather.net/member.php?u=1 Code:
---------------------------- memberinfo_tiny FIND: ---------------------------- <li class="memberinfo_tiny"> <if condition="$user['avatarurl']"> <a href="member.php?$session[sessionurl]u=$user[userid]"><img src="$user[avatarurl]" alt="$user[username]"<if condition="$user['avatarwidth']"> width="$user[avatarwidth]"</if><if condition="$user['avatarheight']"> height="$user[avatarheight]"</if> border="0" class="alt2" /></a> </if> <div class="smallfont" title="$user[username]"><a href="member.php?$session[sessionurl]u=$user[userid]">$user[musername]</a></div> </li> ---------------------------- REPLACE with: ---------------------------- <li class="memberinfo_tiny"> <if condition="$user['avatarurl']"> <a href="member.php?$session[sessionurl]u=$user[userid]"><img src="$user[avatarurl]" alt="$user[username]"<if condition="$user['avatarwidth']"> width="$user[avatarwidth]"</if><if condition="$user['avatarheight']"> height="$user[avatarheight]"</if> border="0" class="alt2" /></a> </if> <div class="smallfont" title="$user[username]"><a href="member.php?$session[sessionurl]u=$user[userid]">$user[musername]</a></div> <div class="smallfont"> <if condition="$user['onlinestatus']">$user[onlinestatus]</if> </div> </li> ---------------------------- memberinfo_css FIND: ---------------------------- /** * Memberinfo Tiny */ li.memberinfo_tiny { height:105px; width:75px; overflow:hidden; float:$stylevar[left]; text-align:center; margin:1px; } ---------------------------- REPLACE with: ---------------------------- /** * Memberinfo Tiny */ li.memberinfo_tiny { height:115px; width:75px; overflow:hidden; float:$stylevar[left]; text-align:center; margin:1px; } ---------------------------- Done! Show Your Support
|
Comments |
#2
|
||||
|
||||
Small oops...
Code:
---------------------------- memberinfo_css FIND: ---------------------------- height:115px; ---------------------------- REPLACE with: ---------------------------- height:105px; ---------------------------- ofcourse should be Code:
---------------------------- memberinfo_css FIND: ---------------------------- height:105px; ---------------------------- REPLACE with: ---------------------------- height:115px; ---------------------------- I've updated the txt file. |
#3
|
||||
|
||||
Hmmmm ....
How about writing an article on how you did all those user profile modifications ? The HOW TO section on profiles is lacking of any clear guidance. YOURS looks awesome. |
#4
|
||||
|
||||
Even though it took me a couple of months to figure some stuff out, being not a coder or web designer myself, it basically is very simple and looks very much like the example given here by Hex_legend https://vborg.vbsupport.ru/showthread.php?t=166890
It’s an html page, using the MEMBERINFO template, having 2 columns, filled with the MEMBERINFO hooks and custom profile fields. Also, this is just nice This is awesome http://mygtblog.org/about-princeton/ Forgive me if I'm breaking any site rules for making credits to a 3rd party site btw. To your question, maybe, in the future. I do like to keep this topic "this mod only" after this reply |
#5
|
|||
|
|||
This is cool. Thanks.
|
#6
|
|||
|
|||
awesome
|
#7
|
|||
|
|||
Cool how did you made the online status appears as text as you can see in the first screenshot?
|
#8
|
|||
|
|||
it dont work for me :S
|
#9
|
|||
|
|||
Marked and Installed! Works Perfectly
|
#10
|
|||
|
|||
Great thanks.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|