Page 2 of 5
Re: Can't get the embedded phpbb3 forum to work
Posted: Tue Feb 11, 2020 12:11 pm
by Dysphoria
Okay, now it's doing something! But the forum is only partlt visible now.
I tried doing what you told in
this topic, but that doesn't seem to work.
Re: Can't get the embedded phpbb3 forum to work
Posted: Tue Feb 11, 2020 1:06 pm
by axew3
can you post the link to this, so i can see directly what is still wrong?
it is a subdomain/domain install?
Re: Can't get the embedded phpbb3 forum to work
Posted: Tue Feb 11, 2020 1:11 pm
by Dysphoria
This is the link. The forum is under 'community'.
Just a domain install, no subdomain.
Edit:
This is a link to the forum index if you need it too.
Re: Can't get the embedded phpbb3 forum to work
Posted: Tue Feb 11, 2020 1:18 pm
by axew3
seem that you not uploaded the file
https://talkatastic.be/forum/iframeResi ... dow.min.js
into phpBB root.
add it, copy from addon plugin folder
/wp-content/plugins/wp-w3all-phpbb-integration/addons/resizer/iframeResizer.contentWindow.min.js
and add it into phpBB root folder
Re: Can't get the embedded phpbb3 forum to work
Posted: Tue Feb 11, 2020 1:24 pm
by Dysphoria
I thought I had to upload it into the file where I uploaded my phpBB3 files. I've now uploaded into the public_html file, which should be the root folder, which is before the folder where I uploaded my phpBB3 files in. Still the same problem though.
Re: Can't get the embedded phpbb3 forum to work
Posted: Tue Feb 11, 2020 1:29 pm
by axew3
no you did not because if you click this link it return file not found:
https://talkatastic.be/forum/iframeResi ... dow.min.js
you need to load this file, may into
public_html/forum
that's folder where you installed phpBB, so the phpBB relative root
p.s after, check also that if you are in https into wp (because you wp main url setting is set with an url with https), then you should setup phpBB to force https intp ACP, or if you login as http into one, and after the other is under https, you'll experience problems on result logged in
[EDITED]