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
??
Template Integration -> Resize / No success on vanilla Wordpress/PHPbb3
-
- User w
- Posts: 14
- Joined: Wed May 24, 2017 2:01 pm
- axew3
- 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
on your overall_footer.html
remove all code added previously and leave in place only:
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>
- axew3
- 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
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.
-
- User w
- Posts: 14
- Joined: Wed May 24, 2017 2:01 pm
Re: Template Integration -> Resize / No success on vanilla Wordpress/PHPbb3
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?
no change.
dont i have to set document.domain again in overall_footer.htm and somewhere in the page-forum file?
-
- User w
- Posts: 14
- Joined: Wed May 24, 2017 2:01 pm
-
- User w
- Posts: 14
- Joined: Wed May 24, 2017 2:01 pm
Re: Template Integration -> Resize / No success on vanilla Wordpress/PHPbb3
i double checked all settings, problem still exists. any hints?