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.
JomSocial ActiveGURU ActivePublisher ActiveAdAgency ActiveiSEO ActiveSocialize Active
Missing:
/display?
To Fix, Change the Code in the App Boxes and the main group tab as follows:
add-this-to-the-route> &task=display
On all group videos. There is also an error on groups home regarding the events. Search "dispaly"
Line 175 From httpdocs/components/com_community/views/videos/view.php
$catVideoUrl = 'index.php?option=com_community&view=videos&task=display&groupid='.$groupId.'&catid=';
Not sure how it relates to group videos, but without &task=display, the videos of a specific group and a specific category are not shon, rather, all of them are showed.
i made the above fix which I would have expected to render the following url:
Line 175 From httpdocs/components/com_community/views/videos/view.php
$catVideoUrl = 'index.php?option=com_community&view=videos&task=display&groupid='.$groupId.'&catid=';
But the changes are not taking. Both cache's have been cleared.
JomSocial ActiveGURU ActivePublisher ActiveAdAgency ActiveiSEO ActiveSocialize Active
Another couple of issues for the community to know:
1. If you enable the uploading of videos to your site, JS will create a folder in your root called videos. This will mess up your access if you have a menu item called videos. You would have to go in and change that to something else for your site to work properly.
2. If you add a videos to your site, there is now way to assign it to a group. You would have to remove it and then add it to the group you want the video to show in.
The issue you have reported has now been fixed. This fix will be in the next release. To apply the fix please replace the files fro m the attached zip package and replace them at these locations