Log in

View Full Version : unread replies


JMEWLS`
08-19-2008, 05:44 AM
is there a mod or something that enables users to look at unread replies to their threads?

Digital Jedi
08-19-2008, 05:49 AM
Could you elaborate more as to what your looking for? Sounds like core vB functionality at first glance.

JMEWLS`
08-19-2008, 08:01 AM
Say a user makes a post, and then later forgets about it. Can there be a link to show your previous posts, with replies. I know that SMF, but I'm yet to see it on vBulletin.

It's just a replies function to view replies to your posts.

Marco van Herwaarden
08-19-2008, 08:05 AM
You can search for your own name in the advanced search, or you can let them subcribe to their own threads.

JMEWLS`
08-19-2008, 08:41 AM
You can search for your own name in the advanced search, or you can let them subcribe to their own threads.
Is there a code that allows users to search their own username? If so what would it look like, i'd imagine it's really easy.

Dismounted
08-19-2008, 09:03 AM
Click your username in a thread and see "Find all posts by X".

JMEWLS`
08-19-2008, 09:13 AM
Click your username in a thread and see "Find all posts by X".

No but I actually want to put a post on the top of the forum for all users. So if a user wants to search themselves. What would the link look like?

<a href="www.nbadimensions.net/forums/search.php=[dfsimklfja]>View Your Replies</a>

Something like that (obviously not that) and I'll wrap it in <if> tags for according users, I just need to know the link.

Thanks guys for the speed replies.

Dismounted
08-19-2008, 09:21 AM
<a href="www.nbadimensions.net/forums/search.php?do=finduser&amp;u=$bbuserinfo[userid]>View Your Replies</a>

JMEWLS`
08-19-2008, 09:44 AM
<a href="www.nbadimensions.net/forums/search.php?do=finduser&amp;u=$bbuserinfo[userid]>View Your Replies</a>

Thats about right, but I need it to appear like this page:

http://www.nbadimensions.net/forums/search.php?do=getnew

In a table like that, so you can actually see if it's been replied to or now.

--------------- Added 1219145507 at 1219145507 ---------------

<a href="http://www.nbadimensions.net/forums/search.php?query=&amp;u=$bbuserinfo[userid]&do=process">&nbsp;&nbsp;View Your Replies</a>

Ended up getting it, thanks guys appreciate it.