This topic is locked

Problem with the menu in the Classified template

5/10/2026 02:23:19
PHPRunner General questions
kanclerz author

I would like to use the Classified template in my project, but I would like to add a menu on the homepage, on the left side above the categories, so that it is visible to everyone. However, despite adding it and placing it in the project, it is only displayed for logged-in users and not for all visitors.

I would appreciate your help in resolving this issue.”

ChatGPT 5/10/2026

Certainly! In PHPRunner, if your menu is only showing for logged-in users, it’s likely due to permission settings that are configured for the menu items or the overall settings for user access. Here are some steps you can take to resolve this issue:

  1. Check Menu Item Permissions:

    • Go to the Menu section in PHPRunner.
    • Select the menu item you added and check its permissions. Ensure that it is set to be visible to all users (both logged-in and guests).


  2. Global Permissions:

    • In the Security settings of your PHPRunner project, check the global permissions.
    • Look for options that control what guests can see. Make sure that guests have permission to view the menu items you have added.


  3. Visibility Settings:

    • In the properties of the menu, check if there are any visibility conditions set that restrict the display to logged-in users. Remove or modify these conditions if necessary.


  4. Theme/Layout Adjustments:

    • Ensure that the layout of the template allows for a visible menu on the homepage. Sometimes the layout may not accommodate additional elements, so check if it can be adjusted.


  5. Testing:

    • After making changes, always test the homepage as a guest user (you can do this by logging out or using incognito mode) to ensure that the menu appears as expected.


  6. Clear Cache:

    • If you are using caching, make sure to clear the cache after making changes to see the effects immediately.


  7. Consult PHPRunner Documentation:

    • If you’re still having issues, consult the PHPRunner documentation or forums for specific instructions regarding menus and user permissions.



By following these steps, you should be able to configure your menu so that it is visible to all visitors on your homepage. If you continue to have issues, you may want to reach out to PHPRunner support for more tailored assistance.