Hi guys,
I've been working for hours and hours trying to implement the vbulletin ajax script into my own script.
I've written my own upload center script (located on
http://www.funfiles.ws/upload.php) And I've also written my own ajax code, which is working.
But I prefer to use vbulletin's original ajax code from forumdisplay.php (clientscript/vbulletin_ajax_threadslist.js)
Then I can just copy vbulletin_ajax_threadslist.js modify 2 little things and rename it to use in my custom script.
I can change the open/close thread function to delete my files
and I can use the title edit, to edit my descriptions.
Anyone knows how to include the ajax from forumdisplay.php into my own upload.php?
I've already tried including the .js file and changed the td to <td id="td_status_id"> but nothing is working :-(
Kindest Regards,
MainFrame