I can't get the "post new thread on adding a new video" stuff, that I'd like to add, to work.
I succeeded in inserting the datas the "old way". I mean with an
INSERT INTO " . TABLE_PREFIX . "post
query. But it doesn't update the thread correctly and so it is not considered as new and does not appear in the "new posts" search.
I've noticed they're is a new way for doing such things with : $threadman->set('pagetext', $videoinfo['description']);
But I did not managed to fully understand how it works, I'm always having an error stating something about an Array.
So if someone clever than me is willing to help...
Thanks.
|