auto user register to phpBB or want to transfer?

User avatar
axew3
w3all User
w3all User
Posts: 2713
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

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

Post 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
Meis2M
User ww
User ww
Posts: 21
Joined: Tue Apr 12, 2022 6:51 am

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

Post by Meis2M »

thank u
in prosilver is ok

but in milkv2 has problem yet
Attachments
Screenshot 2022-04-13 173735.png
Screenshot 2022-04-13 173735.png (51.66 KiB) Viewed 1880 times
User avatar
axew3
w3all User
w3all User
Posts: 2713
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

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

Post by axew3 »

ah ok...
have to follow this to fix the correct height in certain situations:

viewtopic.php?t=1511
User avatar
axew3
w3all User
w3all User
Posts: 2713
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

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

Post 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?
Meis2M
User ww
User ww
Posts: 21
Joined: Tue Apr 12, 2022 6:51 am

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

Post 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
Meis2M
User ww
User ww
Posts: 21
Joined: Tue Apr 12, 2022 6:51 am

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

Post 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
Post Reply