Closed (fixed)
Project:
Slideshare
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2011 at 13:12 UTC
Updated:
19 Jan 2012 at 06:50 UTC
Hi
for testing this module, i've created a slideshare account and uploaded a ppt.
in drupal local install, i've created a cck field for that.after multi change embed code (url rejected, WP embed code..) only a white area appear...
i've flush cache multiple times...whats wrong ?
what kind of url is requested (http, www )?
thanks
Comments
Comment #1
marianoog commentedDoes not work.
I have also created a new field
The module creates the thumbnail display correctly but does not allow slideshare presentation on my page, don´t shows the player
The field I have it configured to show the teaser Image Thumbnail (linked to node) and node to display Full Size Full video
http://webquest.es/drupal6/?q=11/5/12/aaa
http://webquest.es/drupal6
Here you have an example
emfield 6.x-2.4
Slideshare 6.x-1.0-beta1
Comment #2
aiphesComment #3
Chokti commentedI can't see any slide presentation either. Anyone got a fix for this?
Comment #4
cafuego commentedThe problem is caused by an API change to emfield in version 6.x-2.5.
The hook_PROVIDER_video() and hook_PROVIDER_preview() implementations now require the $node parameter to be passed by reference and not by value as was previously the case. In most Drupal setups that would cause an error, which aborts the module before the theme function is called.
Upgrading to the -dev version should fix your issue. Alternatively, replace
&$nodewith$nodeon lines 170 and 178 of providers/slideshare.incComment #5
cafuego commentedComment #6
aiphesok will do that .thanks
Comment #7
kclarkson commentedTo all,
So I got this module to work alongside the the Youtube & Flickr media modules after updating to the most recent dev release of Emfield and adding the patch to the Slideshare 6.x-1.0beta1 http://drupal.org/node/760698#comment-3835962
This was and still is working on my Local machine but after uploading it to my live site, I can no longer see the the Slideshare media but the youtube and flickr works just fine.
There was another issue in the queue that suggested to change the &$node on lines 170 & 178 to $node but that did not fix the issue. http://drupal.org/node/1119488#comment-5016118
The only thing that is different from my local and live sites is in the Embed Media Field general settings. It has the the JW FLV Media Player: settings pointing to sites/all/modules/mp3player/mp3player/player.swf . I have tried deleting the url but it keeps defaulting to that url.
Not sure where to go from here as I cannot release a site until this module can be implemented. My client has a tone of slideshare presentations and specifically wants to have them embedded as content types.
Any help would be appreciated.
Comment #8
kclarkson commentedComment #9
kclarkson commentedAs cafuego stated. Just download the development version of slideshare.
Everything works as expected.
Here is the link for us newbies: http://ftp.drupal.org/files/projects/slideshare-6.x-1.x-dev.zip
Comment #10
aiphesok i update slideshare but after enabled it where can i find the setting page ? because on /admin/content/emfield/media nothing has changed..
EDIT: apologize , i find it ! slideshare settings are in the video tab...
but i've some trouble with the embed code...which one work ? the website doesn't want the url, idem for embed code, only WP embed code is check but slideshare isn't display...
Comment #11
aiphesComment #12
aiphesok it works on a PROD website (whith the basic entire URL like http://www.slideshare.net/_mobile_/xxxxx), not on DEV one, but in two cases i'm not able to choose the provider for the CCK videofield..all are aviable...idem if i want to allow description field..on DEV website i've this error :
on the PROD website;similar :
i'm using the last dev version , idem for emfield module...if someone knows
Comment #13
aiphesi've an issue with the id that is replaced by a slideshare one everytime, seem to be fix by : http://drupal.org/node/760698#comment-5072582
for the other part, still loking for an embed code that work for slideshare
Comment #14
rootworkThis has been fixed in the latest version, 6.x-1.0-beta3. If you experience any other problems, please open a new issue.