Time for action - creating a Quick Access
Here is how to do it.
1. Click on the Tools tab and then Quick Accesses.
2. Now click on the Add new button (the plus sign).
3. For the Name value, type Database backup.
4. For the URL value, type index.php?tab=AdminBackup.
5. 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 to and copy the URL in your browser. Then delete everything before the index.php
and everything from&token
. I have copied the database backup URL below 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?tab=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 feature is...