Page 3 of 6

Re: 2.8.5 logs

Posted: Wed Jun 26, 2024 12:28 pm
by patrik69
Good morning,
I made the changes in overall_footer.html, but my forum is no longer displayed.
How to correct ?
Thanks in advance.

Re: 2.8.5 logs

Posted: Thu Jun 27, 2024 8:50 pm
by axew3
Hello: if the integration is via page-forum you had to change nothing.
Only the template integration by shortcode switched to v5 iframe resizer code.

By the way!
the new code, and plugin version with all about the template integration, both via shortcode and page-forum(orWhatEverNamed).php is coming in short after this post. Going to update the overall_footer.html code to the latest fixed.

You'll have to edit it as ever with values that point to your page forum and the fancy URL value if you changed it, and the very last line

Code: Select all

<script type="text/javascript" src="https://forum.w3host.com/iframeResizer.contentWindow.min.js" defer></script>
will be by default only this instead:

Code: Select all

<div data-iframe-size="" style="height:0;max-height:0;border:0;"><div>
<script type="text/javascript" src="http://mysite/myboard/iframe-resizer.child.js"></script>
the file iframe-resizer.child.js that need to be loaded into the phpBB overall_footer code can be found into
/wp-content/plugins/wp-w3all-phpbb-integration/addons/iframeresizer/iframe-resizer.child.js

just give me the time to release the new fixed all version, going to update the help install procedure

Re: 2.8.5 logs

Posted: Thu Jun 27, 2024 9:56 pm
by axew3
2.8.6 has been released!

Re: 2.8.5 logs

Posted: Fri Jun 28, 2024 1:03 pm
by patrik69
Hello.

Okay, it still doesn't work... :|

Re: 2.8.5 logs

Posted: Fri Jun 28, 2024 1:08 pm
by Ezrael
patrik69 wrote: Fri Jun 28, 2024 1:03 pm Hello.

Okay, it still doesn't work... :|
Are you using the Template Integration? After the update only my header appeared but the rest of the Board wasn't accessible.

Have you experienced the same issue?

Re: 2.8.5 logs

Posted: Sun Jun 30, 2024 6:27 am
by patrik69
axew3 wrote: Thu Jun 27, 2024 8:50 pm Hello: if the integration is via page-forum you had to change nothing.
Hello,
I no longer had access to my forum after installing the update.
It was then that I made the proposed modifications.
I still don't have access to my forum, how can I correct this problem?
Thanks in advance.