Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > Forums module: "New posts since last logon" feature? View modes: 
User avatar
Member
Member
svs.venkat-gmail - 3/17/2010 7:27:51 AM
   
Forums module: "New posts since last logon" feature?
Hello,
In the Forums module, is there a simple way to show a list of "New posts since last logon" for the current user? I couldn't find any built-in functionality for this! Is custom code the only solution for this feature? Any hints for that?

thanks,
Venkat.

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 3/18/2010 10:23:29 AM
   
RE:Forums module: "New posts since last logon" feature?
Hello,

I am not sure what version do you use but the 5.0 version includes the web part: Forum posts viewer (documentation). You could develop a custom condition for this web part and make it work. You may use PostTime (date and time of forum post) and context macro {%LastLogon%}. You need to add a default value for unauthenticated users and convert the date time formats so that it works.


Best regards,
Helena Grulichova