fixed problem with ' in music title

If you upload a music with ' in the file title it will display as \' on frontend.

Here is the fix

go to /inc/classes/BxDoIShareMedia.php

find    $ret .= $sPic.'<div class="shareMediaAdd"><a href="'.$sHref.'">'.$sTitle.'</a></div>'.$sShowRate.'</div>';    on line 806

replace $sTitle with  stripslashes($sTitle)  then you are all set.

Quote · 16 Jul 2008
 
 
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.