Log in

View Full Version : Looking for a "view my posts/threads" link mod


fridaypassion
08-30-2009, 07:11 AM
Had a request from users of my site to have a link they can click which gives a list of threads they have posted in (not subscribed to)

Is there one anyone knows of for 3.6?

Thanks!

Lynne
08-30-2009, 03:46 PM
Have you tried a search? Try "post*" in "all mods" "titles only" and you should find it.

Gio~Logist
08-30-2009, 06:03 PM
Check my profile for "my listings". That will generate a link in postbit for the threads they've posted within each forums.

Now, you can also use the search.php function with is standard and lists all posts you've made. I believe the link issearch.php?do=finduser&u=x
Where x is the userid.

fridaypassion
08-31-2009, 07:57 AM
I might not have explained this too well. What I'm after is a mod to put a link in the header like the "new posts" link but the linbk should just list posts that the user has posted in. Cant seem to find anything that matches that requirement!

Lynne
08-31-2009, 03:48 PM
And you don't want to search because???? My Posts Menu In Navbar (https://vborg.vbsupport.ru/showthread.php?t=211405&highlight=post%2A)

fridaypassion
08-31-2009, 03:54 PM
Appreciation for the link slightly tinged by the bad attitude.

I did seek but did not find!

mmllc
07-15-2010, 11:22 PM
got it sort of...nevermind...

BirdOPrey5
07-15-2010, 11:58 PM
*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>