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 ForumsEventsEventsEnrollee management - email registered peopleEnrollee management - email registered people
Previous
 
Next
New Post
8/5/2008 3:24 PM
 

Roger: I'm having some trouble already... I can't seem to the EventsSignupsGetEvent object you mentioned. I see "EventsSignups" but nothing about "GetEvent." Am I looking in the wrong place?

Thanks

 
New Post
8/5/2008 4:30 PM
 

Hi Josh,

Sounds like you are looking at the tables, not the stored procedures. If you are SQL Server Management Studio Express, you will find them under Programmability (I think, I don't have it open in front of me).

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

I found what you were talking about (with a little help) but I'm not entirely sure what needs to be changed. I'm seeing this:

Select s.EventID, s.SignupID, s.ModuleID, s.Userid, s.Approved,
  --u.FirstName + ' ' + u.LastName as UserName,
  u.DisplayName as UserName, u.Email,
  s.EventTimeBegin,c.Duration,c.EventName,c.Importance,c.Approved as EventApproved,

...and I'm thinking that DisplayName needs to be changed to something but it looks like it is supposed to be displaying UserName and Email.

I'm not terribly familiar with SQL so forgiveme if these questions are silly. I'm getting input from another person who is more experienced with this.

Thanks

 

 

 
New Post
8/5/2008 4:49 PM
 

Hi Josh,

The problem here is that you are starting to play in potentially dangerous territory. I would suggest you have a chat with your guy who is supporting you, so you are clear what you are doing. My previous statement was along the lines of 'if you are familiar with stored procedures', and we are now getting beyond the point of where I'm prepared to provide support for. Sorry.

I'm pretty sure the functionality you are looking for will be in the nerxt major release, it's just a matter of waiting until then. You could also encourage your users to give themselves meaningful names .

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
8/5/2008 6:46 PM
 

OK, the change actually needs to be made in the ASCX file, EditEvents. I'm not sure where the stored procedure comes in.

In the DesktopModules/Events/EditEvents.ascx file, run a search for "grdEnrollment." Below that (12 lines) is the data for the cells in the table:

                                        <asp:BoundColumn DataField="UserName" HeaderText="Enrollee"></asp:BoundColumn>
                                        <asp:BoundColumn DataField="Telephone" HeaderText="Phone"></asp:BoundColumn>
                                        <asp:BoundColumn DataField="Approved" HeaderText="Approved"></asp:BoundColumn>

We changed "Telephone" to "Email" and "Phone" to "Email." This pulls the enrolled user's email and displays it in the table like so:

Still says "Phone" at the top for some reason but the information is there!

 

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsEnrollee management - email registered peopleEnrollee management - email registered people


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