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.
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.
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.
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.
could it be changing something here
<%# DateTimeHelper.GetTimeZoneAdjustedDateTimeString(((System.Data.Common.DbDataRecord)Container.DataItem),"MostRecentPostDate", timeOffset) %>
Have fixed the clock issue...email notification issu is still pending though!
Hi Aaron,
For email to work you need to configure smtp settings correctly in 2 places in Web.config
Hope it helps,
Joe