add Custom field to Jomsocial group
I am using joomla's jomsocial &开发者_StackOverflow中文版; I want to add a custom field on group creation. Has anyone played with it before?
jos_community_groups is the table where we have information related to jomsocial groups you will have to alter this table. com_community>templates>default>groups.create.php will be the file where you will need to add this new field. You need something else let me know. We have used it heavily.
精彩评论