Unlimited Time Limit For Thread Title Editing
This modification is in the archives.
What Does this Hack Do?
This hack allows users to infinitely modify the thread title.Why Use this Hack? Having been on several forums, I can say that being able to change the thread title in the first post is something I can barely live without. Whether I goofed up the spelling, or the thread title needs an update, it was nice having more control over my own threads.Installing In editpost.php FIND PHP Code:
if($getpost['postid']==$postidAND$edit['title']!=''AND($postinfo['dateline']+$vboptions['editthreadtitlelimit']*60)>TIMENOW)
PHP Code:
if ($getpost['postid'] == $postid AND $edit['title'] != '' AND ($vboptions['editthreadtitlelimit']==0 OR($postinfo['dateline'] + $vboptions['editthreadtitlelimit'] * 60) > TIMENOW))
PHP Code:
if ($isfirstpost AND $postinfo['title'] == '' AND ($postinfo['dateline'] + $vboptions['editthreadtitlelimit'] * 60) > TIMENOW)
PHP Code:
if ($isfirstpost AND $postinfo['title'] == '' AND ($vboptions['editthreadtitlelimit']==0 OR ($postinfo['dateline'] + $vboptions['editthreadtitlelimit'] * 60) > TIMENOW))
After installing the hack go to:vB Options -> Message Posting and Editing Options >>Time Limit on Editing of Thread Title This is my first hack release so please be gentle! Download No files for download. |