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
Iframe Integration
- kaspir
- Moderator
- Posts: 88
- Joined: Mon Mar 20, 2017 2:38 pm
- Location: USA
- Contact:
Re: Iframe Integration
@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.
@RubenGZ, Probably missed a small step, you'll get helped soon! Alessio knows his plugin inside and out.
World of Phaos RPG online is making it's come back! Play free now!
Check out phpBB contributions & extension downloads.
- Lantern
- User www
- Posts: 66
- Joined: Fri Sep 09, 2016 12:07 pm
- Location: The Netherlands
- Contact:
Re: Iframe Integration
You used the option: Recompile stale style components:? in phpbb administration panel?
-
- Posts: 3
- Joined: Mon Dec 04, 2017 6:01 pm
Re: Iframe Integration
Yes, i select this option on phpbb but still not working.
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Iframe Integration
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.
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.
-
- Posts: 3
- Joined: Mon Dec 04, 2017 6:01 pm
Re: Iframe Integration
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.
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.