Hey All,
I’m not quite sure how this would work but I’m trying to call the api from a standalone page and do the following:
Check if current user has posted in subforum “autoposts”
If they haven’t got a post in that subforum with the title: “Username’s Set” then it needs to create a post with that title and post the contents of $postcontents to it.
If they have got a post in that subforum with the title: “Username’s Set” then it should reply to that topic with the replies post content being $postcontents.
That’s it, pretty simple but I can’t work it out, I’ve found sph_post_create and I’ve had a look under spFunctions.php but nothing helps :/
Any ideas?