• ResolvedPlugin Author axew3

    (@axewww)


    Improvement: about template embed phpBB into WP page:
    on 1.5.8 all the code to be added into a custom created template page-forum.php will be resumed in 2 (two) lines of code.
    https://www.ads-software.com/support/topic/no-widget-and-no-parallax-showing-in-the-iframe/#post-8656417
    With a related very easy How Tow steps.

    Bug about Avatar
    If i’m not wrong, avatars code contain a unique final bug that maybe need to be resolved.
    Scenario to reproduce:
    a registered phpBB user, has still not been added into WP as user.
    WP_w3all installed and widget last post active.
    If a post of this not added user in WP is retrieved in phpBB to be displayed on last post widget, it will display the anonimous WP avatar, and not the phpBB avatar.

    Please report suggestions and bugs …

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author axew3

    (@axewww)

    The most important (and advanced) i’ve move on time by time …
    username_clean and phpBB email in the correct way for phpBB queries.
    (within 1.6.0 release).

    Plugin Author axew3

    (@axewww)

    while on fly resolving a bug about Ultimate Member plugin (for which 1.5.7 addons/ext_plugins_fixes.php file has been already patched) reported here,
    https://www.axew3.com/w3/forums/viewtopic.php?f=2&p=1184#p1184
    i’ve take so a look to the translation thing i had think was correctly added on 1.5.7: instead i see now the plugin isn’t ready for translation, as it is wrong about text domain on translation strings.
    Translation language of the plugin will be fixed on next 1.5.8.

    • This reply was modified 8 years, 2 months ago by axew3.
    • This reply was modified 8 years, 2 months ago by axew3.
    Plugin Author axew3

    (@axewww)

    well i see … on wp_w3all phpBB and https, on iframe mode there is a bug about external links redirect on posts links …
    if the link point to internal url site, it is wrongly redirected inside as nested iframe!
    If the link on post is pointing to external site instead, will return Wp page not found.
    Before 1.5.8, with a patch to 1.5.7, this will be fixed as soon. This will be noticed here on forum as done.

    • This reply was modified 8 years, 2 months ago by axew3.
    • This reply was modified 8 years, 2 months ago by axew3.

    Ok.
    And I also think that there is a problem with place the page loads on the screen… What I means, is that when you post a message, for example, after sending it the page loads at the bottom. You need to scroll back to the top of the page.

    Plugin Author axew3

    (@axewww)

    FIXED: well the bug has disappear after i’ve rebuild forum page on wp_w3all config.
    Perhaps some fix on fly on page-forum.php default code, and i’ve forget to update it at axew3.com.
    By the way one report need for sure to be checked, that i’ve test and see effectively fail in some circumstance server/theme, not on some other, so i will return over this and all about iframe and links.

    • This reply was modified 8 years, 2 months ago by axew3.
    • This reply was modified 8 years, 2 months ago by axew3.
    • This reply was modified 8 years, 2 months ago by axew3.
    • This reply was modified 8 years, 2 months ago by axew3.
    • This reply was modified 8 years, 2 months ago by axew3.
    Plugin Author axew3

    (@axewww)

    PS: the reported problem above should be a NON bug.
    The way the wp_w3all plugin code recognize phpBB URLs is about DEFAULT phpBB URL’s, so if you have edit in some way phpBB url’s, they will not be recognized by forum-page.php js code, and the redirect fail to some wp not existent page.

    for instance, if you pass an url like:
    https://mysite/profile/?test/
    instead of the default one of phpBB, that instead look like:
    https://mysite/memberlist.php?mode=viewprofile&u=287
    you can’t expect it will work.

    There are different ways to achieve the result to have the url of user profile of phpBB to point to the one in WP, if in iframe mode, as was in this case, without edit links in phpBB, and just adding few js lines into page-forum.php.

    There are various ways also to have the real phpBB url edited to point to something else, and if in iframe mode, and this link is clicked, than redirected to correct place. A little js need to added also in this case into page-forum.php js code, to recognize and pass the correct url to be processed.

    • This reply was modified 8 years, 2 months ago by axew3.
    Plugin Author axew3

    (@axewww)

    avatar.driver.remote fail

    Plugin Author axew3

    (@axewww)

    just patched file class.wp.w3all-phpbb.php on 1.5.7.
    w3all_get_phpbb_avatars_url function has fixed for
    avatar.driver.remote from phpBB
    that was failing to get phpBB remote http avatar img., if it is allowed option in phpBB for avatar.

    • This reply was modified 8 years, 2 months ago by axew3.
    Plugin Author axew3

    (@axewww)

    Plugin Author axew3

    (@axewww)

    1.5.8 has been just released.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Next 1.5.8 requests and bugs reports’ is closed to new replies.