Warning: Undefined variable $itemId in <joomla_path>/administrator/components/com_yendifvideoshare/libraries/utils.php on line 566
// If there is a match update Itemid to match that menu item
if ( $match ) {
$itemId = $match->id;
}
return array( 'itemId' => $itemId, 'is_exact_match' => $is_exact_match );
}
public static function prepareURL( $url, $pathonly = true ) {
return JURI::root( $pathonly ) . '/' . $url . '?v=1.2.9';
}
public static function getVideoImageFromEmbedCode( $embedcode ) {
$image = '';
$document = new DOMDocument();
@$document->loadHTML( $embedcode );
$iframes = $document->getElementsByTagName( 'iframe' );
if ( $iframes->length > 0 ) {
if ( $iframes->item(0)->hasAttribute( 'src' ) ) {
$src = $iframes->item(0)->getAttribute( 'src' );
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Administrator wrote: I have taken note of this now and I promise that our next version would have a permanent fix for this issue.
Quick Solution:
Simply create a hidden menu using our "All Videos" layout.
Hope this solved your issue! Please let me know if still the issue remains.
Please Log in or Create an account to join the conversation.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.