Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Group

9 years 3 months ago
  • Dominik's Avatar
    Topic Author
  • Dominik
  • Offline
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 2
Licenses:
JomSocial Expired Socialize Expired

Hi,
if a group is missing the public Posts man must kick activities and they are there.

Attachments:
9 years 3 months ago
Licenses:

Hi, Dominik.

I assign developer to this thread.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
9 years 3 months ago
Licenses:

Hi,

its a bug. but here the fix:
1. edit /components/com_community/templates/jomsocial/layouts/groups/single.php
2. at line 899, find this code

<div id="joms-group--details" class="joms-tab__content" style="<?php echo ((!$config->get('default_group_tab') == 1 && $showGroupDetails) || !$showGroupDetails) ? '' : 'display:none'; ?>">
changing it to
<div id="joms-group--details" class="joms-tab__content" style="<?php echo (($config->get('default_group_tab') == 1 && $showGroupDetails) || !$showGroupDetails) ? '' : 'display:none'; ?>">

Regards

The following user(s) said Thank You: Dominik
Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW