I had a script that ran nicely under 3.0.7 but is f*cked in 3.5.0. The 3.0 version allowed me to specify any user I wanted as the poster, which worked nicely with a cron job.
3.5.0 seems to look at the logged in user, if any; it ignores
userid and
username. Have gone through the build_new_post function until my eyes glazed over. I even tried passing information in $threadinfo in addition to $post and now I get
Quote:
That username is already in use. If you are ***** and you have forgotten your password, click here.
|
If someone can point me at some demo code that does what I need I'd appreciate it. Thanks.