+ Reply to Thread
Results 1 to 9 of 9

Thread: Title didn't show on listings

  1. #1

    Title didn't show on listings

    Attachment 593

    Title didn't show on listings?
    Does any1 know what caused this?
    Also is there any way to set list view as default view option instead of grid view option?

  2. #2
    Pls. check your forms for your categories. When you build forms you can set what or what not to show. The list view I believe Victor did a customization, search the forum.

    //Morgan
    Free Advertising at Fyndklippet.se


  3. #3
    Thank you,
    I managed to solve the 1st problem. But for the list view, I only found this thread

    http://www.flynax.com/forum/showthre...ight=list+view

    But I dislike it because it took away the grid view option. I want to leave that option available. I just want to make the list view as default.

  4. #4
    Hello Yung Yang.

    You cannot disable it in admin panel. If you want I can disable it manually in program code.
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    I Viktor,
    I didn't wanna disable it.
    I just want to make the "list view" option as default, instead of "grid view"
    And user can change it back and forward between list and grid whenever they want.

  6. #6
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421
    Hi Yung Yang,

    Also is there any way to set list view as default view option instead of grid view option?
    Of course there is a easy way.
    Open the index.php in root folder.
    Add follow code after the beginning php tag (<?php)

    PHP Code:
    Only registered members can view the code
    Save and close.
    Thats all...
    //Steffen
    Last edited by Steffen Buschkemper; July 31, 2013 at 11:58 AM.

  7. #7
    Thank you Steffen for your support,
    However the modification is kinda similar to the one I cited in post #3 here

    http://www.flynax.com/forum/showthre...ight=list+view

    Once I input the code, I cant click on the regular grid mode. I want to keep both functional.

  8. #8
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421
    Hello Yung Yang,

    Once I input the code, I cant click on the regular grid mode. I want to keep both functional.
    You are right. Sorry.
    Sometimes i will think too complicated.
    I have cleared wrong solution and added a new easy solution in same post above.

    //Steffen
    Last edited by Steffen Buschkemper; July 31, 2013 at 10:55 AM.

  9. #9
    The cookie trick did the work. thank you

+ Reply to Thread