By René on Monday, 25 August 2014
Posted in General Issues
Replies 11
Likes 0
Views 585
Votes 0
hi,

JomSocial 3.2.1.3 and EB 3.9.17809 Integration does not generate a Timestamp in JS Activity Stream like:

Blog Entry created: 2hours 10Minutes ago

do i miss any setting here? it worked in JS 2.6.3 but not with JS 3.2.1.3! Time is also missing in JS Activity Stream for EB Comments!
Hello Rene,

I've checked your site and seems like it is already fixed.
·
Monday, 25 August 2014 15:40
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Nick, with firefox i do not see a Time in EB Activity on jomsocial frontpage!
·
Monday, 25 August 2014 17:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rene,

I've fixed it for you. Seems like it was a plugin issue. I've modified this file: ../plugins/community/easyblog/easyblog.php. Hope this helps.
·
Tuesday, 26 August 2014 11:59
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Nick, thanls for your fixes in Plugin but if you go to JS frontpage you will see that EB Activity Stream date not change during the time!

1. that means every EB Entry wich added after fix shows "less then a minute ago"!
2. also i'm missing the JS Delete Option next to EB Activity Stream! (see screendhot..showed for superadmin but not for Joomla Usertype Author)
·
Tuesday, 26 August 2014 14:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rene,

I've fixed the createdtime issue. As for the delete button, I don't see your screenshot. Did you mean this: . If so, can you provide the author account access so we can have a better look on this? Please advise.
·
Wednesday, 27 August 2014 12:04
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Nik, thanks for your fix

yes i mean this from your sreenshot. (please delete the screenshot above)

about the author account..i'v changed the support Account from super admin to author so you can try it on frontend. i can't give you access infos from users
·
Wednesday, 27 August 2014 15:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rene,

Thanks for the access. And sorry for the late reply. However, I do need the administrator access so that I can access your backend while debugging. Can you create a test user in group Author? Please advise.
·
Thursday, 28 August 2014 10:40
·
0 Likes
·
0 Votes
·
0 Comments
·
hi nick, use Group Author Access from Site Details opt. Info
·
Thursday, 28 August 2014 15:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello René,

I'm really sorry that delayed of this reply,
I have tried to access in your SuperAdmin account, but i hitting this :
No access to the administration area of ​​this site!

I believed that you have manually change this user account group under this user group (Group Author)
Can you change back this SuperAdmin user account to Super User group as well?

Then provide us 1 of the user under this user group (Group Author) access, because you provided that user account login credential seems like not working. Please advise.
·
Friday, 29 August 2014 12:00
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Arlex, superuser Access and Group Author Access are working now!
·
Friday, 29 August 2014 14:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello René,

I'm really sorry that delayed of this reply,
After checked regarding this, can you consult with JomSocial regarding this? Because look at the code seems like they have do some checking regarding this delete stream permission. When you try remove the code in the following the author will be have permission to delete the stream.
JoomlaFolder\components\com_community\helpers\access\activities.php
LINE 244


if(( ($actorId == $userId) || COwnerHelper::isCommunityAdmin() || ( $obj->target == $userId )) && $isAllowedApp){
return true;
}
//Replace with
if(( ($actorId == $userId) || COwnerHelper::isCommunityAdmin() || ( $obj->target == $userId ))){
return true;
}
·
Tuesday, 02 September 2014 16:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post