Avatars images aren't displayed to Wp

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: Avatars images aren't displayed to Wp

Re: Avatars images aren't displayed to Wp

by kaspir » Mon Oct 16, 2017 8:49 am

Mine looks like this in phpbb/image/avatars/upload/.htaccess

Code: Select all

SetEnvIf Referer mydomainname.com internal

Order deny,allow
Deny from all
Allow from env=internal

edit// I just remembered, I also think the user must sign in thru WP widget one-time in order for each to work property. Alessio will confirm on that when he reads this.

Avatars images aren't displayed to Wp

by tasos » Sun Oct 15, 2017 9:34 pm

Hi First of All Congratulations for this great plug in. ;)

I have enable the feature for phpBB Avatar to Replace Wordpress avatar and i even edited the .htaccess file(as insctuctions say) but still nothing.

I am testing in localhost this plugin.

Here the code from the .htaccess file

Code: Select all

<Files *>
	Order deny,allow
	Deny from All
	Allow from 127.0.0.1
        Allow from ::1
</Files>
Any Help?

Top