Closed linc closed 8 years ago
The Wordpress plugin logic is "correct" and I don't know exactly how to change it in a reliable way.
The problem comes from this change: https://github.com/vanilla/vanilla/commit/4238105fec5e74cc7d0ed9c4047dcc50440d8e9e
Should we update the fix to point to the "p" version of the photo?
It looks like the correct change would have been $Row->Photo = Gdn_Upload::url(changeBasename($Row->Photo, 'p%s'));
. I'm not clear why I might have left off the p in this situation.
Paraphrased report from user:
The missing code is
Gdn_Upload::url(changeBasename($Value, 'n%s'));
which will need to get reproduced appropriately in the WordPress plugin.Please note calls to usericon.png may be effected by a change here. It needs actual testing, not just a blind patch.