Search found 1 match

by xorzizten
Sat May 14, 2011 4:00 pm
Forum: [3.0/Olympus] Discussion
Topic: submit_post() question
Replies: 14
Views: 93742

Re: submit_post() question

I had the same problem, but i solved this by adding

Code: Select all

'force_approved_state'    => true,
at the very end in the $data array.
This posts everything, even in forums with admin only access, as guest if submit_post() is run with no user logged in.