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

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: Template Integration -> Resize / No success on vanilla Wordpress/PHPbb3

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

by risq » Thu May 25, 2017 5:21 pm

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

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

by risq » Thu May 25, 2017 4:53 pm

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

by axew3 » Thu May 25, 2017 4:22 pm

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

by risq » Thu May 25, 2017 12:05 pm

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

by axew3 » Thu May 25, 2017 10:33 am

: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

by risq » Thu May 25, 2017 9:29 am

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

Top