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.

Can't open video from activity-stram since update to 3.2.0.1

11 years 1 week ago
  • Jürgen's Avatar
    Topic Author
  • Jürgen
  • Visitor
  • Thank you received: 0
Licenses:

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

11 years 1 week ago
Licenses:

Hi Jürgen,

Maybe this is can help:
pcsupport.about.com/od/findbyerrormessage/a/ieframedll.htm

Regards,
Albert

11 years 1 week ago
  • Jürgen's Avatar
    Topic Author
  • Jürgen
  • Visitor
  • Thank you received: 0
Licenses:

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

11 years 1 week ago
Licenses:

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

11 years 1 week ago
  • Jürgen's Avatar
    Topic Author
  • Jürgen
  • Visitor
  • Thank you received: 0
Licenses:

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

11 years 1 week ago
Licenses:

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

11 years 1 week ago
  • Jürgen's Avatar
    Topic Author
  • Jürgen
  • Visitor
  • Thank you received: 0
Licenses:

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

11 years 6 days ago
Licenses:

Hi Jürgen,

I confirmed this a valid bug. please wait our official fixes.

Regards,
Albert

11 years 5 days ago
  • Chris's Avatar
  • Chris
  • Visitor
  • Thank you received: 0
Licenses:

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

11 years 4 days ago
  • Jürgen's Avatar
    Topic Author
  • Jürgen
  • Visitor
  • Thank you received: 0
Licenses:

Hallo,

I installed new version, cleaned Joomla and browser cache, but no change. Sorry.

Regards
Jürgen

11 years 4 days ago
  • Jürgen's Avatar
    Topic Author
  • Jürgen
  • Visitor
  • Thank you received: 0
Licenses:

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

11 years 4 days ago
Licenses:

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.'"';
}

Regards,
Albert

11 years 1 day ago
  • Chris's Avatar
  • Chris
  • Visitor
  • Thank you received: 0
Licenses:

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.

10 years 11 months ago
  • Jürgen's Avatar
    Topic Author
  • Jürgen
  • Visitor
  • Thank you received: 0
Licenses:

Hello,

works great now! Thank you for your great help!

Regards
Jürgen

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