2.8.8 template integration improvements and 2.8.8 pre-logs

User avatar
axew3
w3all User
w3all User
Posts: 2881
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Coming 2.8.8 logs

Post by axew3 »

Sorry :oops:
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!
User avatar
axew3
w3all User
w3all User
Posts: 2881
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Coming 2.8.8 logs

Post 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

Code: Select all

var w3allAllowDomain = '*';
as it was before and check that all will work fine, before to reset the phpBB ACP recompile stale template option to NO
User avatar
Ezrael
w3 User
w3 User
Posts: 100
Joined: Wed Nov 15, 2023 9:11 pm
Contact:

Re: Coming 2.8.8 logs

Post 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
Screenshot 2024-07-04 at 10.26.35.png (278.13 KiB) Viewed 142 times
Screenshot 2024-07-04 at 10.26.58.png
Screenshot 2024-07-04 at 10.26.58.png (674.9 KiB) Viewed 142 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
User avatar
Ezrael
w3 User
w3 User
Posts: 100
Joined: Wed Nov 15, 2023 9:11 pm
Contact:

Re: Coming 2.8.8 logs

Post 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

Code: Select all

var w3allAllowDomain = '*';
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
User avatar
axew3
w3all User
w3all User
Posts: 2881
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Coming 2.8.8 logs

Post 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!
User avatar
Ezrael
w3 User
w3 User
Posts: 100
Joined: Wed Nov 15, 2023 9:11 pm
Contact:

Re: Coming 2.8.8 logs

Post 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
Post Reply