This following customization will turn your websites that generated with PHPMaker become support for using multiple themes. As we know, PHPMaker will generate your website which include a Cascading Style Sheet (.css) file in order to change the look of your website. Unfortunately, by default, you can only use one generated .css file. If you […]
How to Save The Last Users’ Visitted Page in Websites That Created with PHPMaker 8.0.3
This time we will customize the PHPMaker template in order to save the last users’ visitted page. In other words, when your user is visitting the certain page in your web application, system will save that last visitted page which he/she has just visitted into your users table. This is very important, since we can […]
How to Make IsAdmin Function for the Menu Access Checking
As we have already known, IsLoggedIn is a function to check whether users have logged in to your web application that generated with PHPMaker or not. This IsLoggedIn function is often being used to determine which menus can only be accessed by the logged in users. Sometimes, you want also to display the certain menu […]
How to Overcome the Problem “User NX already logged in!” in Websites Created by PHPMaker 8.0.3
Have your user ever encountered the problem when receiving the warning message from your web application that created by PHPMaker as following: “User NX already logged in!” (even this user NX has closed the browser) and then he/she report it to you as Administrator of your web application? Well, this warning message shows up usually […]
How to Display Breadcrumb in Websites That Created With PHPMaker 8.0.3
The only way to let your users/visitors know about where they are or what is the full path of the current website page they are visitting now is to display the breadcrumb link in your website. By displaying this breadcrumb link, in addition they will not be lost about the location where they are, your […]
- « Previous Page
- 1
- 2
- 3
- 4
- 5
- 6
- …
- 9
- Next Page »