Iframe Integration

RubenGZ
Posts: 3
Joined: Mon Dec 04, 2017 6:01 pm

Iframe Integration

Post by RubenGZ »

Hi

I try to use the iframe integration with your plugin but i cant make it work

I follow all the steps but only load the header and a little menu, the rest of the forum didnt load.

This is the link to the forum:
http://www.gzrally.com/forums

Could you help me? thanks
User avatar
kaspir
Moderator
Moderator
Posts: 88
Joined: Mon Mar 20, 2017 2:38 pm
Location: USA
Contact:

Re: Iframe Integration

Post by kaspir »

@Alessio, Hope this saves you time lad. I dug at it for about 20 minutes, I can't see anything wrong other than this JS error: http://prntscr.com/hj8ob7

@RubenGZ, Probably missed a small step, you'll get helped soon! Alessio knows his plugin inside and out.
Image
World of Phaos RPG online is making it's come back! Play free now!
Check out phpBB contributions & extension downloads. :P
User avatar
Lantern
User www
User www
Posts: 66
Joined: Fri Sep 09, 2016 12:07 pm
Location: The Netherlands
Contact:

Re: Iframe Integration

Post by Lantern »

You used the option: Recompile stale style components:? in phpbb administration panel?
RubenGZ
Posts: 3
Joined: Mon Dec 04, 2017 6:01 pm

Re: Iframe Integration

Post by RubenGZ »

Yes, i select this option on phpbb but still not working.
SmartSelectImage_2017-12-12-08-09-51.jpg
SmartSelectImage_2017-12-12-08-09-51.jpg (35.76 KiB) Viewed 2656 times
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Iframe Integration

Post by axew3 »

Hello all! Sorry for little delay, still in trouble?
The error is auto explained: files that need to be retrieved and loaded into the page for the iframe resizer aren't found.
So:
the folder
/wp-content/plugins/wp-w3all-phpbb-integration/addons/resizer
contain all needed files, as it need to be like when you download the plugin?
Because the error say that the file
/wp-content/plugins/wp-w3all-phpbb-integration/addons/resizer/iframeResizer.js
isn't found.

You have also to copy/paste, the file
iframeResizer.contentWindow.min.js of this folder, into your phpBB root, and into very last line of code added into phpBB overall_footer.html, check that the direct url or path (depend what you want use), will point correctly to load the added iframeResizer.contentWindow.min.js, into phpBB root.
RubenGZ
Posts: 3
Joined: Mon Dec 04, 2017 6:01 pm

Re: Iframe Integration

Post by RubenGZ »

Hi!!

Finally i could found the problem. I havent copied all the code from the instructions, i missed the last "</script>" from the code. I just modify the overall header and works fine.

Thanks a lot for your help.
Post Reply