Patrick wrote:Hello Chi,
Thank you for the reply. Can you change that file to the code below and clear the cache? It is basically the default code with the username text removed as you have removed it in your edit.
- Code: Select all
<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>
When it's on the page, let me know. I don't expect it to fix the issue or change anything visually, but it may get us closer to a solution code wise.
Thanks,
Patrick
Yes, the only thing I did was remove the 'name' to try and see if the images would align because if you login (on the site) and go to the user control panel > social network you will see that there is the same problem there as well. What it looks like to me is that somehow I need to combine my template with the properties of prosilver due to the huge template differences between subsilver2 and prosilver.
Chi~