Hi, All. Dolphin is a flexible platform, I want to extend it to be a events publishing platform. The current events feature has almost covered my requirements, but there is one issue bothering me.
As a events organizer, I want to collect some event specified user info just like the "events sign up form" when user "join" the event. Different events may have different sign up forms. However, the users info is extensible, but now it can only extend the info fields for ALL forum users. For example, I extend a field "job" in users' info panel, that means this field is valid for all users, not events specified. And I want this sign up form can be configured just like the current user info configuration.
My assumption is: when user enters the event detail page and click "join", popup a dialog with the sign up form which I can configure in admin panel. user fill the form and submit it. event admin can view/search/export the sign up form in background admin panel.
I'm rookie with the dolphin extension development. can anyone give me some development clue/guides to help me with this issue? Thanks a lot!