[REQ] MySpace Friends (Separate Page)

What it does

It displays friends list in a separate page the way MySpace does.

DEMO
MYLS1 Fbody tech and performance | Install guides | Pics and Vids

On the guest welcome message, click on profile demo and on that profile you will see the friends block mini, click on view all.

=====
Install

1) Upload file friends.php to root directory
2) Import product (admincp/plugins $ products/import product)
3) Set your values on your admin cp (vbulletin options/separate friends page)

Template edit:
memberinfo templates / memberinfo_block_friends_mini

At the very end you will find:
Code:
<a href="#friends" onclick="return vB_TabCtrls['profile_tabs'].switch_tab('friends');">$vbphrase[show_all_friends]</a>

Replace with: (or just change the url to friends.php)
HTML:
<a href="friends.php?u=$userinfo[userid]">$vbphrase[show_all_friends]</a>
 
Back
Top