Modify the Home Page

AnnaFoot

New member
Hello,
Where do you go to modify the wording on the home page? Is it possible to include the user name somehow?
Thanks,
Anna
 

Jaroslav

New member
Hi,
I do it in this way:

1. create new php file in /include/custom_php_files - e.g. home.php with your custom wording
2. Log in to Dadabik Admin area
3. Click tab "Pages" (Manage the pages of your DaDaBIK application)
4. In drop-down Show: choose option "Custom pages"
5. Click "ADD PAGE"
6. Fill the new row added:
- PHP source file = home.php
- Type = PHP
- Enabled = checked
- Home = checked

Include user name - it should work with Global Variable $current_user: the username of the currently logged user
see Manual - 10. How to add your custom code to DaDaBIK (low-coding) - Global variables
 
Top