I have just installed the latest version of wsnlinks and configured to my best ability (lots of options) but I was not able to find several items I need, for example: 1. How can I link from the link detail page to the user profile page? 2. How can I show all links from specific user on profile page or a link from link detail pahe to the relevant search results page? 3. Set avatar or upload user photo and display on link detail and user profile page?
2. Copy and paste it from the view profile template where it already exists -- the toplist, the search link or both as you prefer. For the link details page you only want that shown when the link is owned by someone, so put it inside <IF {LINKOWNERID}> ... </IF>
3. People set their avatar at Options -> Edit Profile. Display it on the link details page by copying again from the view profile template (search for 'avatar' with your browser's or text editor's search tool).
0/5
1
2
3
4
5
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on member profile issues
Beginner
Usergroup: Customer
Joined: Jun 17, 2008
Total Topics: 2
Total Comments: 2
I have just installed the latest version of wsnlinks and configured to my best ability (lots of options) but I was not able to find several items I need, for example:
1. How can I link from the link detail page to the user profile page?
2. How can I show all links from specific user on profile page or a link from link detail pahe to the relevant search results page?
3. Set avatar or upload user photo and display on link detail and user profile page?
Thanks for any hints you can give.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
1. When the link has an owner the member variables are available, so use this:
2. Copy and paste it from the view profile template where it already exists -- the toplist, the search link or both as you prefer. For the link details page you only want that shown when the link is owned by someone, so put it inside <IF {LINKOWNERID}> ... </IF>
3. People set their avatar at Options -> Edit Profile. Display it on the link details page by copying again from the view profile template (search for 'avatar' with your browser's or text editor's search tool).