Page 3 of 4

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

Posted: Wed May 24, 2017 9:20 pm
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


??

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

Posted: Wed May 24, 2017 9:39 pm
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>

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

Posted: Wed May 24, 2017 9:42 pm
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.

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

Posted: Wed May 24, 2017 9:46 pm
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?

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

Posted: Wed May 24, 2017 9:53 pm
by risq
..and i only change to

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

in page-forum.php

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

Posted: Thu May 25, 2017 9:29 am
by risq
i double checked all settings, problem still exists. any hints?