island
Active member
After doing a vbulletin import where vbulletin was in a forums subdirectory and xenforo will be in the root directory, I had the following remaining on the server after the import:
/index.php (new xenforo index)
/forums/customavatars/
/forums/customsignaturepics/
/gallery/data/
I noticed that the xenforo default /forums/forum-name-1 link works fine even with the /forums/customavatars directory existing.
However, editing the XFMG default route filter from media to gallery made it not work until I removed the /gallery directory.
How do these two functions (the default /forums/forum-name-1 link and the /gallery link router filter to XFMG) differ in how they function?
/index.php (new xenforo index)
/forums/customavatars/
/forums/customsignaturepics/
/gallery/data/
I noticed that the xenforo default /forums/forum-name-1 link works fine even with the /forums/customavatars directory existing.
However, editing the XFMG default route filter from media to gallery made it not work until I removed the /gallery directory.
How do these two functions (the default /forums/forum-name-1 link and the /gallery link router filter to XFMG) differ in how they function?