最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How to open a phpBB forum in the same website as sub-page

programmeradmin3浏览0评论
Closed. This question is off-topic. It is not currently accepting answers.

Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.

Closed 5 years ago.

Improve this question

I have a separate phpBB forum and I want it to open below the navbar, on the same website, so that it will look like as part of the website, something like that (Image edited with Microsoft Paint):

Closed. This question is off-topic. It is not currently accepting answers.

Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.

Closed 5 years ago.

Improve this question

I have a separate phpBB forum and I want it to open below the navbar, on the same website, so that it will look like as part of the website, something like that (Image edited with Microsoft Paint):

Share Improve this question asked Jan 16, 2020 at 14:23 PitonskerPitonsker 112 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

If you want the phpBB page to have the same look/feel of your site, there are two ways to do it.

1) Build a phpBB 'skin' with the elements you want.

2) Build a custom page template, and put the call to phpBB inside the page area of the template.

Either way is probably a lot of work; phpBB and WP have totally different ways of 'skinning' a page. You might consider a somewhat easier third way:

3) Add your WP theme header image (and maybe some WP site menu links) to the header of the phpBB install with a custom phpBB 'skin'.

I'd also ensure that the phpBB installation is in a totally different folder from any WP folder.

And, you'll need to find a way to integrate a WP login with the phpBB login, passing credentials between both as needed.

A big project (although #3 is easiest, perhaps, if you don't need login credential sharing between phpBB and WP).

发布评论

评论列表(0)

  1. 暂无评论