PDA

View Full Version : Profile Pic in Postbit Legacy


hiiped
03-05-2006, 10:00 PM
This simple template >> postbit_legacy code change shows your profilepicture under your Username in showthread ( topics )


Time to install: 52 seconds :ninja:


log into your admin control panel , go to
StyleManager >>> Edit Templates >>>
Postbit Templates >>> Postbit Legacy >>>

search for <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>

add below

<if condition="$show['profilepic']">
<img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" />
</div>
</if>

<div class="smallfont">
&nbsp;<br />

<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="image.php?u=$post[userid]&amp;type=profile&amp;dateline=$userinfo[profilepicdateline]" width="110" /> <br /></a> <br />

Optional: REMOVE THE BELOW CODE FROM THE POSTBIT_LEGACY TEMPLATE IF YOU DONT WANT THE AVATAR TO SHOW THE SAME TIME AS THE PROFILEPIC

<if condition="$show['avatar']">
<div class="smallfont">
&nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>
SAVE = DONE

updated: Profile pic is now clickable to view profile

note1: to above, you can place the code in other places if you want
note2: may also add this to regular postbit ( I just use Legacy for my test )

Known bugs

when you change your profilepic, the image does NOT change in your posts :(
maybe an EXPERIENCED coder has idea how to fix this (?)

..

hiiped
03-05-2006, 10:58 PM
--- reserved for anything ---

Snoop-It
03-05-2006, 11:26 PM
nice hack, what about the members Avatar? is that replaced with the profile pic? or avatar is under the profile pic...?

interesting....

Daniel
03-05-2006, 11:46 PM
Nice hack, and it looks like you have an even nicer forum ;)

The Chief
03-06-2006, 02:04 AM
nice hack, love this, will see if install or not ;)

Aesma Deva
03-06-2006, 04:44 AM
The image doesn't change because of the dateline, $userinfo[profilepicdateline] doesn't work for it. I don't know what would be the right variable for the profile pic dateline, though...

hiiped
03-12-2006, 02:44 AM
The image doesn't change because of the dateline, $userinfo[profilepicdateline] doesn't work for it....

anybody ?

moonclamp
03-22-2006, 02:50 PM
Does it create a thumbnail from the profile pic or does it use the original dimensions?

Might be an idea to have an options conditional that allows you to switch between avatar or profile pic.

hiiped
03-23-2006, 11:59 AM
Does it create a thumbnail from the profile pic or does it use the original dimensions?

Might be an idea to have an options conditional that allows you to switch between avatar or profile pic.
Im not a coder who can do all that FANCY stuff...LOL

but it does NOT create a thumbnail, its the actual profile pic rescaled, for display to whatever width you put in the code you use
my default is width="110" />
you can change the 110 to whatever size pixels best suits you .

Smiry Kin's
05-08-2006, 09:10 PM
how about an option in User CP to view avatar, or Profile Picture in post bit? please?

bada_bing
05-09-2006, 02:43 AM
Nice idea to have an option for the user in usercp