Page 4 of 7

Re: auto user register to phpBB or want to transfer?

Posted: Wed Apr 13, 2022 12:27 pm
by axew3
where this, into page forum, or related file (as indicated) if using the shortcode template integration instead:

Code: Select all

<!-- START iframe div -->
<div id="" class="">
change into:

Code: Select all

<!-- START iframe div -->
<div style="width:100%;min-width:100%" id="" class="">
or assign a class or an id and do it via css not inline (but inline you'll be sure take place over any other css included, so this will be always ok).
I tested into your example adjusting via console, and now it display fine

Going to fix this into default plugin files, it seem has been a problem for many:
/wp-content/plugins/wp-w3all-phpbb-integration/addons/page-forum.php
and
/wp-content/plugins/wp-w3all-phpbb-integration/views/wp_w3all_phpbb_iframe_short.php

Re: auto user register to phpBB or want to transfer?

Posted: Wed Apr 13, 2022 1:07 pm
by Meis2M
thank u
in prosilver is ok

but in milkv2 has problem yet

Re: auto user register to phpBB or want to transfer?

Posted: Wed Apr 13, 2022 1:19 pm
by axew3
ah ok...
have to follow this to fix the correct height in certain situations:

viewtopic.php?t=1511

Re: auto user register to phpBB or want to transfer?

Posted: Wed Apr 13, 2022 1:24 pm
by axew3
P.S

i also (but should be tested) may can understand that if you remove on page forum or related for shortcode:

Code: Select all

<!-- START iframe div -->
<div id="" class="">
AND SO

Code: Select all

</div>
<!-- END iframe div -->
all should work without going to apply nothing of the above?

Re: auto user register to phpBB or want to transfer?

Posted: Wed Apr 13, 2022 1:31 pm
by Meis2M
axew3 wrote: Wed Apr 13, 2022 1:24 pm P.S

i also (but should be tested) may can understand that if you remove on page forum or related for shortcode:

Code: Select all

<!-- START iframe div -->
<div id="" class="">
AND SO

Code: Select all

</div>
<!-- END iframe div -->
all should work without going to apply nothing of the above?
i did this, prosilver is ok but still problem...
axew3 wrote: Wed Apr 13, 2022 1:19 pm ah ok...
have to follow this to fix the correct height in certain situations:

viewtopic.php?t=1511
not working too

Re: auto user register to phpBB or want to transfer?

Posted: Wed Apr 13, 2022 2:08 pm
by Meis2M
problem solve by this code

Code: Select all

 iFrameResize({
        log         : true,
        inPageLinks : true,
        targetOrigin: '".$w3all_url_to_cms_sw."',
        checkOrigin : w3all_orig_domains,
      heightCalculationMethod: 'lowestElement', // If iframe not resize correctly, un-comment (or change with one of others available resize methods)
but my style if fluid and in iframe i not boxing limited it seems

edited:
fix box sizing