New Posts Module
Posted by Rob
New Posts Module November 27, 2007 02:49PM |
Registered: 17 years ago Posts: 3 |
Re: New Posts Module November 27, 2007 02:55PM |
Admin Registered: 20 years ago Posts: 8,532 |
Phorum already has "new" markers for new messages/threads but I am not sure what situation you are talking about here. Please, define a "subforum" for me.
Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Re: New Posts Module November 28, 2007 04:56AM |
Registered: 18 years ago Posts: 47 |
Re: New Posts Module November 28, 2007 05:11AM |
Admin Registered: 20 years ago Posts: 8,532 |
Follow forum on a subscription level can be problematic if lots of people follow the topic, because on posting, Phorum could possibly have to cope with a lot of messages to send out. That would really slow down the posting process a lot. To handle such thing, a different posting mechanism is required. Example options are:
* a mailinglist to which the interested users are subscribed
* a queued mail sending mechanism for Phorum
I have plans for that second option, because I want to be able to hand out forum subscriptions on my forums too. In the queued system, Phorum would only keep track of who should get a message and a scheduled task on the system would do the actual sending of the queued items.
However, I am not fully sure that Rob is talking about this specific feature too, since he's requesting some visual feedback.
Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
* a mailinglist to which the interested users are subscribed
* a queued mail sending mechanism for Phorum
I have plans for that second option, because I want to be able to hand out forum subscriptions on my forums too. In the queued system, Phorum would only keep track of who should get a message and a scheduled task on the system would do the actual sending of the queued items.
However, I am not fully sure that Rob is talking about this specific feature too, since he's requesting some visual feedback.
Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Re: New Posts Module December 01, 2007 01:45PM |
Registered: 17 years ago Posts: 3 |
He means this:
[img227.imageshack.us]
This is very common on many (phpbb) boards. This is a screenshot of a forum index. Every subforum has an icon before its name, and when the icon is yellow, it means that there are unreaden posts in that forum. The OP wants to know if there is a mod/hack for Phorum that adds those colorchanging icons before every subforum.
[img227.imageshack.us]
This is very common on many (phpbb) boards. This is a screenshot of a forum index. Every subforum has an icon before its name, and when the icon is yellow, it means that there are unreaden posts in that forum. The OP wants to know if there is a mod/hack for Phorum that adds those colorchanging icons before every subforum.
Re: New Posts Module December 01, 2007 06:12PM |
Admin Registered: 20 years ago Posts: 8,532 |
In what way does Phorum not support that then? This would be a template change. There's no need for a module to handle this, because all the required data is setup already from the Phorum core. Here's some example code that could be used:
Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
{IF FORUMS->new_messages} ...HTML for showing icon for new messages... {ELSE} ...HTML for showing icon for no new messages... {/IF}
Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Sorry, only registered users may post in this forum.