when you login pligg and view friends, pligg cann't list friends list in the yget templates.


Hmmm.... I just tested it and it works fine for me. http://img442.imageshack.us/img442/8...leviewitj1.png
Can you show us a screen shot?
I'm getting the same problem (using the latest overnight build of Pligg).
Which file to do you make the change?
http://klopsy.com/user.php?login=jamie&view=profile links incorrectly to "viewfriends2".
Okay, thanks for pointing this out. I think it was a typo and I accidentally added the "2" to the url when I shouldn't have.
In user_center.tpl on line 300 change this:
to thisCode:<a href="{$user_url_friends2}">{#PLIGG_Visual_User_Profile_View_Friends#}</a>
Code:<a href="{$user_url_friends}">{#PLIGG_Visual_User_Profile_View_Friends#}</a>