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

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 »

: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({ ...
...
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 »

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:
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 »

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 ??
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 »

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
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 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
Post Reply