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 ForumsEventsEventsView list of all enrollmented to the eventView list of all enrollmented to the event
Previous
 
Next
New Post
4/2/2008 6:59 PM
 

Hello, is there way how register user can view list of all other people enrollmented to event?

 
New Post
4/3/2008 3:34 AM
 

Hi,

It's not possible to do this in the current versions of the events module.

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
5/4/2008 7:54 PM
 

Hmm, i seem to be looking for all the features that are not there. :-)

Ok, workaround for the SQL experts. Can someone provide a SQL query that would list the Event Date, Users First, Last, display Name, and Approved that i can plug into the reports Module?

This is presuming that a multiple weekend event should show as one event? (I admit I have not even browsed the SQL tables so i have no clue how it sets up events. Hence the desparation plea.      )

And Roger, is this feature been requested as an enhancement in Gemini yet?  I see it best as a flagged option for Enrollment settings and showing when they drill into event details.

Thank you in advance (it will save me snorkling if i get an answer soon)

Dean

 
New Post
5/5/2008 3:33 AM
 

And Roger, is this feature been requested as an enhancement in Gemini yet? I see it best as a flagged option for Enrollment settings and showing when they drill into event details.

It is requested as an enhancement for the next version of events.


XCESS expertise center b.v.
Regards,
Ernst Peter
LinkedIn Profile Ernst Peter Tamminga


XCESS: DNN/Evoq specialist, zie www.xcess.nl

Events 7.0.1 - Released
Reports 6.1.0 - Released
 
New Post
5/5/2008 4:31 AM
 

Dean Craft wrote

Ok, workaround for the SQL experts. Can someone provide a SQL query that would list the Event Date, Users First, Last, display Name, and Approved that i can plug into the reports Module?

This is presuming that a multiple weekend event should show as one event? (I admit I have not even browsed the SQL tables so i have no clue how it sets up events. Hence the desparation plea.      )

Here is a query:-

SELECT     Events.EventDateBegin, Events.EventName, Users.FirstName, Users.LastName, Users.DisplayName, EventsSignups.Approved
FROM         Events INNER JOIN
                      EventsSignups ON Events.EventID = EventsSignups.EventID INNER JOIN
                      Users ON EventsSignups.UserID = Users.UserID

Note that all recurrence and duration is currently stored on one record (this may change in the future). You can get more detail on the table and relationships here - http://opensource.indyneinc.com/home/Support/DeveloperExchange/TehnicalPublication/DNNEvents/tabid/145/Default.aspx

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
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsView list of all enrollmented to the eventView list of all enrollmented to the event


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