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 Discussion style and listing issue

10 years 8 months ago
Licenses:
JomSocial Expired

hi, got a style issue with Discussions avatar/text and with Announcement Button in Groups! see screenshot and attached link to respective group. please do not post anything in that group!

Attachments:
10 years 8 months ago
Licenses:

Hi Testcouch,

for the "equal" space, here the CSS for fixing it:
put this code at the bottom of /templates/ja_social_t3/css/custom.css

.cStream-Quote img {
  margin-right: 10px;
}

and about Announcements showing Discussion, I need your FTP access detail for investigate the issue.

Regards,
Albert

10 years 8 months ago
Licenses:
JomSocial Expired

hi Albertus, thanks for your css fixes. i'v updated the first post with ftp access. please use the correct transfer method to prevent extra lines in files ;-)

10 years 8 months ago
Licenses:

Hi Testcouch,

This issue only happen at your site, I don't know why. for solution I swtich the position between those tabs
/components/com_community/templates/default/groups.viewgroup.php between lines 243 - 255.

Regards,
Albert

10 years 8 months ago
Licenses:
JomSocial Expired

Albertus wrote: Hi Testcouch,

This issue only happen at your site, I don't know why. for solution I swtich the position between those tabs
/components/com_community/templates/default/groups.viewgroup.php between lines 243 - 255.

Regards,
Albert


hi Albertus, my site is upgraded from 2.6.3 to 3.2.1.4 so i i think there is a maybe problem with Groups wich are created in 2.6.3 because after your switch in tabs i get the same issue now within older groups!

index.php?option=com_community&view=groups&task=viewgroup&groupid=41&Itemid=113
index.php?option=com_community&view=groups&task=viewgroup&groupid=36&Itemid=113

so the group links above shows now on Disussion Tab -> Announcements!

!please do not post a test in that Groups!

10 years 8 months ago
Licenses:

Hi Testcouch,

after I investigated. I confirmed this is a bug. but I already put temporary fix for you, by using override ( documentation.jomsocial.com/wiki/Customizing_Template ):
/components/com_community/templates/default/groups.viewgroup.php line 304
from

if( $config->get('createannouncement') && $isMember)
to
if( $config->get('createannouncement') && ($isMember || $isSuperAdmin))

Regards,
Albert

10 years 8 months ago
Licenses:
JomSocial Expired

hello Albertus, thanks for your fix..i will double check this again! ;)

is that correct that announcement tabs not showed for joomla Usertype Members on a puplic Group?

please Check:
index.php?option=com_community&view=groups&task=viewgroup&groupid=46&Itemid=113

announcement Tab is not showed but announcement Link!?

Member Account Access in Private Site Info!

10 years 8 months ago
Licenses:

Hi Testcounch,

that a bug too. announcement only can viewable for group members and site admin. for the fix, please edit
/components/com_community/templates/default/groups.viewgroup.php line 76
from

<?php if($config->get('createannouncement')){?>
to
<?php if($config->get('createannouncement') && ($isMember || $isSuperAdmin)) { ?>

Regards,
Albert

10 years 8 months ago
Licenses:
JomSocial Expired

Albertus wrote: Hi Testcounch,

that a bug too. announcement only can viewable for group members and site admin. for the fix, please edit
/components/com_community/templates/default/groups.viewgroup.php line 76
from

<?php if($config->get('createannouncement')){?>
to
<?php if($config->get('createannouncement') && ($isMember || $isSuperAdmin)) { ?>

Regards,
Albert


hi Albert, above fix is not added in latest 3.2.1.5 ;-)

10 years 8 months ago
Licenses:

Hi Testcouch,

the last fix will be included at 3.2.1.6, sorry for this inconvenience but now I already put the fix by using override at /templates/ja_social_t3/html/com_community/

Regards,
Albert

10 years 6 months ago
Licenses:
JomSocial Expired

Albertus wrote: Hi Testcouch,

the last fix will be included at 3.2.1.6, sorry for this inconvenience but now I already put the fix by using override at /templates/ja_social_t3/html/com_community/

Regards,
Albert


oh thanks for your help :) when will 3.2.1.6 released cause we are one month ago!?

10 years 6 months ago
Licenses:

Hi Testcouch,

I cant tell you what exactly date for the release. we try to deliver more stable version from prev one. please wait official announcement.

Regards,
Albert

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