2015-02-25, 07:43:55
(2015-02-19, 21:42:30)hameau Wrote: I experimented some more. It seems that the host is loading the plugins in reverse alphabetical order.
I did search and replace in all SpecialPagesExtras files:and renamedCode:rpl -R SpecialPagesExtras aSpecialPagesExtras
Everything is now working as expected.
- SpecialPagesExtras.php -> aspecialpagesextras.php
- SpecialPagesExtras (folder) -> aspecialpagesextras
This is definitely not connected to file datestamp, nor to the order in which plugins were copied to the GS installation. (See also this old post.)
The PHP manual talks of 'the order of files in the filesystem', but I don't know what the host's filesystem is. From an ssh terminal, ls -l lists alphabetically (as expected), but ls -lU has no obvious order.
I can confirm that Nick's fix resolved my problems with the Multi-User plugin and reordering the i18n navigation. It would be great if these changes could be included on GS Extend.