简体   繁体   中英

phpBB : How to get phpBB feeds to another webpage which is in a parent domain?

I'm using phpBB v3.0.12. This is the link to my phpBB forum in my website

www.mydomain.com/forum/index.php

Whenever there is writing activity in that forum (such as reply to a post/topic or create a new topic), I want to be able to receive those activities' link,subject(max of 10 characters) and post(max of 20 characters) and display it as a list of activites in a subsection in the main page :

www.mydomain.com/index.php

Is it possible? If so, how? Thanks.

In your server's database, there is a table called phpbb_posts . This table contains the topic id, forum id and post id of each post as well as others such as subject and texts.

Just use MySQL to fetch those posts and their descriptions and use the ids to create the link to each post.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM