Hello,
Can you please tell me:
1. What uidmaster column is used for? (groups table)
2. What is group_application table is used for?
Thanks in advance!
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
- nestormateo responded to »Fillters in Clip« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
groups.uidmaster
-
- Rank: Team Member
- Registered: Mar 18, 2002
- Last visit: Oct 21, 2009
- Posts: 6606
I can't answer question 1 as i'm not sure myself (Franky will know...).
The group applications table is used for user subscribable groups. If a group is defined as such the groups user interface will allow a user to apply to join that group. If any such groups are defined there will be an icon appear in the users control panel (or the right URL can be linked manually...)
-Mark
--
Visit My homepage and Zikula themes. -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Nov 27, 2006
- Posts: 4
Thanks for reply, Mark!
1. Does Franky read this forum?
I need to implement a "group admin" functionality (a user who is an admin of the group) and this column (uidmaster) looks very nice for that. But I'm not sure..
2. group_applications table has two unclear (for me) columns:
- application (longblob)
- status (tinyint)
Can you please explain them?
Alexander -
- Rank: Team Member
- Registered: Mar 18, 2002
- Last visit: Oct 21, 2009
- Posts: 6606
Alexander,
1) Yes but he's not had too much free time of late - so you'll get a reply at some point. From a look at the code this isn't actually used anywhere - at least yet.
2) The application field is any supporting information provided by the user for their application to a group.
The status field appears not to be used currently but looks like the purpose would be to hold a record of any applications to groups. Currently when you deny an application the application record is simply removed.
-Mark
--
Visit My homepage and Zikula themes.
- Moderated by:
- Support
