Search

@nickdunn - Again thanks for the extension!

@rainerborene and @Fazal - Thanks for the jQuery code for this extension.

@nickdunn, @rainerborene, and @Fazal - Have y’all run into a problem with getting the “Remove link” to show up in Safari 4?

My guess it’s a CSS issue, but I’ve been tweaking the CSS and for some reason, I can’t get it to show. Do y’all have any suggestions?

@bzerangue That’s strange. Can you post your version?

Symphony 2.06 / Nick Dunn’s Vimeo Video Field 0.1 (used Fazal’s jQuery)

I’m using Mac OS X 10.6 (Snow Leopard) - Safari 4.0.3

As you can see below the title of the video and the “remove” link are not visible in this Safari screenshot.

Vimeo Video Field

@bzerangue Have you got any error in console?

@rainerborene - Not that I can see. Are you on a Mac? If so, are you experiencing the same thing in Safari 4.

FYI… it works in Firefox 3.5.

Opera 10… I can’t even see my list of entries at all.

I’m going to try upgrading to the latest integration version and see if that fixes the problem.

@rainerborene - Nope, had the latest version of Symphony. This is weird.

Are the video title and the “Remove” link in the HTML, just not showing?

Yes, the title and the “remove” link in HTML are NOT showing in Safari 4.0.3 (Mac).

  • In Opera 10 (Mac), works ok. But, can’t view list a section page with list of entries (I’ll post a ticket on github on this one)
  • Mozilla based browers Camino 1.6.10 and Firefox 3.5.3 both work fine.

On PC

  • On Google Chrome, the title and the “remove” link in HTML are NOT showing
  • IE 8 works fine.

@nickdunn -

I think I found the problem, the <span> elements inside the <object> don’t show…

<span>
    <object width="640" height="352">
        <param allowfullscreen="true">
        <param allowscriptaccess="always">
        <param movie="http://www.vimeo.com/moogaloop.swf?clip_id=6854376&amp;server=www.vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1">
        <embed src="http://www.vimeo.com/moogaloop.swf?clip_id=6854376&amp;server=www.vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowfullscreen="true" allowscriptaccess="always" width="640" height="352" type="application/x-shockwave-flash"></embed>
        <span class="meta">Women's Fall Gathering 2009 by <a href="http://vimeo.com/pcpcwomen">Women's Fall Gathering 2009</a></span>
        <span class="meta">0 plays</span>
        <a class="change">Remove Video</a>  
    </object>
</span>

BUT, if you move the <span> elements outside the object, like below… then the text and the link shows OK…

<span>
    <object width="640" height="352">
        <param allowfullscreen="true">
        <param allowscriptaccess="always">
        <param movie="http://www.vimeo.com/moogaloop.swf?clip_id=6854376&amp;server=www.vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1">
        <embed src="http://www.vimeo.com/moogaloop.swf?clip_id=6854376&amp;server=www.vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowfullscreen="true" allowscriptaccess="always" width="640" height="352" type="application/x-shockwave-flash"></embed>  
    </object>
    <span class="meta">Women's Fall Gathering 2009 by <a href="http://vimeo.com/pcpcwomen">Women's Fall Gathering 2009</a></span>
    <span class="meta">0 plays</span>
    <a class="change">Remove Video</a>
</span>

Am I on the right track? Would I need to adjust the vimeo field php file, to make this change?

OK. I adjusted the field.vimeo_video.php file around line 168 and I appended the $meta and $change variables as child to $video_container instead of $video.

Now, it seems to be working in Mozilla based browsers (Firefox, Camino), Webkit browsers (Safari, Chrome), IE8, and seems to show up in Opera 10.

Nice debugging!

@Lewis - Thanks! Actually, I’m pretty terrible with PHP, so hopefully I got it right.

Have these changes been applied and is the extension available through github with your debugs?

@moonoo2 - Unfortunately, I haven’t learned how to commit changes to the git repository.

Here’s the adjusted field.vimeo_video.php via pastie.org.

I have an issue with the vimeo extension where the nav link is not appearing in the system menu, but a mall tab to the right of it.. when I click I get the error page does not exist..

Is it fixed in 2.0.6 yet? also remove video link does not work and I can’t see it rendered to my page when I publish.. I am using a fresh 2.0.6 spectrum install.

Good job Brian!

I’m getting an odd issue where, if remove a video and then paste in a new URL, I keep getting back

Vimeo Video must be a valid Vimeo clip ID or video URL

The video ID and the URL are both valid. not sure whats happening…

Provide embed HTML snippet in the DS XML to super-easy SWF embedding

@nickdunn I think you can mark it as done. Take a look at this utility that I developed.

I’ve found a bug in this extension (it’s so easy to fix I decided to post it here, not in the bugtracker).

When the video description contains illigal characters (in my case, a & from a link parameter) the xml returns an error.

I fixed this by using the replaceAmpersands function from the textarea, and apply it to lines 89-94.

I’m not really sure if this fixes all possible problems, but in my case it worked.

(oh, for testing: this is the movie I used: http://vimeo.com/6284199)

Create an account or sign in to comment.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details