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?
4 across with the standard vshare...if you want to put 5 you can change the width of the image and erase the height
4 across is just fine. I really hated having so much empty space on the screen when it was just 2.
yeah, i am gutting out the vshare
http://www.duttyclips.com
Made the mod and it's much better but...
I'd like 2 rows of 4 instead of just one row with this mod. Looked through the code for a '4' value for # of vids to display per page and cant seem to locate it...
Any suggestions?
http://www.safebits.com
THANK YOU for posting this! I was having trouble with the 2 column thing not aligning right and posted about it in another thread, but changing this to 3 columns fixed the problem THANK YOU THANK YOU THANK YOU