Module: Recent Messages

Posted by Maurice Makaay 
Re: Module: Recent Messages
March 23, 2010 08:56PM
thanks for plugin!
here is russian translation attached

BTW, my users ask me to provide the possibility to show all UnRead messages in the forum. Maybe someone has workarounds on it?
I'm not sure that checking for NewFlag in the template of this module is a best way to do it. But i don't have a better idea at the moment...

Edit Maurice: Removed the Russian translation file from this message. It is included in the package now.



Edited 1 time(s). Last edit at 01/17/2011 04:25PM by Maurice Makaay.
Re: Module: Recent Messages
March 23, 2010 09:14PM
Unread messages has some extra implications. For starters: there's no database code in core for this, so it would have to be specific code.

Good news is that my users want it too. I'm not sure within what timeframe I will be able to implement a solution for this though.


Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Re: Module: Recent Messages
June 14, 2010 09:57AM
Hi Maurice,

I am using your module but, in the list displaying, when I clic on the message, It is the first message of the topic which is displaying and not the last.
Is it possible ti modify it
0zx
Re: Module: Recent Messages
August 20, 2010 06:05PM
=/ ยก
[www.phorum.org],show_amount=-11,view_type=0,group_by=0

Phorum Database Error

Sorry, a Phorum database error occurred.
Please try again later!
Error:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-10' at line 4 (1064): SELECT * FROM phorum_messages USE INDEX (PRIMARY) WHERE status=2 AND forum_id IN (12,21,61,63,19,23,69,66,17,65,24,14,58,16,62,57,67,18,28,25,68,20,26,59,64) AND moved = 0 ORDER BY message_id DESC LIMIT -10
Re: Module: Recent Messages
January 13, 2011 07:02AM
I posted version 2.0.17 of the module. Version 2.0.16 was skipped, simply because I forgot to post that version. See the changelog in the first post of this thread for the changes.


Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Re: Module: Recent Messages
January 13, 2011 11:16PM
When I select the Recent-Messages link I remain on the same page. I tried to debug the situation but couldn't find the problem.
Re: Module: Recent Messages
January 14, 2011 05:08AM
It would help if you would provide useful information, like where you added the link and even more important, exactly what that link code looks like.


Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Re: Module: Recent Messages
January 14, 2011 09:02AM
href="{URL->RECENT_MESSAGES}" is called within header.tpl.

All the messages can be read out before phorum_output("recent_messages::page"); is called in recent_messages.php. Page.tpl exists.



Edited 1 time(s). Last edit at 01/14/2011 02:28PM by korsakov.
Re: Module: Recent Messages
January 15, 2011 03:27AM
I hope its "page.tpl", all lowercase?


Thomas Seifert
Re: Module: Recent Messages
January 15, 2011 04:49AM
The {URL->RECENT_MESSAGES} seems correct. That should work. I have it like that too.


Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Sorry, only registered users may post in this forum.

Click here to login