Replies: 3 comments 5 replies
-
|
And glorious success. I have all files copied over with paths that work!! I almost want to write a script to just clean all of these up once on Flarum. This whole [A-Z][0-9]{12}/[A-Z][0-9]{12}.ext is just weird. Throw them all in the same directory!! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I'm confused. Imported avatars shouldn't have the 'p' on them, or at the very least a non-p copy should exist. Did you delete the imported originals? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Seems like I have a bunch of users that have an avatar path stored in the database like so
The filter is only looking for files with
[A-Z][0-9]{12}.extI believe its because all these files are from Vbulletin import to Vanilla so if you are only testing for Vanilla files it might miss some. in thesrc/Function/filter.phpI added a test foris_null($path)to skip any NULL Values then I just commented out your check for the[A-Z][0-9]{12}.extfile name so it just adds p to every file name!Beta Was this translation helpful? Give feedback.
All reactions