Results 1 to 5 of 5

Thread: Number of column

  1. #1
    aladdin Guest

    Default Number of column

    Hello,

    I would like to have 2 column in index.php and 4 in browse.php, how can I do that?
    Thanks.

  2. #2
    aladdin Guest

    Default

    Hello,

    Here is my answer; I wanted to have 2 columns in index and 4 in browse so I did make the following change in index.php

    From:
    PHP Code:
      $category_obj->number_of_columns $cat_columns
    To
    PHP Code:
      $category_obj->number_of_columns 2
    And I change the number of column in the setup file (admin CP) to 4

    Easy hack, great change, Enjoy!

  3. #3
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    look for the following in browse.php

    $category_obj->number_of_columns = 4;
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  4. #4
    aladdin Guest

    Default

    Thanks ems, it is not often that I do find the solution before you give it to me, am I getting good or what!!

  5. #5
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    yep, you are getting too fast for me!

    Glad you got it working. INDEXU is pretty good, huh!
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

Similar Threads

  1. can I show number of links in cat_view.php?
    By richonmaui in forum v5.x
    Replies: 0
    Last Post: 06-04-2004, 09:24 PM
  2. Links in column MOD
    By esm in forum v3.2
    Replies: 7
    Last Post: 12-30-2003, 09:41 AM
  3. Replies: 0
    Last Post: 05-27-2003, 04:45 PM
  4. Number of Links Format Question???
    By craven in forum v5.x
    Replies: 1
    Last Post: 11-06-2002, 05:54 PM
  5. how do i get rid of (number) of links
    By MuscleBomb in forum Tutorials, Hints & Tips
    Replies: 1
    Last Post: 11-26-2001, 05:51 PM

Posting Permissions

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