Hellow every one,
i would like to know how i can display more than 4 recent videos (new videos) in the home page ?
Thank you very much in advance.
Printable View
Hellow every one,
i would like to know how i can display more than 4 recent videos (new videos) in the home page ?
Thank you very much in advance.
*** EDIT ***
The code I posted doesn't work - I should have checked personally before posting. Zeffer, thanks for the update.
Please could you post the fix.
*** EDIT ***
Regards,
Mat.
That dosent work does it? I tried it to no effect the other day although i did find another way. Ill post if this dosent work.
This will be available on next release.
thanks guys for tring to fix it.
admin when are you going to release the next version ?
Ok if you want to try a few different thinngs out, i have this, the first will give you 2 images per new video.
Replace the old part:
<td></td>
<td width="25%" align="center">
<A href="{$baseurl}/view/{$new_video[i].VID}/{$new_video[i].title|lower|regex_replace:"/[^a-z0-9]+/":"-"}/">[img]{$tmburl}/1_{$new_video[i].VID}.jpg[/img]
{$new_video[i].title}</a>
</td>
With:
[img]{$tmburl}/1_{$new_video[i].VID}.jpg[/img]
<A href="{$baseurl}/view/{$new_video[i].VID}/{$new_video[i].title|lower|regex_replace:"/[^a-z0-9]+/":"-"}/">[img]{$tmburl}/3_{$new_video[i].VID}.jpg[/img]
{$new_video[i].title}</a>
Make sure to only paste over the correct spots
<td></td>
<td width="25%" align="center">
(PASTE HERE)
</td>
Zeffer thank you very much for your effort i really appreciate it, but this code add one more image to the existant 4 videos.
This code gives me this :
http://img61.imageshack.us/img61/3042/vshareya7.jpg
What i want is , add like 8 new videos to the home page.
Thank you again boss.
[/b]
Yes i know my eample only does a 2 images of the same video, but from there someone will fill in the missing pieces.
The only reason i found this is because i was working on a feature that was going to be added to the script. When you do a mouse over a thumbnail i wanted a list of the video thumbnails to appear next to the mouse icon.