Images not showing on Wordpress

Peerke
User w
User w
Posts: 9
Joined: Sat Jul 06, 2024 10:54 am

Re: Images not showing on Wordpress

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

Re: Images not showing on Wordpress

Post 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.
Peerke
User w
User w
Posts: 9
Joined: Sat Jul 06, 2024 10:54 am

Re: Images not showing on Wordpress

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

Re: Images not showing on Wordpress

Post 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,...
Peerke
User w
User w
Posts: 9
Joined: Sat Jul 06, 2024 10:54 am

Re: Images not showing on Wordpress

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

Re: Images not showing on Wordpress

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