Template Integration -> Resize / No success on vanilla Wordpress/PHPbb3

risq
User w
User w
Posts: 14
Joined: Wed May 24, 2017 2:01 pm

Re: Template Integration -> Resize / No success on vanilla Wordpress/PHPbb3

Post by risq »

ok, i started all over again and followed your linked post. so i installed the plugin, activated, but didnt set any paths

now i have the old resize problem again: https://onlinehockey.de/forum/

diffence to the installation before:
- i didnt set document.domain = 'onlinehockey.de' in page-forum.php since there is no such uncommented option in the file u provided
- "(REQUIRED) Path - Absolute path to config.php.." / and "(REQUIRED) URL - Real phpBB URL" are bot NOT set


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

Re: Template Integration -> Resize / No success on vanilla Wordpress/PHPbb3

Post by axew3 »

on your overall_footer.html
remove all code added previously and leave in place only:

Code: Select all

<script type="text/javascript" src="https://hockeyonline.de/phpBB3/iframeResizer.contentWindow.min.js" defer></script>
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Template Integration -> Resize / No success on vanilla Wordpress/PHPbb3

Post by axew3 »

p.s you have add the code that need to be added into page-forum.php into the overall_footer.html which instead need to contain only the above line of code, in this case.
risq
User w
User w
Posts: 14
Joined: Wed May 24, 2017 2:01 pm

Re: Template Integration -> Resize / No success on vanilla Wordpress/PHPbb3

Post by risq »

okay, i did that.

no change.

dont i have to set document.domain again in overall_footer.htm and somewhere in the page-forum file?
risq
User w
User w
Posts: 14
Joined: Wed May 24, 2017 2:01 pm

Re: Template Integration -> Resize / No success on vanilla Wordpress/PHPbb3

Post by risq »

..and i only change to

" src="https://onlinehockey.de/phpBB3"></iframe>

in page-forum.php
risq
User w
User w
Posts: 14
Joined: Wed May 24, 2017 2:01 pm

Re: Template Integration -> Resize / No success on vanilla Wordpress/PHPbb3

Post by risq »

i double checked all settings, problem still exists. any hints?
Post Reply