![]() |
1 Attachment(s)
Thanks for nice mod i have a question can we change pic size because in my site pic's are geting out of posbit i attache a pic plz have a look thanks
|
Quote:
|
Quote:
Code:
$template_hook['postbit_userinfo_right_after_posts'] .= '<dd> <img src=' . $post[profileurl] . ' ></dd>'; |
Quote:
Code:
$template_hook['postbit_userinfo_right_after_posts'] .= '<dd> <img height="200" width="170" |
Was easy to install, and looks great!
It would be cool if you could also choose where in Postbit to display the image. The avatar is displayed above user info, but your picture mod displays the image below the user info. Would be awesome if you could have an option to post above or below. |
I upgraded to 4.08 and now this add-on doesnt work. Any ideas?
|
this is still working for me as of 4.1.5
|
Works fine on 3.8.7 !! Thanks!
|
Quote:
IF user has avatar -> show avatar ELSE -> IF user has profilepicture -> show profilepicture So here it is my fix. 1. change in plugin Profile Pic in Postbit (AdminCP => Plugin Manager => Profile Pic in Postbit => Edit): Code:
$template_hook['postbit_userinfo_right_after_posts'] .= '<dd> <img src=' . $post[profileurl] . ' ></dd>'; Code:
$template_hook['postbit_userinfo_avatar'] .= '<dd> <center><img src=' . $post[profileurl] . ' style="max-width:150px;"></center></dd>'; Code:
<vb:if condition="$show['avatar']"> Code:
<vb:if condition="$show['avatar']"> |
All times are GMT. The time now is 02:27 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|