Hi,
I am currently working on my very first Joomla Component (and my first php program as well :blush:) as I couldn't find a Component/Plugin that does what I needed. It's meant to go along with Community Builder but may work without it too.
It's intended for creating groups/squads... temporary name: JGroups (bow to my creativity!
)
I am posting this in case there is some interest in something like this and maybe there is a knowledgeable Joomla programer who can have a look at my code once in a while to make sure I am not including serious security flaws.
If there allready exits a plugin/component like this please tell me so I don't just waste my time :dry:
What it does at the moment:
-Registered users can create a new group (fields are fixed at the moment, if there is demand this may be changed)
-New groups need to be approved by an admin (admin level setable, auto approve setable)
-Users can join an existing group (either auto approve or group creator approves members)
-Search/Sortable group list
-Group Details with memberlist
-Group creator and admins can change group information at any time
-Group creator / admin can approve/disapprove members and set their "status"
-Modified Comprofiler Moderator to show a message when there are unpublished groups
-Support for language files
What I am about to implement:
-Communtiy Builder Plugin that shows the users Group information
-Invite users to group by pms
-Make it installable in case there is some interest
-members status decides wether he can administer the group
-Create a backend admininstration for the settings
-Scrap the whole thing because my initial design is a dead end???
If it pans out well there is a lot more I have in mind to make this thing useable for more then just display a list of groups along with some information. Like a group blog (gonna steal this from mamblog
), group events (hope this is implementable into an existing calendar), group pms (group admins can mass mail members, maybe the cb pms plugin can be used) .......
You can find a demo of my current version at
adventjugend.ndwdesign.net
It's all in german right now but you can find it under "Jugendgruppen" in the main menu on the left and, in case you register, under "Jugendgruppen eintragen" in the user menu on the left.
The site is under developement too so you may encounter uncounted bugs and errors :whistle:
I am looking for your input as I know there are a lot of very knowledgeable people around here.
Thansk in advance
Nils