Page 4 of 4

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

Posted: Thu May 25, 2017 10:33 am
by axew3
:D you're customizing too much the way you add code!

check that your page return error because you've put

Code: Select all

document.domain = 'onlinehockey.de',
where it not need to be (and is totally not necessary in this case)
remove it
and in case if needed, put it outside the code you go to add, in this way

Code: Select all

		<script type="text/javascript">
document.domain = 'onlinehockey.de';
    	iFrameResize({ ...
...

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

Posted: Thu May 25, 2017 12:05 pm
by risq
yeath, sorry i tried on my own, the problem seems kind of hard. we already found a solution with the installation yesterday, but without user integration it doesnt work, even though it is a much simpler setup now isnt it?

document.domain = 'onlinehockey.de', is removed.

problem persist. :cry:

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

Posted: Thu May 25, 2017 4:22 pm
by axew3
check that
https://hockeyonline.de/phpBB3/iframeRe ... dow.min.js
return that is not possible to be loaded on my test ...
have you placed in root phpBB, the file iframeResizer.contentWindow.min.js ??

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

Posted: Thu May 25, 2017 4:53 pm
by risq
yes

Code: Select all

[olh@indus phpBB3]$ ls -la iframeResizer.contentWindow.min.js
-rwxrwxrwx 1 olh olh 13949 May 24 22:53 iframeResizer.contentWindow.min.js
[olh@indus phpBB3]$ pwd
/home/olh/html/phpBB3
[olh@indus phpBB3]$
i also get the script when i open up: https://onlinehockey.de/phpBB3/iframeRe ... dow.min.js

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

Posted: Thu May 25, 2017 5:21 pm
by risq
ok i finally got it, as stupid as u can expect...

i used. is used https://hockeyonline.de.. in the file... but the url is onlinehockey.de ...

sorry and big thx, great script