Avatars Not Working Everything Set Correctly
-
- User w
- Posts: 12
- Joined: Sat May 13, 2017 3:03 am
Avatars Not Working Everything Set Correctly
I have even deleted the htaccess and still only shows My avatar (maybe because I am logged in ?)
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Avatars Not Working Everything Set Correctly
Hi, please can you try to substitute the class.wp.w3all-phpbb.php recently improved by Lepalose, with this one please and let know if this instead work fine?
-
- User w
- Posts: 12
- Joined: Sat May 13, 2017 3:03 am
Re: Avatars Not Working Everything Set Correctly
No still not working
refreshed cache
recompiled
purged cache on board and still not working
http://www.shtfmovement.com/
refreshed cache
recompiled
purged cache on board and still not working
http://www.shtfmovement.com/
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Avatars Not Working Everything Set Correctly
These users, have an avatar in phpBB?
If not, as default for users that have not an avatar in WP, you have set Blank on setting (as on pics) so it is normal that nothing display.
Just setup to one different to show in WP, if no avatar found for the user into phpBB.
But your problem here seem to be different, for example, into last topics for a post should display
http://www.shtfmovement.com/board/image ... 61e9_2.jpg
that you should check it is correct name and in place, so search for file:
board/images/avatars/upload/58328845732405232183f4f8083261e9_2.jpg
if the file exist, the problem is
it is not available (accessible) the server return 403 forbidden and himself suggest what to do:
If not, as default for users that have not an avatar in WP, you have set Blank on setting (as on pics) so it is normal that nothing display.
Just setup to one different to show in WP, if no avatar found for the user into phpBB.
But your problem here seem to be different, for example, into last topics for a post should display
http://www.shtfmovement.com/board/image ... 61e9_2.jpg
that you should check it is correct name and in place, so search for file:
board/images/avatars/upload/58328845732405232183f4f8083261e9_2.jpg
if the file exist, the problem is
it is not available (accessible) the server return 403 forbidden and himself suggest what to do:
let knowCommon reasons for this error are:
Incorrect file/directory permissions: Below 644.
In order files to be read by the webserver, their permissions have to be equal or above 644. You can update file permissions with a FTP client or through cPanel's File Manager.
Restrictive Apache directives inside .htaccess file.
There are two Apache directives which can cause this error - 'Deny from' and 'Options -Indexes'.
-
- User w
- Posts: 12
- Joined: Sat May 13, 2017 3:03 am
Re: Avatars Not Working Everything Set Correctly
The tutorial shows you to put this in the htaccess
I got it to work by removing the files tag
Thank you for all your help now i have one more question and ill post it in a correct place so it does not get confused with this one.
Code: Select all
<Files *>
order deny,allow
deny from all
allow from 127.0.0.1
</Files>
Code: Select all
order deny,allow
deny from all
allow from 127.0.0.1
Thank you for all your help now i have one more question and ill post it in a correct place so it does not get confused with this one.
-
- User w
- Posts: 12
- Joined: Sat May 13, 2017 3:03 am
Re: Avatars Not Working Everything Set Correctly
Can you please make the topic title
This helps many others when searching for the answerAvatars Not Working Everything Set Correctly [SOLVED]