Hi, Tom.
We tested this version as far it's possible.
Also there was RC programm.
All I may say is that we're sorry and all reported bugs will be fixed soon.
There are NO 100% bugs free releases.
The issue you posted in late replay is already known and reported.
If you encounter new issues - please, report them separately in new thread each.
I got a message from Sinisa this morning in the community where he said:
"There is nothing "wrong" there.
We have released JomSocial 4.1.0 and JomSocial 4.0.10
It's simple as that. JomSocial 4.0.10 is maintenance release of 4.0 series, while 4.1 is the latest and greatest version with all the new features."
So here comes two different explanations, one from the support and one from Sinisa.
Hi Albertus,
It's all fixed, atleast most of it. It just seem to be something wrong when I look att the Groups. Each post starts with "." Before the post on the stream. What can I do about that, and when will a fix for the backend be available?.
Hi Albertus,
It's all fixed, atleast most of it. It just seem to be something wrong when I look att the Groups. Each post starts with "." Before the post on the stream. What can I do about that, and when will a fix for the backend be available?.
Hi,
try this fix:
Hi Albertus,
Look at the screenshot Beow and you'll see what I mean.
prntscr.com/8lom1v
Hi,
do you mean the "use" link?
I put the fixes for you, at /var/www/html/modules/mod_community_photocomments/tmpl/default.php line 62
<a href="#"><?php echo CFactory::getUser($comment->post_by)->getDisplayName(); ?></a>
<a href="<?php echo CRoute::_('index.php?option=com_community&view=profile&userid=' . $comment->post_by, false)?>"><?php echo CFactory::getUser($comment->post_by)->getDisplayName(); ?></a>