rmacias

byrmacias, May 25, 2011
one other person mentioned how to fix the issue but didn't correctly state the solution. The reason it happens is because the file is not pointing to the image folder and to solve that you will have to do the following. I have it working just fine I just wish that that you could sort by category, popular, views and random.

1. Go to your modules folder via your favorite ftp
2. Go to mod_latestvideo
3. open mod_latestvideo.php
4.Go down to line 67 look for src="images'
5. change it to src="'
6. now go to line 71 and change src= to the same as above.
7. if you are having a problem find src= do a search for all using your fav editor.
8. Now save and upload to your ftp
9. You may also use firebug to see that the image path is incorrect.

Furthermore you can change your image size and add anything else you need here as well.


$html .= ' thumb.'" class="avatar hasTipLatestVideo" title="'.JText::_('TITLE').': '.$data->title.''.JText::_('DURATION').': '.cFormatDuration($data->duration).''.JText::_('VIEWS').': '.$data->hits.'" style="padding: 2px; border: solid 1px #ccc;" />';
}
else
{
$html .= ' thumb.'" title="'.$data->title.'" style="padding: 2px; border: solid 1px #ccc;" />';

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW