Page 3 of 4

Re: Images not showing on Wordpress

Posted: Tue Jul 09, 2024 11:27 am
by Peerke
Too bad this is not possible.

I was looking at https://www.bokt.nl
There the homepage is a Drupal site, but very neatly integrated with phpBB.

Is it possible to do it the other way around.
Replace the phpBB header with an externally retrieved header from wordpress?

Re: Images not showing on Wordpress

Posted: Tue Jul 09, 2024 11:42 am
by Ezrael
Peerke wrote: Tue Jul 09, 2024 11:27 am Too bad this is not possible.

I was looking at https://www.bokt.nl
There the homepage is a Drupal site, but very neatly integrated with phpBB.

Is it possible to do it the other way around.
Replace the phpBB header with an externally retrieved header from wordpress?
I checked your website as well. Maybe you should consider to use the template-integration instead of the Short-Code integration.

This will probably fit your requirements a bit more.

But to integrate a phpbb in a running website is definitely not that easy.

I used the template integration as example because it was much easier to design.

Re: Images not showing on Wordpress

Posted: Tue Jul 09, 2024 11:53 am
by Peerke
Where can i find the tutorial how to build the template integration?

I now have been used this one:
https://www.axew3.com/w3/2020/01/phpbb- ... iframe-v5/

Re: Images not showing on Wordpress

Posted: Tue Jul 09, 2024 12:01 pm
by Ezrael
Ah you have already used the template integration. Look#s like you are using the shortcodes and not the iframe template integration.

Looks like you still use the following code in your overall_header.html

Code: Select all

//document.location.replace(href0);
Because your Forum won't redirect to WP at the moment.

To activate the redirection, you should replace the above mentioned code in the overall_header.html by

Code: Select all

document.location.replace(href0);
Edit: I don't understand your concern's about the link because with a proper installation of W3ALL Plugin, you can use both links, which will end in the correct Post, Topic,...

Re: Images not showing on Wordpress

Posted: Tue Jul 09, 2024 12:24 pm
by Peerke
I have checked, but i allready removed the // in the overal header.

About the links; it's not very important, but if it can be the real URL it's better.

Re: Images not showing on Wordpress

Posted: Tue Jul 09, 2024 12:46 pm
by Ezrael
Peerke wrote: Tue Jul 09, 2024 12:24 pm I have checked, but i allready removed the // in the overal header.

About the links; it's not very important, but if it can be the real URL it's better.
Okay strange because when I use the link to one of your topics the phpbb opens the link which was not iframed in WP, which is an indicator that the code doesn't redirect the forum to wp.

Example:

https://sjoerdhosting.nl/test/forums/?c ... BocD90PTk=

https://www.sjoerdhosting.nl/test/forum ... ic.php?t=9

About your concern's: The whole link isn't shown in most of the browsers anyway and you can use both links if the plugin is proper installed in case of you want to use the links on external pages.

Example

https://surferparadise.de/forum/?w3=dml ... E5NCNwMTk0

https://forum.surferparadise.de/viewtopic.php?t=152