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.

Videos not playing in video tab

9 years 6 months ago
Licenses:
JomSocial Expired iSEO Expired Socialize Expired

ISSUE SUMMARY:
When trying to play a video on video tab, nothing happens.

STEPS TO REPLICATE:
1 go to dadafan.club/fr/reseau-social-cavaliers/videos/display
2 try to play any video
3
4
5
RESULT
doesn't play anything..
EXPECTED RESULT
should
BROWSER
safari, chrome and firefox

9 years 6 months ago
Licenses:

HI, Julien.

I assign developer to this thread.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
9 years 6 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

This is a bug.. but for time being I already fixed this issue by modify the language file, I changed this string :

COM_COMMUNITY_PHOTO_DONE_TAGGING="Fini d'identifier"
to be like this :
COM_COMMUNITY_PHOTO_DONE_TAGGING="Fini didentifier"

and the video can be played now.. please check..

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

Hi,

here is the fix
- open this file components/com_community/templates/jomsocial/layouts/videos/single.php
- find this code :

descHideLabel = '<?php echo JText::_("COM_COMMUNITY_HIDE") ?>',
            descMoreLabel = '<?php echo JText::_("COM_COMMUNITY_MORE") ?>',
            tagLabel = '<?php echo JText::_("COM_COMMUNITY_VIDEOS_IN_THIS_VIDEO") ?>',
            tagRemoveLabel = '<?php echo JText::_("COM_COMMUNITY_REMOVE") ?>',
            tagDoneLabel = '<?php echo JText::_("COM_COMMUNITY_PHOTO_DONE_TAGGING") ?>',
            tagTagBtnLabel = '<?php echo JText::_("COM_COMMUNITY_TAG_THIS_VIDEO") ?>',
- replace to :
descHideLabel = '<?php echo JText::_("COM_COMMUNITY_HIDE", true) ?>',
            descMoreLabel = '<?php echo JText::_("COM_COMMUNITY_MORE", true) ?>',
            tagLabel = '<?php echo JText::_("COM_COMMUNITY_VIDEOS_IN_THIS_VIDEO", true) ?>',
            tagRemoveLabel = '<?php echo JText::_("COM_COMMUNITY_REMOVE", true) ?>',
            tagDoneLabel = '<?php echo JText::_("COM_COMMUNITY_PHOTO_DONE_TAGGING", true) ?>',
            tagTagBtnLabel = '<?php echo JText::_("COM_COMMUNITY_TAG_THIS_VIDEO", true) ?>',

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