Quote:
Originally Posted by yayvb
Just installed this hack, worked like a charm.
The only thing that I had to do was save the phrases which was mentioned in the installation guide.
Someone mentioned it earlier in this thread, and I agree and think it is simple but needed, and I'm not sure how to do it really. Rather than, or maybe in addition to, having a link in the navbar to see who has these personal pages, I'd rather see a link in someone's profile to their personal page, or I'd just assume have their profile page contain the personal page (html page, shouts) at the bottom.
But without changing it too much, a link in the members profile would be great, because I may want to view that user's and not want to sift through the members list.
Chris
|
In the memberinfo template under
Code:
<tr><td><a href="profile.php?$session[sessionurl]do=editattachments&u=$post[userid]&showthumbs=1">View Users Attachments</a></td></tr>
I added
Code:
<td><a href="userpage.php?$session[sessionurl]do=main&userid=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[view_userpage]</phrase></a></td>
And I added view_userpage as a phrase.