The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Allow users to edit thread title
Hi,
what I want is that a thread starter can change the main thread title. As for now they can only change the title of the single post which does not show up on the forum. So far I couldn't find such an option whitin vb without allowing the user to delete the whole thread (this moderator option where you can change the title) Is there already such an option built in or is there a hack/mod? I didn't find one in here... Thx in advance --- Ah ok, I found the needed information in the german forums. So this is solved... |
#2
|
|||
|
|||
Hi Alex,
What solution did you find in the German forums? I have this same question. Thanks, Kim |
#3
|
|||
|
|||
Hum, I don't remember where I found something on it, sorry...
But I recently did an update to 3.6 where I had to patch the files again - all you have to do is to search for Code:
$vbulletin->options['editthreadtitlelimit'] * 60) > TIMENOW) There will be an if clause similar to that one Code:
if ($getpost['postid'] == $postinfo['postid'] AND $edit['title'] != '' AND ($postinfo['dateline'] + $vbulletin->options['editthreadtitlelimit'] * 60) > TIMENOW) That's what I did.... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|