Change homepage items

Where is the logout link?How can I change the Brand Text (greyed out) currently “PHPmaker 2020” (it was a 2019 project that I migrated to 2020)How can I edit the footer text (greyed out)

mw4 wrote:
Where is the logout link?At the top right of header section.mw4 wrote:
How can I change the Brand Text (greyed out) currently "PHPmaker 2020"From “HTML” → “Brand logo/text”.mw4 wrote:
How can I edit the footer text (greyed out)This setting is enabled in registered version only.

mw4 wrote:
Where is the logout link?At the top right of header section.*** I don’t have one, all I have is the picture of the house (home)***As I log in after closing my browser, it keeps me logged in I don’t understand why it’s doing this.
And there is no link to logout.I figured out the other two.

mw4 wrote:
*** I don’t have one, all I have is the picture of the house (home)***Did you generate the header section? If so, you should see the user icon at the top right of header, and when you click on it, you will see a dropdown menu that contains Logout link.Please also try the demo project to make sure you will see the user icon at the top right of header, and when you click on that icon, you will see a dropdown menu that contains Logout link/button.mw4 wrote:
it keeps me logged in I don’t understand why it’s doing this.That will be happened when you enable “Remember me” option from the generated Login page before you login to the web app.

**** Did you generate the header section? If so, you should see the user icon at the top right of header, and when you click on it, you will see a dropdown menu that contains Logout link.How do I know if I generated the header section? When I generate, I generate everything.It has always worked in the past, BUT has not worked SINCE I upgraded to 2020 just recently.I have uninstalled, reinstalled, uninstalled and wiped all folders, reinstalled, all to no avail.

mobhar wrote:
If so, you should see the user icon at the top right of header, and when you click on it, you will see a dropdown menu that contains Logout link.Do you see the user icon at the top right of header in your generated site?You may compare with the demo project: https://phpmaker.dev/demo.php.

I do not see the icon top right…none

  • Make sure you have enabled Security in your project so you have login/logout.
  • Make sure you have uploaded the plugins\fontawesome-free folder which contains icons (including the user icon).
  • Check your server event and client scripts and extensions and make sure you do not use any custom code or third-party extensions which may change the header. If you have any, remove them and generate all scripts again. If you have customized header.php, you might have broken code in the default template.
  • Press F12 in your browser, go to the Console panel to check if there are JavaScript errors which might prevent the js template of the navbar from being rendered properly. (If you check the source code of header.php, the template is a script tag with type=“text/html” class=“ew-js-template” data-name=“login” data-seq=“10” data-data=“login” data-method=“appendTo” data-target=“.navbar-nav.ml-auto”.)