|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 05/09/2007 08:45:55
Posts: 2,
Visits: 8
|
|
| Is it possible to remove "Calendar" from the forum jump list? We are integrating the forum with our current site and don't want 2 calendars.
|
|
|
|
|
Support Supremo
      
Group: Customers
Last Login: 13/11/2008 12:44:07
Posts: 568,
Visits: 2,507
|
|
romanTotale (5/30/2007) Is it possible to remove "Calendar" from the forum jump list? We are integrating the forum with our current site and don't want 2 calendars.Dear romanTotale, Yes, you will need to modify the \InstantASP.InstantForum\InstantASP.InstantForum.UI\WebControls\ForumJumpDropDown.vb file commenting or removing the line 44: Me.Items.Add(New ListItem(InstantASP.Common.Globalization.Resources.GetKey("ForumJump_Calendar", Me.Culture), InstantASP.InstantForum.Globals.Paths.Calendar(0, 0, 0, EnumCalendarDisplay.None))) You will also need to recompile the InstantASP.InstantForum.UI to get it work.
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 05/09/2007 08:45:55
Posts: 2,
Visits: 8
|
|
Carlos,
Thanks for the reply. I need a little help recompiling.
I've opened the forum as a website in VS2005 and converted the project. It builds without error. I updated the code as you've specified and rebuilt the website. However, I can't find any .dlls which appear to have been updated - none of the modified dates change. Any idea what I am doing wrong?
Thanks,
Tom
|
|
|
|