How can I get the member avatar thumbnail to show on the phpbb 3 (vld 2.7v)
I try changing this on viewtopic.php 'avatar' => ($user->optionget('viewavatars')) ? get_user_avatar($row['user_avatar'], $row['user_avatar_type'], $row['user_avatar_width'], $row['user_avatar_height']) : '', to this but NO luck 'avatar' => '<img src="http://www.mydomaincom/viewthumb.php?user='.$cur_post['username'].'" />', try the vldpersonal forum but no luck there... Anyone? |
vldCrowd Stats
- Members: 603
- Online Now: 3
- Blogs:589
- Files: 40
- Pictures:139
- Videos:89
Support vldCrowd
LuvPoint.com
Premium Dating Templates
for Your vldPersonals Website.
Serving Community for
Almost 3 Years!
- + Easy to Install & Activate
- + Full Documentation
- + Free Lifetime Updates
- + Visit LuvPoint.com






Comments
jackal
'avatar' => '<img src="http://www.domain.com/viewthumb.php?user='.$row['username'].'" />',
Log in to leave a comment