+ Reply to Thread
Results 1 to 3 of 3

Thread: Account menu only appear if there is entry

  1. #1

    Account menu only appear if there is entry

    Dear Flynax Developer,

    Is there anyway I can make it so an account menu option only appear if there is entry in them?
    For example:

    Booking request.

    If there is no request at all then don't show this on account menu.

    Thank you

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    Hello,

    modify this file: templates/your_template/tpl/menus/user_navbar_menu.tpl

    after:
    Code:
    Only registered members can view the code.
    add:
    Code:
    Only registered members can view the code.

  3. #3
    Quote Originally Posted by Rudi View Post
    Hello,

    modify this file: templates/your_template/tpl/menus/user_navbar_menu.tpl

    after:
    Code:
    Only registered members can view the code.
    add:
    Code:
    Only registered members can view the code.
    Thank you so much Rudi, love you

+ Reply to Thread