By Gregor de Lijzer on Thursday, 03 November 2016
Posted in Technical Issues
Likes 0
Views 149
Votes 0
i'd like to implement a kind of group calendar. if i am on my profile page i'd like to see all my groups i am member of with my Events, Meetings, ...
if i go to a Groups page i'd like to see a calendar with all the members and their Meetings.
Do i have to split this in two apps? How can a menu entry only be shown on a groups page (e.g. "Group calendar") . On a members Profile page a menu entry ("Group calendar") will not make any sense cause no Group is selected.
Do i have to develop an app under "...../apps/group/..." instead of "...../apps/user/ ....." as mentioned in the docs?

Thanks in advance
You do not need to configure anything. If you have created those apps, install it via EasySocial applications section and it will be added automatically
·
Thursday, 03 November 2016 19:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, apps are rendered based on the types. If you want it to appear on your profile page, it should be an user app while group would require a group app
·
Thursday, 03 November 2016 19:14
·
0 Likes
·
0 Votes
·
0 Comments
·
But i still have to configure it also in the db in the table apps view ?
·
Thursday, 03 November 2016 19:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Mark! I'll try it!
·
Thursday, 03 November 2016 19:25
·
0 Likes
·
0 Votes
·
0 Comments
·
By thiniking about this topic i came to the solution, that this can only be solved by making two apps. The type is defined in the manifest file (user or group). By having only one manifest file per app their should be two manifest files resulting in two apps. One for the group(with type"group" in the manifest file) and one for the user(with type="user" )!
·
Thursday, 03 November 2016 19:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Yep that is correct Gregor
·
Thursday, 03 November 2016 20:20
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post