Time for action – creating a Quick access
Here is how to do it:
Click on the Administration tab and then on Quick Access.
Now click on the Add new button (with the + sign).
For the Name value, type
Database backup
.For the URL value, type
index.php?controller=AdminBackup
.Save your changes and try out your new quick access.
If you are looking to make your own quick accesses, then you are probably wondering how to get the value for the URL field. Go to the tab you are making the quick access and copy the URL on your browser. Then delete everything before index.php
and everything from &token
. I have copied the following database backup URL and highlighted the parts to delete so that you can see exactly what to delete and what to use:
http:/shop.com/adminpassword123456/index.php?controller=AdminBackup&token=37a0e13f7
What just happened?
We made a quick access shortcut to the database backup feature. You can make quick access shortcuts to anything that is useful to you. The database backup...