Quote:
Originally Posted by mmllc
*Discontinued*
There's got to be a way to do this. My members simply can't navigate to their OWN public member profiles... there's no link to it anywhere except on various Top Poster lists, or the member list pages. But I see VB.com have a link "MY PROFILE" right in the header, it even has a mod for 4.0 to do this, but why can't we have a single one for 3.8?
I installed one for 3.5 and it created sql errors.
THanks.
|
If you go to User CP the very top link is "Your Profile" - it doesn't look like a link because it's in the table header, but it's there.
In any case to add a link to the navbar, which I'm assuming is what you call the header, open the NAVBAR template. search for where you want to put the link (probably before or after "New Posts") and add the following code:
<td><a href="search.php?do=finduser&u=$bbuserinfo[userid]">Your Posts</a></td>