-1

如何将phpbb3与站点集成,而不是登录/注册表单,我想将整个论坛集成到模板站点的位置。论坛在站点模板中。

4

1 回答 1

0

Well basically you need to install phpbb3 into the folder of your site in a forum folder, then install it. You then have a template folder with some file sinside called overall header and footer, if you modify those file you can make the forum smaller and fit inside your template.

Mine is integrated into my asp.net c# site and i jsut use isap to rewrite the php to follow the rest of the site and i also use a mod to rewrite the forum pages to be SEO firendly.

I also use my registration page on my site to register them into the database that the forum holds so you dont even need the registration page of phpbb. I also then have a scrip which logs you into the forums when you log into the site so it looks liek the forums are actually part of the site.

Let me know if you need a hand i know this back to front now :) thats phpbb2 to 3 and also the uphrade if needed i know all the little fixes you will need.

于 2012-02-01T09:50:01.120 回答