Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: How do i add more columns in Most recent and Channel pages

  1. #1

    Default How do i add more columns in Most recent and Channel pages

    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:

  2. #2
    Join Date
    May 2007
    Posts
    212

    Default

    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

  3. #3

    Default thanx

    So here

    mod 2 eq "0"

    Just put 4....sweeeeeeeeeeeeet....looks much better.

    :D

  4. #4
    Join Date
    May 2007
    Posts
    212

    Default

    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!!!!

  5. #5

    Default nice

    nice reconstruction amigo...

    Yeah, not work friendly

    :wink:

  6. #6
    Join Date
    May 2007
    Posts
    212

    Default

    thanks, Im making one that totally goes away from the vshare look and feel. Ill get a URL posted soon enough

  7. #7

    Default me 2

    So is mine, when I finish I will let you know

    :wink:

  8. #8

    Default

    awesome, thanks for that little tweak. i added to mine too.

  9. #9
    Join Date
    May 2007
    Posts
    212

    Default

    Thanks, no problem, I got a few more

  10. #10

    Default

    Were you able to fit four across with the standard vshare width, or did you have to stop at 3?
    This member is now known as Sitting Out

Page 1 of 2 12 LastLast

Similar Threads

  1. Is it possible make a channel not appear on the channel list
    By sydawn in forum Template Modifications
    Replies: 5
    Last Post: 07-13-2008, 12:33 AM
  2. Increase channel width / columns
    By tripleA in forum Template Modifications
    Replies: 4
    Last Post: 05-10-2008, 02:55 PM
  3. Show Channel Vids instead of Most Recent?
    By mersh in forum Template Modifications
    Replies: 0
    Last Post: 02-29-2008, 10:08 PM
  4. channel/../recent/1
    By slimakraf in forum Template Modifications
    Replies: 2
    Last Post: 01-08-2008, 12:50 PM
  5. Editing the pages in the "web pages"
    By ofir in forum Installation Support
    Replies: 2
    Last Post: 07-02-2007, 05:50 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •