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 ForumsEventsEventsproblem with events listed on small calendarproblem with events listed on small calendar
Previous
 
Next
New Post
3/23/2007 8:15 PM
 

I'm a bit new to the events calendar, but have sucessfully placed one on my site and shrunk it to 175x150 and it works fine-except that when I select a date with an event the module immediatly expands to 400x400 with my small calendar centered.

1) How do I keep it from doing this and blowing out the tables on my site?

2) Is there anyway to remove the time zone listing from beneath the list of events? "(UTC-08:00) Pacific Time etc. etc"

Thanks for any and all help!

 
New Post
3/25/2007 11:43 AM
 

OK-fixed #1 by modifying the EventMonth.aspx file - felt like a bit of an idiot as it was staring me right in the face...

Any ideas on #2?

 
New Post
3/29/2007 5:10 PM
 
In the event month.ascx file there is a line near the very end of the file. Add the highlighted words from the following code to the code in your ascx file

            <TD noWrap align="center"><asp:label id="NoScheduledEvents" runat="server" CssClass="Normal" Visible="false">No Scheduled Events for Selected Day</asp:label><asp:dropdownlist id="cboTimeZone" runat="server" Font-Size="8pt" cssclass="NormalTextBox" Visible="False"></asp:dropdownlist></TD>

Inside the eventmonth.ascx.vb file there is also a line of code that changes the"NoScheduledEvents" label's visible property to true under certain circumstances. You'll have to change that line of code to keep it false, or comment out the line of code, then recompile the module and install the new dll's
 
New Post
3/29/2007 5:32 PM
 

yeah - that didn't change anything. The "cboTimeZone" visibility was already set to False and it still shows up on the calendar - thanks for the attempt though.

 
New Post
3/30/2007 11:44 AM
 
It's actually not the cboTimeZone you need to focus on, it is the label ID= "NoScheduledEvents" section you are seeing. There is a section in the code that sets the value of the label to the value of the Time zone combo, and then sets the visible property of the label to true as well, so if you don't change the ascx.vb and recompile everytime you switch between a day without events, then to a day with events the label will become visible again.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsproblem with events listed on small calendarproblem with events listed on small calendar


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