Ummm. Just wanted to bump this, because I am currently using Vanilla 1.1.10 and Panel Re-Order doesn't seem to work at all. I tried disabling all extensions, enabling Panel Re-Order and then re-enabling all of my extensions and when I go to the sett…
Ummm. Just wanted to bump this, because I am currently using Vanilla 1.1.10 and Panel Re-Order doesn't seem to work at all. I tried disabling all extensions, enabling Panel Re-Order and then re-enabling all of my extensions and when I go to the sett…
Well, if anyone else was wondering, I figured it out. Looks like the problem was in the array_search() that was checking for the extension being listed in the $enabledextension array. I changed it up to be a strstr() encapsulated in a foreach() that…