+ Reply to Thread
Results 1 to 2 of 2

Thread: Grid always shows in list view

  1. #1
    Junior Member
    Join Date
    Jul 2014
    Posts
    27

    Grid always shows in list view

    I'm trying to change the default grid view into 'grid' and not list. Here is what I've done:

    1. I deleted the cookies grid_mode and grid_account_mode
    2. I changed code of grid.tpl:

    from
    Code:
    Only registered members can view the code.
    to
    Code:
    Only registered members can view the code.
    but still nothing is changed. When I refresh the page, it goes back to list view. Even when I change it to grid view manually on the front end, it goes back to list view after refresh. it doesn't store my preference into the cookie.

  2. #2
    Hello Jahid,

    So, i advise you make follow changes:
    1. go to the root directory and change the index.php file
    2. find follow code
    Code:
    Only registered members can view the code.
    3. add follow code after it:
    Code:
    Only registered members can view the code.

+ Reply to Thread