MyBB Community Forums

Full Version: View Unread Posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
Sorry, doesn't work to me Sad (I did a mess in the template...now if I click on "folder icon" doesn't change in unread/read post..)

Reinstalled plugin, it this code correct in search_results_threads_thread?

<tr>
	<td align="center" class="{$bgcolor}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif"  alt="{$folder_label}"{$thread['unreadPosts_thread']} title="{$folder_label}" /></td>
	<td class="{$bgcolor}">
		{$attachment_count}
		<div>
			<span>{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread_link}{$highlight}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>
			<div class="author smalltext">{$thread['profilelink']}{$thread['startdate']}</div>
		</div>
	</td>
	<td class="{$bgcolor}">{$thread['forumlink']}</td>
	<td align="center" class="{$bgcolor}">{$thread['replies']}</td>

	<td class="{$bgcolor}" style="white-space: nowrap">
		<span class="smalltext">
			{$lastpostdate} {$lastposttime}<br />
			<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}
		</span>
	</td>
	{$inline_mod_checkbox}
</tr>

Thank you!
It's ok, but you must also check javascript code in footer template.

Mod in mods database:
http://mods.mybb.com/view/view-unread-posts
This plug-in doesn't work with version 1.6.11. I hope you intend on fixing it to work with the latest version of MyBB software because this is my favorite plug-in.

Thanks!

EDIT: I just tried version 2.9.1 of this plug-in and it seems to be working fine with MyBB version 1.6.11.
Download last version from github - it's compatible with 1.6.11 (there are no changes, only compatilibity line).
(2013-09-30, 07:48 AM)lukasamd Wrote: [ -> ]It's ok, but you must also check javascript code in footer template.

Mod in mods database:
http://mods.mybb.com/view/view-unread-posts

Thank you very much, works good Smile
Hi,

I'm using MyBB 1.6.10 with the french language pack.

I have an issue with the 'Marquer ce forum comme lu" => "Mark this forum read".
Each time I click this link I have a error message :
"Erreur de code d'autorisation. Accédez-vous à cette fonction correctement ? Veuillez revenir en arrière et réessayer."
That would be translated to
"Authorization code mismatch. Are you accessing this function correctly? Please go back and try again" (I found this message on an other thread and it seems to match the french message)

Do you know how to correct this problem ?


Other plugins i use :
Abbreviations 1.0
Akismet 1.2.2
Courtesy edit time 1.0
QuickQuote 1.0
Thanks 3.9.1

And some homemade plugins for bbcode such as Wikipedia or Juggling.tv


Thank you in advance
FoW
I have just installed View Unread Posts plugin. Kudos to you.
If I click the link View Unread Posts and if there are search results, the links will in the the format of : /thread-123.html

How to change and what files to modify to show the search result in the format of /thread-123-newpost.html ?

Thanks.
Version 2.11:
Fix jQuery/Prototype conflict.
Mybb should have this feature as default really
Hello lukasamd,

I found this mods is not compatible with "Prostats".
The prostats_readstate_icon always displayed as unread even the post was opened.
I have deactive and even uninstall "View Unread Post" but the problem still occur.
Do you know how to fix it?

Thanks Smile
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49