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

marianoog’s picture

Does 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

aiphes’s picture

Title: Nothing is display » Nothing is display (slideshare)
Chokti’s picture

I can't see any slide presentation either. Anyone got a fix for this?

cafuego’s picture

The 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 &$node with $node on lines 170 and 178 of providers/slideshare.inc

cafuego’s picture

Status: Active » Fixed
aiphes’s picture

ok will do that .thanks

kclarkson’s picture

To 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.

kclarkson’s picture

Status: Fixed » Active
kclarkson’s picture

Status: Active » Reviewed & tested by the community

As 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

aiphes’s picture

ok 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...

aiphes’s picture

Status: Reviewed & tested by the community » Active
aiphes’s picture

ok 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 :

warning: array_merge(): Argument #2 is not an array in /var/www/drupal6/sites/all/modules/emfield/emfield.cck.inc on line 163.
warning: array_merge(): Argument #1 is not an array in /var/www/drupal6/sites/all/modules/emfield/emfield.cck.inc on line 163.
warning: array_merge(): Argument #2 is not an array in /var/www/drupal6/sites/all/modules/emfield/contrib/emvideo/emvideo.module on line 584.

on the PROD website;similar :

array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #2 is not an array dans /home/.../www/provence_formation/site/sites/all/modules/emfield/emfield.cck.inc à la ligne 163.

i'm using the last dev version , idem for emfield module...if someone knows

aiphes’s picture

i'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

rootwork’s picture

Status: Active » Fixed

This has been fixed in the latest version, 6.x-1.0-beta3. If you experience any other problems, please open a new issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.