MyBB Community Forums

Full Version: [release] Unread Threads/Replies Plugin 1.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Unread Threads/Replies Plugin 1.0

This plugin adds options to display a list of unread topics (including those with new posts) since the user's last visit or for any specified number of days. There's an option to show only threads that the user has posted in (i.e. Show unread replies).
Usage: *forum_url*/search.php?action=unread
The default is unread topics since last visit.
Optional values:
fid - forum id - limits to a specific forum
my - only topics the user has posted in
days=# - the number of last days to show
all - no day limit, the only limit that there will be is the number you set in "Read Threads in Database (Days)", which is 7 by default (very little for my needs, I set it to 1000, though I don't know how badly it can reduce performance, I was trying to find out but no success yet: http://community.mybboard.net/thread-48299.html )

You can combine any of these, like:
*forum_url*/search.php?action=unread&my&days=70&fid=10

This will show you all the topics you posted in with new posts within last 70 days (only those that you didn't read, of course).

The plugin was never tested besides on my own small board, you are welcome to test it.

Activating the plugin adds four new default links for users below "View New Posts" etc, you are welcome to edit them for your needs.
implementing... done! Smile
re-sorting list for simple links:
- Today's threads
- Last week's threads
- All threads, since last login
- All responding threads
nice looking simple plugin, Though I use this site to make my forum sitemap
http://www.xml-sitemaps.com/

Now I will use your plugin,
thankyou
great plugin, thanks Smile
*forum_url*/search.php?action=unread&my&days=70&fid=10
is that even a URL? Why not just do &days=X&fid=X, instead of doing &my&days&fid?
(2009-04-17, 11:20 AM)ghazal Wrote: [ -> ]nice looking simple plugin, Though I use this site to make my forum sitemap
http://www.xml-sitemaps.com/

Now I will use your plugin,
thankyou

I think you replied in the wrong thread Toungue
(2009-04-17, 01:38 PM)kan3 Wrote: [ -> ]
(2009-04-17, 11:20 AM)ghazal Wrote: [ -> ]nice looking simple plugin, Though I use this site to make my forum sitemap
http://www.xml-sitemaps.com/

Now I will use your plugin,
thankyou

I think you replied in the wrong thread Toungue
Yeah, I was just going to say that. lol
He always did, but not anymore, Wink
(2009-04-17, 01:37 PM)Tom Loveric Wrote: [ -> ]*forum_url*/search.php?action=unread&my&days=70&fid=10
is that even a URL? Why not just do &days=X&fid=X, instead of doing &my&days&fid?
&my is to specify that you want only topics with your participation, otherwise you get all the topics.
Great plugin, but what about lang strings? Smile
Pages: 1 2