Quote:
Originally Posted by Lift for Life
I'm currently working with this mod but still a bit of a novice and can't seem to find where to edit the above options.
Also the "Friends" link in the left column menu leads to a 404 error page. I uploaded to the forum root, installed the product and modified as instructed. Please let me know what I might have missed.
Thanks
|
The profile pics and sizes of album pictures is on Usergroups / usergroup manager ...
each group has its own setting.
And the album thumbnails are on the vbulletin options, user profile: Album options.
About the friends.. Look on the template memberinfo_block_friends_mini
and see at the bottom link should point to the php file that you uploaded.
myfriends.php :
PHP Code:
<if condition="$block_data['friendbits']">
<a href="myfriends.php?u=$userinfo[userid]">$vbphrase[show_all_friends]</a>
<else />
</if>