By Alexandre Cayer on Wednesday, 12 November 2014
Posted in Technical Issues
Replies 5
Likes 0
Views 407
Votes 0
Hi guys,

I'm gonna have a group category with all invite-only groups. Which makes the listing of that category totallllllly useless. Any quick fix or idea ?

Alex
Hi,

Currently it is not possible.

However, you can select which profile gets to create group under this category at EasySocial -> Groups -> Group Categories.
·
Wednesday, 12 November 2014 10:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Jason,

What is exactly this (screen). A module or part of the component ? Could you tell me where is the view and model.

Thanks
·
Wednesday, 12 November 2014 11:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

This is in:

/components/com_easysocial/views/groups.html.php ->display();
/components/com_easysocial/themes/wireframe/groups/default.php
·
Wednesday, 12 November 2014 12:00
·
0 Likes
·
0 Votes
·
0 Comments
·
ok I got the line but it was more : /views/groups/view.html.php
Thanks for this hehehe

I have never messed up with the config file of the general admin/com_easysocial, I have made up custom field with params value to fetch my personal options. However, create an extra custom fields might me more than just adding a custom value.
If i would like to add a bool field, Invisible ?, at this position (since its the first time I mess in this), in which file config shall I add it and what is the the calling to access's ones group param :

$catModel = FD::model('GroupCategories');
$categories = $catModel->params('invisible'); ????
·
Wednesday, 12 November 2014 14:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

In the screenshot, the file that you want to modify is at /administrator/components/com_easysocial/themes/default/groups/form.category.settings.php

Take note though custom fields does not apply there.
·
Wednesday, 12 November 2014 16:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post