Page 2 of 11
Re: Coming 2.8.8 logs
Posted: Thu Jul 04, 2024 12:29 pm
by axew3
Sorry
There was an error into the
overall_footer.html js code
where this line:
Code: Select all
var wordpress_url_page_forum = 'https:/surferparadise.de/forum'; MANDATORY! (DO NOT ADD/INCLUDE final slash here) Url that point to the wordpress forum page
please,
change it (the online code has been fixed about this sorry!) because it lack of
// in front of the starting inline comment!
so find it and change it into:
Code: Select all
var wordpress_url_page_forum = 'https:/surferparadise.de/forum'; // MANDATORY! (DO NOT ADD/INCLUDE final slash here) Url that point to the wordpress forum page
Then all will works as expected! After a js error, all the subsequent fails naturally! Fix it, let see then that all is fully working!
p.s remember to recompile the phpBB stale template after changed the line into the overall_footer.html added code!
[EDITED]
p.s I also re-added the overall_hader code to force redirects to WP the "shortcoded page forum", and i like to se your fully working, like this example!
Re: Coming 2.8.8 logs
Posted: Thu Jul 04, 2024 1:07 pm
by axew3
i see now after your changes that
Code: Select all
Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘https://forum.surferparadise.de’) does not match the recipient window’s origin (‘https://surferparadise.de’).
change the line suggested to be
Code: Select all
var w3allAllowDomain = 'https://surferparadise.de'; // MANDATORY! Set/Change this value to fit the absolute domain or subdomain URL where the phpBB reside (DO NOT ADD/INCLUDE final slash here. Eg https://forum.myw3host.com)
or
as it was before and check that all will work fine, before to reset the phpBB ACP
recompile stale template option to NO
Re: Coming 2.8.8 logs
Posted: Thu Jul 04, 2024 1:09 pm
by Ezrael
Its still not working like it should:
- If you press the "Last Post" Link in the Forum Overview on the right side, the Header is completely gone.
While navigation via the forum (Left side links) works normal.
Looks like one issue is while navigation directly to the Post the header disappear but if I navigate to the topic instead the post, the header is there.
- Screenshot 2024-07-04 at 10.26.35.png (278.13 KiB) Viewed 147 times
- Screenshot 2024-07-04 at 10.26.58.png (674.9 KiB) Viewed 147 times
https://forum.surferparadise.de/viewtop ... p=194#p194 <-- Link to the Post
https://forum.surferparadise.de/viewtopic.php?t=152 <-- Link to the Topic
- the Alert Messages and the SubscriptionBox appear in the middle of the Post.
- There are still several error messages in the Console after is did the changes
Re: Coming 2.8.8 logs
Posted: Thu Jul 04, 2024 1:18 pm
by Ezrael
axew3 wrote: ↑Thu Jul 04, 2024 1:07 pm
i see now after your changes that
Code: Select all
Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘https://forum.surferparadise.de’) does not match the recipient window’s origin (‘https://surferparadise.de’).
change the line suggested to be
Code: Select all
var w3allAllowDomain = 'https://surferparadise.de'; // MANDATORY! Set/Change this value to fit the absolute domain or subdomain URL where the phpBB reside (DO NOT ADD/INCLUDE final slash here. Eg https://forum.myw3host.com)
or
as it was before and check that all will work fine, before to reset the phpBB ACP
recompile stale template option to NO
I checked both but the error msg still showed up now it's set to
https://surferparadise.de
Re: Coming 2.8.8 logs
Posted: Thu Jul 04, 2024 1:26 pm
by axew3
But it is all working!
DO NOT worry about it!
have you try to change it to
https://forum.surferparadise.de
but after the check on parent result to be about
https://forum.surferparadise.de/index.php
that's wrong.
Do not care about it at moment. All is working!
Re: Coming 2.8.8 logs
Posted: Thu Jul 04, 2024 1:28 pm
by Ezrael
Ezrael wrote: ↑Thu Jul 04, 2024 1:09 pm
Its still not working like it should:
- If you press the "Last Post" Link in the Forum Overview on the right side, the Header is completely gone.
While navigation via the forum (Left side links) works normal.
Looks like one issue is while navigation directly to the Post the header disappear but if I navigate to the topic instead the post, the header is there.
Screenshot 2024-07-04 at 10.26.35.pngScreenshot 2024-07-04 at 10.26.58.png
https://forum.surferparadise.de/viewtop ... p=194#p194 <-- Link to the Post
https://forum.surferparadise.de/viewtopic.php?t=152 <-- Link to the Topic
- the Alert Messages and the SubscriptionBox appear in the middle of the Post.
- There are still several error messages in the Console after is did the changes
But thats not working