Log in

View Full Version : Show Thread Enhancements - WCF - IP.Board Style User Info


LifesGreatestGift
01-12-2012, 11:00 PM
I will start off by saying, I did this for fun. The code is pretty straight forward so you should have no problem modifying it to fit your needs. I will not be supporting this. I made this for postbit_legacy so it should not be that hard to incorporate into postbit. You may use this code and implement it however you wish on your site. You may edit/re-use/modify and post whatever you like here on vB.org based on this code.

MAKE A BACKUP OF YOUR postbit(_legacy) TEMPLATE SO YOU DONT COMPLAIN TO ME IF YOU CANNOT FIGURE OUT HOW TO GET THIS TO WORK! A simple select all>Copy>Paste into notepad would work (be sure to save ;) )

1) Upload files to forum root
2) Add the following to the bottom of additional.css
/* WCF DESIGNS IPB USERINFO */
div.userinfo a.collapse{font-size:11px;text-decoration:none;color:#fff;float:none !important;position:relative !important;top:5px !important;right:0 !important;padding:5px 10px;outline:1px #000 solid;border:1px #FFF solid;background:#6f8f52}
div.userinfo a.collapse:hover{background:#b82929}
.popupWrapper{background-color:#464646;background-color:rgba(70,70,70,0.6);padding:4px;-webkit-box-shadow:0px 12px 25px rgba(0, 0, 0, 0.7);-moz-box-shadow:0px 12px 25px rgba(0, 0, 0, 0.7);box-shadow:0px 12px 25px rgba(0, 0, 0, 0.7 );-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}
.stem.bottomleft{background-image:url({vb:raw vboptions.bburl}/wcf_designs/ipb/bottomleft.png)}
.stem{width:31px;height:16px;position:absolute}
.popupInner{background:#fff;width:500px;overflow:a uto;-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.4);-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.4);box-shadow:0px 0px 3px rgba(0,0,0,0.4);overflow-x:hidden}
.userpopup{overflow:hidden;position:relative;font-size:0.9em}
.userpopup h3, .userpopup .side+div{padding-left:115px !important;}
.userpopup h3{font-size:17px}
.popupInner h3{background:#2c5687 url({vb:raw vboptions.bburl}/wcf_designs/ipb/maintitle.png) repeat-x top;color:#fff;border-width:1px 1px 0 1px;border-style:solid;border-color:#316897;padding:8px
10px 9px;font-size:16px;font-weight:300;text-shadow:0 1px 2px rgba(0,0,0,0.3);-webkit-box-shadow:inset 0px 1px 0 #528cbc;box-shadow:inset 0px 1px 0 #528cbc;-moz-box-shadow:inset 0px 1px 0 #528cbc}
.popupInner h3 a,.popupInner h3 a:hover{color:#fff;text-decoration:none}
.userpopup .side{position:absolute;margin-top: -40px;text-align:center}
.left{float:left}
.ipsBox,.ipsPad{padding:9px}
.ipsUserPhoto_large{max-width:90px;max-height:90px}
.ipsUserPhoto{padding:1px;border:1px
solid #d5d5d5;background:#fff;-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.1);-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.1);box-shadow:0px 2px 2px rgba(0,0,0,0.1)}
.ipsPad img{vertical-align:middle}
.ipsPad a:hover{text-decoration:none}
.ipsUserPhotoLink:hover .ipsUserPhoto{border-color:#7d7d7d}
.reputation.positive,.reputation.negative{color:#f ff}
.reputation.positive{background:#6f8f52}
.reputation.negative{background:#b82929}
.reputation.zero{background:#dedede;color:#6e6e6e}
.reputation{font-weight:bold;padding:3px
8px;display:inline-block;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}
.userpopup .reputation{display:block;text-align:center;margin-top:5px}
.ipsButton_secondary{height:22px;line-height:22px;font-size:12px;padding:0
10px;background:#f6f6f6;background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5));border:1px
solid #dbdbdb;-moz-box-shadow:0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);-webkit-box-shadow:0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);box-shadow:0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#616161;display:inline-block;white-space:nowrap;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out}.ipsButton_secondary
a{color:#616161}.ipsButton_secondary:hover{color:# 4c4c4c;border-color:#9a9a9a}
.ipsType_smaller, .ipsType_smaller a{font-size:11px !important}
.userpopup .side .ipsButton_secondary {display:block;text-align:center;margin-top:5px;width:75px;height:auto;line-height:1;padding:5px 10px;white-space:normal}
.ipsPad{padding:9px}
.clear{clear:both}
.info{min-height:128px}
.userpopup .user_controls{text-align:left}
.user_controls{text-align:center;margin:6px 0}
.userpopup dl{border-bottom:1px solid #D4D4D4;padding-bottom:10px;margin-bottom:4px}
.info dt{float:left;font-weight:bold;padding:3px 6px;clear:both;width:30%}
.info dd{padding:3px 6px;width:60%;margin-left:35%}
/* /WCF DESIGNS IPB USERINFO */

3) Add this code where you'd like the MORE INFO button to appear in your postbit(_legacy) template
<!-- WCF DESIGNS IPB USERINFO -->
<a href="#" class="collapse" id="collapse_wcf_ipb{vb:raw post.postid}{vb:raw post.userid}">More Info</a>
<div id="wcf_ipb{vb:raw post.postid}{vb:raw post.userid}" style="display: none;">
<div id="pu_____hover___member_popup" style="z-index: 10001; margin-top: 28px; position: absolute; " class="popupWrapper"><div id="pu_____hover___member_stem" class="stem bottomleft" style="top: -16px; left: 5px; z-index: 6000; ">&nbsp;</div><div id="pu_____hover___member_inner" class="popupInner" style="width: 500px; max-height: 575px; "><div class="vcard userpopup">
<h3><a href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}" class="fn nickname url">{vb:raw post.musername}</a></h3>
<div class="side left ipsPad">
<a href="{vb:link member, {vb:raw post}}" class="ipsUserPhotoLink">
<vb:if condition="$post['avatarurl']">
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" class="ipsUserPhoto ipsUserPhoto_large">
<vb:else />
<img src="{vb:raw vboptions.bburl}/wcf_designs/ipb/default_large.png" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" class="ipsUserPhoto ipsUserPhoto_large">
</vb:if>
</a>
<br />

<a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw post.userid}&amp;contenttype=vBForum_Post&amp;showposts=1" class="ipsButton_secondary ipsType_smaller">My Posts</a>
<a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw post.userid}&amp;starteronly=1&amp;contenttype=vBForum_Thr ead" class="ipsButton_secondary ipsType_smaller">My Threads</a>
<a href="{vb:link member, {vb:raw post}}" class="ipsButton_secondary ipsType_smaller">My Profile</a>

</div>
<div class="ipsPad">

<div class="info">
<vb:if condition="$post['rank']">
<span class="rank">{vb:raw post.rank}</span>
</vb:if>
<dl>
<vb:if condition="$post['usertitle'] != ''">
<dt>User Title</dt>
<dd>{vb:raw post.usertitle}</dd>
</vb:if>
<dt>Status</dt>
<dd>{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}</dd>
<vb:if condition="$post['joindate']">
<dt>{vb:rawphrase join_date}</dt>
<dd>{vb:raw post.joindate}</dd>
</vb:if>
<vb:if condition="$post['field2']">
<dt>{vb:rawphrase location_perm}</dt>
<dd>{vb:raw post.field2}</dd>
</vb:if>
<vb:if condition="$post['age']">
<dt>{vb:rawphrase age}</dt>
<dd>{vb:raw post.age}</dd>
</vb:if>
<dt>{vb:rawphrase posts}</dt>
<dd>{vb:raw post.posts}</dd>
<vb:if condition="$show['infraction']">
<dt>{vb:rawphrase infractions}</dt>
<dd>{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})</dd>
</vb:if>
{vb:raw template_hook.postbit_userinfo_right_after_posts}
</dl>

<vb:if condition="$show['reputation']">
<div style="float:left;margin-right:10px;">
<span>Reputation Level</span>
<div class="reputation <vb:if condition="$post['reputation'] > '0'">positive<vb:elseif condition="$post['reputation'] < '0'" />negative<vb:else />zero</vb:if>">
<span class="number">{vb:raw post.reputation}</span>
</div>
</div>

<vb:if condition="$show['reppower']">
<div style="float:left;margin-right:10px;">
<span>Reputation Power</span>
<div class="reputation <vb:if condition="$post['reppower'] > '0'">positive<vb:elseif condition="$post['reppower'] < '0'" />negative<vb:else />zero</vb:if>">
<span class="number">{vb:raw post.reppower}</span>
</div>
</div>
</vb:if>
</vb:if>

</div>
<ul class="user_controls clear">




</ul>
</div>
</div></div></div>
</div>
<!-- /WCF DESIGNS IPB USERINFO -->

I have included most of the basic user info code and hook for mods. I personally on my site deleted the default userinfo code and put in this so there is less clutter.

To show reputation level you must enable the reputation system.
To show reputation power you must enable it by doing the following
AdminCP>Settings>Options>Thread Display Options (showthread)>
check the box labelled 'Display Reputation Power' and save.

It is up to you how you use this code. Enjoy.

DEMO BEFORE
http://i293.photobucket.com/albums/mm71/smallvilleproject/before.png

DEMO AFTER
http://i293.photobucket.com/albums/mm71/smallvilleproject/after.png

DEMO NO AVATAR USER (DEFAULT WILL SHOW)
http://i293.photobucket.com/albums/mm71/smallvilleproject/no-avatar.png

Boofo
01-13-2012, 04:34 PM
Maybe add a text file with the instructions to the ZIP file for download? ;)

stl7997
01-14-2012, 01:23 PM
I know this is unsupported but maybe someone could help me out. Attached is something I would like to achieve on my forum. Instead of all the other stuff, I'd only like to have a user profile field (field11) display here.

What would be the proper code to use to display this?

Thanks in advance!

http://www.aerovacworld.com/temp/postbit.jpg

LifesGreatestGift
01-14-2012, 03:19 PM
delete <vb:if condition="$post['usertitle'] != ''">
<dt>User Title</dt>
<dd>{vb:raw post.usertitle}</dd>
</vb:if>
<dt>Status</dt>
<dd>{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}</dd>
<vb:if condition="$post['joindate']">
<dt>{vb:rawphrase join_date}</dt>
<dd>{vb:raw post.joindate}</dd>
</vb:if>
<vb:if condition="$post['field2']">
<dt>{vb:rawphrase location_perm}</dt>
<dd>{vb:raw post.field2}</dd>
</vb:if>
<vb:if condition="$post['age']">
<dt>{vb:rawphrase age}</dt>
<dd>{vb:raw post.age}</dd>
</vb:if>
<dt>{vb:rawphrase posts}</dt>
<dd>{vb:raw post.posts}</dd>
<vb:if condition="$show['infraction']">
<dt>{vb:rawphrase infractions}</dt>
<dd>{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})</dd>
</vb:if>
{vb:raw template_hook.postbit_userinfo_right_after_posts}

Add <vb:if condition="$post['field11']">
<dt>AE Assignments</dt>
<dd>{vb:raw post.field11}</dd>
</vb:if>

Adam H
01-14-2012, 06:56 PM
This would be alot better if it was like Xenforo , I.e instead of having a "more info" button it just pop's up when you click the users profile and then a link to their main profile .

Like a mini profile if you like.

too_cool_3
01-14-2012, 07:24 PM
Looks nice! Will download and try at a later date. TAGGED ;)

Phil K?vin
01-15-2012, 01:22 AM
Exactly where it is that I should introduce the second code? I use postbit_legacy

Berdus2012
01-15-2012, 04:13 PM
Hello, my English is not good, but I have a question.
Could you tell me how I get an X on the upper right side, so if you click on it, the information window closes?

FReeSTER
01-19-2012, 05:14 PM
looks great but not working on 4.1.7

TheSupportForum
01-19-2012, 05:17 PM
looks great but not working on 4.1.7

thats due to it saying vB Version: 4.1.9 as a requirement at the top

Dr.osamA
01-19-2012, 09:53 PM
thank you bro

installed and rated and transleted to RTL Arabic

WDS
01-21-2012, 02:26 AM
Hi, I think the Idea driver but all the work and recognition goes to LifesGreatestGift since it was he who developed it. therefore wanted to know if someone could create some sort of plugin to get the effect I describe in this post: https://vborg.vbsupport.ru/showthread.php?p=2287150#post2287150

Thank you very much, I hope some kind of response.

nero9
01-22-2012, 10:56 PM
one more pretty good mod. thank u very much

ibwt
02-08-2012, 02:03 PM
looks good, will try, thanks

RobbieZ
05-12-2012, 02:12 PM
Demo images have depreciated. :(

Gemma
05-12-2012, 05:10 PM
Demo images have depreciated. :(

The popup looks something like this Robbie. When you hover over the More Info button it changes colour; clicking it displays the info.

Winter Sonata
05-14-2012, 09:25 AM
It looks great !!!!

anyone tries on 4.1.10?

Gemma
05-14-2012, 11:56 AM
It looks great !!!!

anyone tries on 4.1.10?

It should work fine on 4.1.10 :)

Syria BoY
08-24-2012, 11:37 AM
Do you work at version 4.2.0 ??

doctorsexy
08-24-2012, 01:03 PM
Works well with 4.2.0......installed thanks.....:up:

thetechgenius
08-17-2014, 09:50 PM
This would be a lot better if the Userinfo showed up when a user hovers over the User's Avatar or Username, without clicking anything.

iraqiboy90
08-19-2014, 08:22 AM
Nice modification.

I had to do A LOT of modifications myself in order to get this positioned correctly.
and then I did my own modification for my liking so it looks like any other normal vb button :)

Though one more step I find it necessary;
How do I make the popup disappear when clicking outside?

p.s. vbulletin 4.2.2 pl1

dolus
11-01-2014, 09:18 PM
How can you center the more info box?