// check for time limits $post['postcount']==1
if ($postinfo['dateline'] < (TIMENOW - ($vbulletin->options['edittimelimit'] * 60)) AND $vbulletin->options['edittimelimit'] != 0 AND $threadinfo['firstpostid'] != $postinfo['postid'])
I've coded a mod to edit threads owned by someone else mainly for the purpose of making the thread wiki-like (which includes edit history/revisions and rollback support), and this is doable with zero file edits.
I've coded a mod to edit threads owned by someone else mainly for the purpose of making the thread wiki-like (which includes edit history/revisions and rollback support), and this is doable with zero file edits.
Hi - how can I get hold of this mod to look at? Thanks in advance.