Friends List Example:
Friends List (my template, I have removed the username link):
Friends List (Prosilver):
See the difference?
<div class="panel bg1">
<div class="inner">
<span class="corners-top"><span></span></span>
<!-- IF .fas_friend and SN_FAS_PAGINATION -->
<div class="pagination">{SN_FAS_FRIENDS_TOTAL}, {SN_FAS_PAGE_NUMBER}, <span>
{SN_FAS_PAGINATION}
</span></div>
<!-- ENDIF -->
<h3>{L_SN_FAS_FRIEND_LIST}</h3>
<div class="snFasFriendsBlock">
<!-- BEGIN fas_friend -->
<span class="snFasFriend">
<a href="{fas_friend.U_SN_PROFILE}" title="{fas_friend.USERNAME}">{fas_friend.AVATAR}</a>
<span><a href="{fas_friend.U_SN_PROFILE}" title="{fas_friend.USERNAME}">{fas_friend.USERNAME}</a></span>
</span>
<!-- END fas_friend -->
</div>
<span class="corners-bottom"><span></span></span>
</div>
</div>SQL ERROR [ mysql4 ]
MySQL server has gone away [2006]
An SQL error occurred while fetching this page. Please contact the Board Administrator if this problem persists.
Patrick wrote:Hello chiroz223,
No worries.I was able to login. Can you link me to a profile with multiple friends?
Regarding public profiles, if you want, you can make them publicly viewable by doing the following:
1. In the admin panel, click on the "Permissions" tab at the top.
2. In the left menu, under "Global Permissions," click "Groups' permissions."
3. In the drop down menu, select "Guests" and press "Submit."
4. Click "Advanced Permissions."
5. Click the "Profile" tab.
6. Click "Yes" next to "Can view profiles, memberlist and online list."
7. Click "Apply all permissions."
And you're done.
Thanks,
Patrick
Patrick wrote:Hello Chiron.Nice to meet you.
Have you made any changes to the memberlist_viewprofile_friendlist.html file? I think one of the issues might be that it is repeating the <div class="snFasFriendsBlock"> code for each friend, when that is only supposed to be included once, and include all friends.
Thanks,
Patrick
<div class="panel bg1">
<div class="inner">
<span class="corners-top"><span></span></span>
<!-- IF .fas_friend and SN_FAS_PAGINATION -->
<div class="pagination">{SN_FAS_FRIENDS_TOTAL}, {SN_FAS_PAGE_NUMBER}, <span>
{SN_FAS_PAGINATION}
</span></div>
<!-- ENDIF -->
<div class="snFasFriendsBlock">
<!-- BEGIN fas_friend -->
<span class="snFasFriend">
<a href="{fas_friend.U_SN_PROFILE}" title="{fas_friend.USERNAME}">{fas_friend.AVATAR}</a><br />
</span>
<div>
<div class="snFasFriendsBlock"><!-- END fas_friend -->
</div>
</div>
<span class="corners-bottom"><span></span></span> </div>
</div>
</div>
<div class="panel bg1">
<div class="inner">
<span class="corners-top"><span></span></span>
<!-- IF .fas_friend and SN_FAS_PAGINATION -->
<div class="pagination">{SN_FAS_FRIENDS_TOTAL}, {SN_FAS_PAGE_NUMBER}, <span>
{SN_FAS_PAGINATION}
</span></div>
<!-- ENDIF -->
<h3>{L_SN_FAS_FRIEND_LIST}</h3>
<div class="snFasFriendsBlock">
<!-- BEGIN fas_friend -->
<span class="snFasFriend">
<a href="{fas_friend.U_SN_PROFILE}" title="{fas_friend.USERNAME}">{fas_friend.AVATAR}</a>
</span>
<!-- END fas_friend -->
</div>
<span class="corners-bottom"><span></span></span>
</div>
</div>Return to phpBB 3 Hack Support
Users browsing this forum: No registered users and 0 guests