Forum Clock Time and Notification Alerts in the Forums Section.

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
6/28/2007 8:53:53 AM
Gravatar
Total Posts 23

Forum Clock Time and Notification Alerts in the Forums Section.

Hi Joe,

I have two questions...one regarding teh forum clock and forum notifications.

Firstly, In the Forums section The Clock appears to be in US Central Time - can I get it to UKGMT?

While updating, adding or modifying data in that section i want the time to be captured in UKGMT.

Where would I have to make these alterations?

Secondly, the Notify of replies, dosen't seem to be working correctly on my site.

Is it because the users email address are not set up correctly in the mp_users table?

Or is there some configuration which I would need to check?

Thanks in Advance.

6/28/2007 9:02:30 AM
Gravatar
Total Posts 23

Re: Forum Clock Time and Notification Alerts in the Forums Section.

As I also have noted in the Forum Posts table that the Post Date is getDate().

Would I have to make some GMT Offset time value depending whether DayLight Savings is on or off in the web config file?

Thanks again.

 

6/28/2007 9:06:40 AM
Gravatar
Total Posts 23

Re: Forum Clock Time and Notification Alerts in the Forums Section.

could it be changing something here

<%# DateTimeHelper.GetTimeZoneAdjustedDateTimeString(((System.Data.Common.DbDataRecord)Container.DataItem),"MostRecentPostDate", timeOffset) %>

6/29/2007 10:49:39 AM
Gravatar
Total Posts 23

Re: Forum Clock Time and Notification Alerts in the Forums Section.

Have fixed the clock issue...email  notification issu is still pending though!

6/29/2007 11:40:26 AM
Gravatar
Total Posts 18439

Re: Forum Clock Time and Notification Alerts in the Forums Section.

Hi Aaron,

For email to work you need to configure smtp settings correctly in 2 places in Web.config

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.