+ Reply to Thread
Results 1 to 3 of 3

Thread: Default gridmode = list ?

  1. #1

    Default gridmode = list ?

    Hey

    Trying to figure out how to make my site have the default gridmode set to list as i dont like the big box listings.

    grid_navbar.tpl

    right now it set like this
    PHP Code:
    Only registered members can view the code
    Shouldnt it be showing the listing as a list if i change it to ?
    PHP Code:
    Only registered members can view the code
    In my eyes i have now set the grid_mode to show me a list instead of the big box listings.

    Now clear all the history from firefox and goes back to the site and i still see the big box listing and i have to manually change it to list view...

  2. #2
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    Hello,

    You can try change it in the following way:

    - open the file templates/your_template/tpl/blocks/grid.tpl
    - find this code (line ~3):

    Code:
    Only registered members can view the code.
    and change it to:

    Code:
    Only registered members can view the code.

  3. #3
    Why didnt i just try that yesterday :p so easy

+ Reply to Thread