Good morning,
I made the changes in overall_footer.html, but my forum is no longer displayed.
How to correct ?
Thanks in advance.
2.8.5 logs
- patrik69
- User ww
- Posts: 24
- Joined: Wed Jun 08, 2022 3:28 am
Re: 2.8.5 logs
Sorry for my english, i'm french...
- axew3
- w3all User
- Posts: 2881
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: 2.8.5 logs
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
will be by default only this instead:
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
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>
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>
/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
- axew3
- w3all User
- Posts: 2881
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: 2.8.5 logs
2.8.6 has been released!
- patrik69
- User ww
- Posts: 24
- Joined: Wed Jun 08, 2022 3:28 am
- Ezrael
- w3 User
- Posts: 100
- Joined: Wed Nov 15, 2023 9:11 pm
- Contact:
- patrik69
- User ww
- Posts: 24
- Joined: Wed Jun 08, 2022 3:28 am
Re: 2.8.5 logs
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.
Sorry for my english, i'm french...