D7b8: Video Module (embed minor Defect)

While video module populates tags of embeded video from the Youtube Page, it doesn't automatically separate them with commas, making one big tag for every video

Quote · 10 Nov 2009

Problem probably is in line 194 of classes/BxVideosUploader

$sTags = str_replace(", ", " ", $sTags);

Will work on it and post a fix if i find...thanx!

Quote · 10 Nov 2009

$sTags = str_replace(", ", " ", $sTags);

i guess this deliminates commas converting them to spaces, so... we both need to take out all commas and then add them? or maybe do the exact opposite and convert all spaces to commas,

this should work:

$sTags = str_replace(" ", ", ", $sTags);

Dolphin doesn't "see" blank tags so it should work ok

Quote · 10 Nov 2009

http://www.boonex.com/trac/dolphin/ticket/1450

Rules → http://www.boonex.com/terms
Quote · 11 Nov 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.