2020-06-20, 03:56:19
(2020-06-16, 09:08:04)lesh Wrote: I was looking to use this one too, so had a look around and saw that it assumes that the admin path is /admin - which also causes it to look in the wrong place when this has been changed.
In massiveAdmin.php on lines 272-284 could the constant GSADMINPATH work here?
also in script.js lines 22, 155 and 135 it also uses /admin
Code:eg. line 135 const fileuploaderlink = document.location.origin + "/admin/upload.php";
hope this helps and thanks for the other cool admin themes.
yeah, gsadminpath is great option. Thanks!