Page 1 of 2
Iframe Integration
Posted: Mon Dec 04, 2017 6:07 pm
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
Re: Iframe Integration
Posted: Tue Dec 05, 2017 6:33 am
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.
Re: Iframe Integration
Posted: Wed Dec 06, 2017 9:59 am
by Lantern
You used the option: Recompile stale style components:? in phpbb administration panel?
Re: Iframe Integration
Posted: Tue Dec 12, 2017 7:11 am
by RubenGZ
Yes, i select this option on phpbb but still not working.
- SmartSelectImage_2017-12-12-08-09-51.jpg (35.76 KiB) Viewed 2651 times
Re: Iframe Integration
Posted: Wed Dec 13, 2017 11:34 pm
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.
Re: Iframe Integration
Posted: Mon Dec 18, 2017 4:40 pm
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.