How you do not have access to your forum?
It is impossible. Last update was only about the template integration.
The plugin do not change nothing into phpBB. Nor the extension whenever you use it.
So how you cannot access to your forum due to these?
2.8.5 logs
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
- patrik69
- User ww
- Posts: 24
- Joined: Wed Jun 08, 2022 3:28 am
Re: 2.8.5 logs
I don't know.
What I do know is that as soon as I installed update 2.8.5, I no longer had access to my forum.
I have this displayed when clicking on a link in my menu :
What I do know is that as soon as I installed update 2.8.5, I no longer had access to my forum.
I have this displayed when clicking on a link in my menu :
Code: Select all
[w3allphpbbiframe wp_page_name= »forum » wp_page_iframe_top_gap= »700″]
Sorry for my english, i'm french...
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: 2.8.5 logs
probably because you did NOT added the name of the page where the shortcode has been added, into the related integration plugin admin where there is this option:
The (awesome) iframe template integration using shortcode
so the code that should process the shortcode, return what you mention, it is not processed at all.
If you added the shortcode into a page named myforum
you have to add myforum into the field of the option
so that when this page load, all the necessary to process the shortcode will be added. If not, the shortcode do NOT fire.
and the above output, indicate that you are adding it via something not correct. ARe you adding the shortcode via the WP default shortcode widget or how?
it should be:
The (awesome) iframe template integration using shortcode
so the code that should process the shortcode, return what you mention, it is not processed at all.
If you added the shortcode into a page named myforum
you have to add myforum into the field of the option
so that when this page load, all the necessary to process the shortcode will be added. If not, the shortcode do NOT fire.
and the above output, indicate that you are adding it via something not correct. ARe you adding the shortcode via the WP default shortcode widget or how?
it should be:
Code: Select all
[w3allphpbbiframe wp_page_name="forum" wp_page_iframe_top_gap= "700″]
- patrik69
- User ww
- Posts: 24
- Joined: Wed Jun 08, 2022 3:28 am
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: 2.8.5 logs
how you add the shortcode on page forum
and why you use Forum instead of forum as setting here?
and why you use Forum instead of forum as setting here?
- patrik69
- User ww
- Posts: 24
- Joined: Wed Jun 08, 2022 3:28 am
Re: 2.8.5 logs
I don't understand the first question.
I put forum instead of Forum, but it still doesn't work.
I put forum instead of Forum, but it still doesn't work.
Sorry for my english, i'm french...