I'm currently on PHPBB and I'll be moving to Simple Machines this weekend. But something just occured to me. I currently have a news script that I created myself and to which I added a mod for PHPBB that posts the content and title of the news I post on the news script on the forum so that people can comment. Unfortunately, I don't know if such a thing exists on Simple Machines.
Can anyone help me with this?
Thank You
Check out the CreatePost() function
http://dev.simplemachines.org/function_db/index.php?action=view_function;function=377
This is awesome...but being quite new at PHP I do have some questions:
1-My news script is not in the same directory than my forum script. How can I link the two?
2-Do you have an example of the script in use so I can see how to fill in the necessary information?
Thanks again! :)
Anyone?
Have a look in the General Discussion and Feedback (http://www.simplemachines.org/community/index.php?board=2.0) board for the RSS injector thread, somewhere in there is an RSS injector script that makes use of it, see how they have used it.
Thanks :)