I'm starting to get the hang of these .tpl files, but there's one thing I'd like to change that may not be possible to change.
Basically, instead of the New Videos and Recently Viewed lists, I would like to have a list of all the recent videos from each of my Channels.
Does anyone know how this might be done?
I tried copy/pasting the appropriate code from channel_detail.tpl, which starts out like this:
{section name=j loop=$recadd}
<TD style="WIDTH: 20%; TEXT-ALIGN: center" vAlign=top>
<A href="{$baseurl}/view/{$recadd[j].VID}/{$recadd[j].title|lower|regex_replace:"/[^a-z0-9]+/":"-"}/">
[img]{$tmburl}/1_{$recadd[j].VID}.jpg[/img]
</A> etc...
However, I don't really understand the {recadd[j].VID} stuff. It's obviously referring to the current channel that's being viewed, but I'm wondering if there's a way to change it so that it refers to a specific channel. And then I can just duplicate that code for each channel whose videos I want to display.
Does that make sense? Any help would be greatly appreciated.
Bookmarks