Posting from a PHP Form?
-
Let's say I had a PHP form that when a user submitted it - it posts the results into the forum under a specified user into a specified forum. Where would I even start to look at doing something like this?
With most other forums in the past I would do it as hacky as possible and just insert it into the database, but don't really want to do that with nodeBB.
-
https://community.nodebb.org/topic/396/nodebb-plugin-rss-rss-feed-plugin has the basics. So you'd make your PHP form submissions dump to an RSS feed (how you do that is up to you, but the obvious method is to stick them in a database and then make a simple RSS feed that pulls from the database) and then the plugin will import them for you.
Copyright © 2024 NodeBB | Contributors