Hello
I would like to have 3 or 4 columns on my Most recent and Channel pages, anyone know how I can do this?
regards
:oops:
Printable View
Hello
I would like to have 3 or 4 columns on my Most recent and Channel pages, anyone know how I can do this?
regards
:oops:
that's easy
in video.tpl
httpdocs > templates > video.tpl
find this div
<DIV class="moduleFeatured">
<TABLE cellSpacing="0" cellPadding="0" width="712" border="0" align="center">
<TR vAlign="top">
{if $smarty.request.viewtype eq "" or $smarty.request.viewtype eq "basic"}
{section name=i loop=$answers}
{if $smarty.section.i.index mod 4 eq "0" and $smarty.section.i.index gt "0"}</tr>
<tr>{/if}
<TD align="center">
<A href="{$baseurl}/view/{$answers[i].VID}/{$answers[i].title|lower|regex_replace:"/[^a-z0-9]+/":"-"}/">
[img]{$tmburl}/1_{$answers[i].VID}.jpg[/img]
</A>
replace it with this code
So here
mod 2 eq "0"
Just put 4....sweeeeeeeeeeeeet....looks much better.
:D
yes thanks for the question...i came across that while I was gutting my site..
check it out
http://www.duttyclips.com
not safe for work though!!!!
nice reconstruction amigo...
Yeah, not work friendly
:wink:
thanks, Im making one that totally goes away from the vshare look and feel. Ill get a URL posted soon enough
So is mine, when I finish I will let you know
:wink:
awesome, thanks for that little tweak. i added to mine too.
Thanks, no problem, I got a few more
Were you able to fit four across with the standard vshare width, or did you have to stop at 3?