• Resolved morphinestyle

    (@morphinestyle)


    Hi, my phpbb avatars are nod displayed.
    I’ve also modify the .htaccess, where are the issues?

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

    Thank you for support!

    • This topic was modified 8 years, 7 months ago by morphinestyle.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author axew3

    (@axewww)

    have you follow also the next suggested hint by @mikotoiii ?

    On some hosts, you may find that this will not work, even if you set the chmod to 777 (755 should be fine for folder permissions). You can find out the referer, and allow access to that. This will make it so that your pictures can’t be accessed directly through the browser or any other site, but can be accessed by WordPress.

    SetEnvIf Referer MyDomain.com internal

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

    if you disable the .htaccess, may renaming it into off_htaccess on folder, avatar are working instead? I assume yes, so the problem is to setup in correct way your .htaccess. Let know.

    Thread Starter morphinestyle

    (@morphinestyle)

    No axew3: if i deactive .htaccess renaming it the avatar are still not displaying!

    Plugin Author axew3

    (@axewww)

    in place of the avatar of phpBB where available, what display? A not found img? the default wp mystery?
    can i view it online?

    Thread Starter morphinestyle

    (@morphinestyle)

    Actually the is nested into http://www.offroadweb.it/nuovo (it will be a new version of main website) while the forum is http://www.offroadweb.it/forum.

    Actually it’s displaying the default wp mystery (selected).

    In this moment .htacces is renamed/disabled.

    Plugin Author axew3

    (@axewww)

    Ciao vedo che sei Italiano anche tu, siamo costretti però a scrivere in eng qui.
    In caso ti fosse necessario ulteriore aiuto puoi contattarmi anche tramite axew3.com.

    The first stupid question is: have you activate all related options about avatars into wp_w3all config page?

    WP 4.9 is coming on 14 Nov: wp_w3all will be checked about all compatibility in few hours, so a further check about avatar’s code will be done in any case.

    1.7.8 will be probably released in the while, containing fixes for bugs (not about avatars, until now) reported on some post.

    Thread Starter morphinestyle

    (@morphinestyle)

    Yes, i’ve been activated all avatars options but it’s displaying the default wp mystery avatar.

    Plugin Author axew3

    (@axewww)

    LOG: I’m testing plugin 1.7.7 on WP rc 4.9
    wp_w3all Options

    Use phpBB avatar to replace WordPress user’s avatar

    and

    Activate phpBB avatars on Last Forums Topics widgets
    Add avatars for each user on Last Forums Topics widget

    have been activated into my clean test for new coming WP 4.9 and all is working fine.
    I’m following any step and checking for any possible configuration, but in the while, at moment nothing have come out …

    The fact that you see default avatar in WP, clearly let know that isn’t a problem into phpBB folder about .htaccess.

    An important point to note: if you have old phpBB users, that aren’t present into WP because they have not still been added into WP, because they have not visit WP side as logged in, and you may have not transfer those users in WP via (not required, while is required that old WP users are transferred into phpBB when integration start) wp_w3all users transfer, and listed posts into widget belong to one of these “srill not added users into WP”, than the avatar for these users in WP can’t be retrieved into phpBB by the plugin (as the code is).

    So another question is: are these users listed on widget, as lat posts users, existent also into WP?
    Because until these users aren’t present in WP, than default WP gravatar is retrieved for these users.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Avatar not displayed’ is closed to new replies.