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 ForumsEventsEventsEvents Module SubCalendars SettingsEvents Module SubCalendars Settings
Previous
 
Next
New Post
1/5/2012 7:50 PM
 

Hi

I am using DNN 06.01.00  and Events Module 5.2.1

I have added two events module on two different pages. Now I want to consolidate the both Events module on a third page.

But I can not link them as I have seen lots of post about how to link Sub Calendars.

When I tick on the settings menu to 

  SubCalendars Settings

Available   Selected
 > 
 < 
 
 >> 
 << 

  Custom Fields

  Tooltip Settings

  RSS Settings

  SEO Settings

  Sitemap Settings

  Calendar Export Settings

  Social Integration Settings

  Template Settings


I can not see any events module which are present on other pages.

Please let me know where I am wrong. I have not set up permission yet for any module.

Thanks

Mian

 
New Post
1/6/2012 3:43 AM
 

Hi,

I very recently identified this as an issue in new Events v5.x installs on DNN v6.1.x. This will be fixed in Events 6.0.0. You can work around my running the following in your Host/SQL dialogue. Remember to tick 'Run as script'.

if exists (select * from dbo.sysobjects where id = object_id(N'{databaseOwner}[{objectQualifier}EventsMasterAvailableModules]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure {databaseOwner}[{objectQualifier}EventsMasterAvailableModules]
GO

/*** EventsMasterAvailableModules ***/

CREATE PROCEDURE {databaseOwner}{objectQualifier}EventsMasterAvailableModules
(
@PortalID int,
@ModuleID int
)
AS
Select @ModuleID as ModuleID, c.PortalID, 0 as MasterID, a.ModuleID as SubEventID
from {databaseOwner}{objectQualifier}Modules a
left join {databaseOwner}{objectQualifier}ModuleDefinitions b on a.ModuleDefID = b.ModuleDefID
left join {databaseOwner}{objectQualifier}DesktopModules d on b.DesktopModuleID = d.DesktopModuleID
left join {databaseOwner}{objectQualifier}TabModules t on a.ModuleID = t.ModuleID
left join {databaseOwner}{objectQualifier}Tabs c on t.TabID = c.TabID
where
d.ModuleName = 'DNN_Events' AND
c.PortalID = @PortalID and
a.ModuleID Not In (select SubEventID from {databaseOwner}{objectQualifier}EventsMaster where ModuleID = @ModuleID) AND
a.ModuleID Not In (select ModuleID from {databaseOwner}{objectQualifier}EventsMaster where SubEventID = @ModuleID) AND
a.ModuleID != @ModuleID AND
t.IsDeleted = 0
Group BY c.PortalID, a.ModuleID
Order By c.PortalID, a.ModuleID
GO

Cheers
Roger




DNN MVP
Events - Get the latest version - Upgrade now!!
Feedback 6.4.2 - Now available - Give it a go!
Find us on Codeplex - DNN Events, DNN Feedback
Requirements/Bugs - Please submit them on Codeplex
 
New Post
1/6/2012 4:08 AM
 
Thanks, Roger, very timely as I was just about to ask the same question. The script worked a treat.
 
New Post
1/6/2012 4:34 AM
 
We're hoping to get this included into the 5.2.2 release.

DNN MVP
Events - Get the latest version - Upgrade now!!
Feedback 6.4.2 - Now available - Give it a go!
Find us on Codeplex - DNN Events, DNN Feedback
Requirements/Bugs - Please submit them on Codeplex
 
New Post
1/6/2012 8:14 AM
 

Thanks Roger. It works

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsEvents Module SubCalendars SettingsEvents Module SubCalendars Settings


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