Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsShowing Events without Times?Showing Events without Times?
Previous
 
Next
New Post
4/13/2007 9:54 AM
 

is it possible to configure the Event smodule to not show the time in the start/end date sections? Can this be done without the source? If not, how do I upgrade the install package to the source package?

 
New Post
6/8/2007 10:21 PM
 

This seems like a reasonable request, but it uses standard Windows functionality that doesn't allow fo rthis I guess. See:

http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/20/threadid/131882/scope/posts/Default.aspx

for specifics. I wonder how tough it woudl be to create a NEW localized time zone or whatever that would display things as desired...

 
New Post
6/8/2007 10:25 PM
 

Oh well. Having a custom time zone/region won't really help if each user has to set it (one setting allowed per user account on Windows) and it messes with other apps. Hmm... back to the drawing board.

 
New Post
6/9/2007 7:38 AM
 

The real key here is localization.  As a DNN module this is required.  If anyone can come up w/the Use Case(s) that support ALL Users and date/time formats, we'll be happy to try and implement in a future release.

 
New Post
8/28/2007 11:59 AM
 

You can change the folowing lines in DesktopModules/Events/EventList.ascx:

LINE 17:   <asp:Label id=lblEventBegin Runat="server" text='<%# Format(DataBinder.Eval(Container.DataItem,"EventTimeBegin","{0:g}")) %>'>
LINE 25:   <asp:Label id=lblEventEnd text='<%# Format(DataBinder.Eval(Container.DataItem,"EventDateEnd","{0:G}")) %>' Runat="server">

to:

LINE 17:   <asp:Label id=lblEventBegin Runat="server" text='<%# Format(DataBinder.Eval(Container.DataItem,"EventTimeBegin","{0:d}")) %>'>
LINE 25:   <asp:Label id=lblEventEnd text='<%# Format(DataBinder.Eval(Container.DataItem,"EventDateEnd","{0:d}")) %>' Runat="server">

 

( or simply change {0:g} to {0:d} )

You will probably need to do this (or something similar) each time you upgrade the module.  I tested this in Events 03.03.08.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsShowing Events without Times?Showing Events without Times?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out