Change Avatar Upload Path

library\XenForo\Helper\file.php

But if you change the path there is also quite a few other paths you will need to change

example of one

library\XenForo\Model\avatar.php

PHP:
        return XenForo_Helper_File::getExternalDataPath()
            . "/avatars/$size/$group/$userId.jpg";

Not an easy task :p
 
Ah and all the work done would be lost during an upgrade. I'm looking to convert a lot of my sites data to a cookie free domain. I'm snagged at avatars.

Suppose I'll have to wait for an addon? *Holds breath*

Thanks for your reply Vodkaholic. :)
 
Top Bottom