1
I wanted to add the "random video block" to my home page. The problem is that my homepage is not on xoops, its a different url on the same server in the apache htdocs folder but not in the XOOPS htdocs folder. I can copy the html code from the page source and it will display the video but it will not show random videos when I refresh the page. What am I doing wrong.
Here is the page source:
</div><br>
<div class="blockTitle">Video clips</div>
<div class="blockContent"><table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="margin:0px;padding:5px 0px;">
<img src="http://www.hyprsearch.com/xoops/htdocs/modules/x_movie/images/lis.gif" width="5" height="5" alt=""> <a href='javascript:openWithSelfMain("http://www.hyprsearch.com/xoops/htdocs/modules/x_movie/x_movie_subwin.php?cid=6&lid=13","x_movie",550,600);'>Transformers trailer</a><br />
<a href='javascript:openWithSelfMain("http://www.hyprsearch.com/xoops/htdocs/modules/x_movie/x_movie_subwin.php?cid=6&lid=13","x_movie",550,600);'><img src="http://www.hyprsearch.com/xoops/htdocs/modules/x_movie/images/th_1178736920.jpg" width="140" height="120" alt="Transformers trailer"></a>
</td>
</tr>
<tr>
</tr>
</table>
</div><br>
The code will display on my homepage
http://www.hyprsearch.com but it will not change videos when you refresh it. My goal is to able to display the random videos on homepage. Any help will be great.