Page 1 of 1

How to make links opened in new tab go to the right place?

Posted: Thu Jun 17, 2021 12:48 pm
by thewebguys
Hi. If we click a link on a topic and ask it to open in a new tabe, it always opens the forum home page. What is the right way to make sure it opens the correct thread or topic please?
Thanks, Jon

Re: How to make links opened in new tab go to the right place?

Posted: Thu Jun 17, 2021 9:07 pm
by axew3
Hello, do you have this online?

Re: How to make links opened in new tab go to the right place?

Posted: Fri Jun 18, 2021 9:32 am
by thewebguys
Yes, I will send you a PM with a login.

Some users are also reporting that when they open new links on the forum, they are logged out and sent back to the Wordpress login page.

Thank you

Re: How to make links opened in new tab go to the right place?

Posted: Wed Jun 23, 2021 10:28 pm
by axew3
Mh, to me it is working on firefox, not tested any other, but looking on code, at first look, the unique wrong setting seem to be
(DO NOT ADD/INCLUDE final slash here)
you added a slash on code you added into overall_header.html

Code: Select all

var wordpress_url_page_forum = 'https://subdomain.w3host.com/wordpress/myWPforumPage'; // MANDATORY! // (DO NOT ADD/INCLUDE final slash here) Url that point to your iframed wordpress forum page
you have

Code: Select all

https://www.....co.uk/forum/
but need to be

Code: Select all

https://www.....co.uk/forum
the same goes for any other setting you edited into overall_footer.html code you added and into the plugin admin settings: you have to not add final slashes for urls and path, check all.
Not sure if it can lead to the problem somewhere? Let know

Re: How to make links opened in new tab go to the right place?

Posted: Mon Jun 28, 2021 12:00 pm
by thewebguys
Hi, I checked and the forum url does not have the trailing slash in overall_header.html. Where are you seeing this please?