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.

incorrect button

10 years 9 months ago
Licenses:
JomSocial Active

This button is not functioning properly. Change your avatar profile and not the group.

Attachment ScreenShot09-04-14at06.40AM.PNG not found

Attachments:
10 years 9 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

Thank you for reporting this is valid bug :)

cheers!

10 years 9 months ago
Licenses:
JomSocial Active

I found another bug: can not like this post

Attachment ScreenShot09-04-14at11.35AM.PNG not found

Attachments:
10 years 9 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

nice catch!!

10 years 9 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

The change avatar patch, open this file components/com_community/templates/default/groups.viewgroup.php, find this code :

<li><a href="javascript:void(0)" onclick="joms.photos.uploadAvatar('profile','<?php echo $profile->id?>')"><?php echo JText::_('COM_COMMUNITY_CHANGE_AVATAR')?></a></li>

change to :
<li><a href="javascript:void(0)" onclick="joms.photos.uploadAvatar('group','<?php echo $group->id?>')"><?php echo JText::_('COM_COMMUNITY_CHANGE_AVATAR')?></a></li>

thank you!

10 years 9 months ago
Licenses:
JomSocial Active

How can I fix the second problem with liking the post

10 years 9 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

that like button is not fixed yet, i will let you know when the patch release..

10 years 9 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

this is the patch.
1. open this file components/com_community/controllers/groups.php, add this code after line 1973 :

$act->like_type = 'groups.create';
and add this code after line 1975:
$act->like_id = CActivities::LIKE_SELF;

2. open this file components/com_community/controllers/system.php, add this code after line 1808 :
/**
         * some like_type are missing and causing stream id cannot be like, in this case, group create.
         * This condition is used to fix the existing activity with such issue.
         */
        if($act->comment_type == 'groups.create' && empty($act->like_type)){
            $act->like_type = 'groups.create';
            $act->store();
        }

actually these issue will be resolved in next package.

thank you

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