I am still looking for some help playing videos directly from the wall, not having to go to another page to play them.
I narrowed the code down to...
modules/boonex/videos/BxVideosSearch.php line 238
'cnt_player' => $this->_getSharedThumb($aEvent['object_id'], $aVideo['url']),
I know if I had the right function to replace getShareThumbEvent, I would be in great shape!
I figure I would have to do maybe a ajax to replace the thumbnail with the actual video when click the link, THAT I can figure out!
Thanks for ANY help anybody can offer.