Hello,
when opening a linked video (for example youtube) from activity-stream, it will be played in chrome. In FF, IE Opera (all latest versions) it will not work. IE says: //ieframe.dll/dnserror.htm# Any other way to play the videos will work.
Regards
Jürgen
Hi Jürgen,
Maybe this is can help:
pcsupport.about.com/od/findbyerrormessage/a/ieframedll.htm
Regards,
Albert
Hello,
thank you, but this did not help. It also happens in Firefox and Opera and is reported from many of my users. So it can not be a local problem. IE is the only browser, that shows a message. The other open new tab and nothing will happen ...
Regards
Samson
Hi Jürgen,
I aware maybe something wrong with your template. Please try using prostar (default template from joomla). let see this issue still happen or not. I can't try it because no any templates as options at your backend
Regards,
Albert
Hello,
I installed protostar and tried: problem ist still the same. You can test on your own, if you want. Protostar is still installed.
Regards
Jürgen
Hi Jürgen,
please trys this solution
www.jomsocial.com/forum/profile-universa...t-open-in-blank-page
if not work, please provide me FTP access detail. by editing your first post, put it at Site Info form.
Regards,
Albert
Hello,
when I disable "open links in stream in new (blank) page", then it will work in every browser. But nevertheless I think, there is an problem. With "open links in stream in new (blank) page" enabled, everything opens correctly in a new page (profile, links ...), but not the videos. So I think, the problem is related only to video-windows. I can't describe it any better, sorry for this. At the moment, I will disable "open links in stream in new (blank) page" for live-site.
First post was edited an ftp-access-data was filled in.
Regards
Samson
Hi Jurgen.
This issue was fixed in our latest JomSocial 3.2.0.4. So please upgrade your JomSocial to this version to solve this problem. If our patch will not fix your problem, then please let us know and we'll look into it once again.
Below you've couple of our documentation about updating.
documentation.jomsocial.com/wiki/Upgrading
documentation.jomsocial.com/wiki/Installation
Hallo,
I installed new version, cleaned Joomla and browser cache, but no change. Sorry.
Regards
Jürgen
Hello,
I forgot: I tried in live-site. I did not yet install new version in test-area. I will do as soon as possible. If you are faster than me, you can updaten on you own or wait, until I do. Sorry for delay.
Regards
Jürgen
Hi Jürgen,
Please checkit again. I made the changes at:
components/com_community/templates/default/activities.stream.php
line 154:
From
if(isset($attachment->video_type) && $attachment->video_type == 'break'){
$anchorAttr = 'href="'.$attachment->link.'" target="_blank"';
}else{
$link = (!empty($attachment->id)) ? "javascript:joms.walls.showVideoWindow('{$attachment->id}')" : "#";
$anchorAttr = 'href="'.$link.'"';
}
To
if(isset($attachment->video_type) && $attachment->video_type == 'break'){
$anchorAttr = 'href="'.$attachment->link.'" target="_blank"';
}else if($config->get('newtab')){
$anchorAttr = 'href="'.$video->getURL().'" target="_blank"';
}else{
$link = (!empty($attachment->id)) ? "javascript:joms.walls.showVideoWindow('{$attachment->id}')" : "#";
$anchorAttr = 'href="'.$link.'"';
}
Hi Jurgen.
Could you upgrade to our latest version of JomSocial which is JS 3.2.0.5, this bug should be fixed there. If it's still not fixed, then please let us know and we'll look into it.
Hi there.
Hello,
works great now! Thank you for your great help!
Regards
Jürgen