The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how can i make users change their thread titles
hi
how can i make users change their thread titles as like here ..? thanks |
#2
|
||||
|
||||
Not sure exactly what you mean?
|
#3
|
|||
|
|||
i want every user if he is mod or not can edit his thread title always
as like here |
#4
|
|||
|
|||
ACP --> vBulletin Options --> Message Posting and Editing Options --> Time Limit on Editing of Thread Title : 0
Is this what you are asking? |
#5
|
|||
|
|||
Quote:
is there hack can do it for single forum ? |
#6
|
|||
|
|||
You could try this: create a plugin using hook global_start and code like:
Code:
if ($forumid == X) $vbulletin->options['editthreadtitlelimit'] = 0; where of course you'd replace X with the forumid of the forum where you want unlimited title editing. I haven't tested this so I'm not 100% sure it will work. |
#7
|
||||
|
||||
You can try this mod, https://vborg.vbsupport.ru/showthread.php?t=312537
|
Благодарность от: | ||
kh99 |
#8
|
|||
|
|||
Quote:
Quote:
its very good |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|