2023-05-24 04:39 PM
Is there way to open hotlink manager once press a button in addons like below?
2023-05-25 12:12 PM
Opening the Hotlink Manager is not possible with the API.
You can manipulate hotlinks with the ACAPI_Database command.
See here: ACAPI_Database
2023-05-25 03:45 PM
Thanks for the information, how ever, could it possible to create a dialog screen and functions like the above?
2023-05-25 03:59 PM
Yes, you can make dialogs with the API similar to this. I think most of the functions in the dialog can be achieved with API calls like I linked in my previous answer. Without looking into all the details I'm not sure if every single function from the dialog is possible, but you should be able to duplicate most of them.