PDA

View Full Version : how can i make users change their thread titles


Afandy
06-27-2014, 07:32 PM
hi
how can i make users change their thread titles as like here ..?

thanks

ozzy47
06-27-2014, 08:01 PM
Not sure exactly what you mean?

Afandy
06-27-2014, 08:40 PM
Not sure exactly what you mean?

i want every user if he is mod or not can edit his thread title always
as like here

https://dl.dropboxusercontent.com/u/25597680/2012/36.png

tbworld
06-28-2014, 06:07 AM
ACP --> vBulletin Options --> Message Posting and Editing Options --> Time Limit on Editing of Thread Title : 0

Is this what you are asking?

:)

Afandy
06-28-2014, 11:34 AM
ACP --> vBulletin Options --> Message Posting and Editing Options --> Time Limit on Editing of Thread Title : 0

Is this what you are asking?

:)

yup yup :D
is there hack can do it for single forum ?

kh99
06-28-2014, 01:38 PM
You could try this: create a plugin using hook global_start and code like:
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.

ozzy47
06-28-2014, 10:53 PM
You can try this mod, https://vborg.vbsupport.ru/showthread.php?t=312537

Afandy
06-29-2014, 12:23 AM
You could try this: create a plugin using hook global_start and code like:
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.

i tried it but with no results but thank you man :D

You can try this mod, https://vborg.vbsupport.ru/showthread.php?t=312537

thanks man :up:
its very good