Quote:
Originally Posted by kh99
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.
|
i tried it but with no results but thank you man
Quote:
Originally Posted by ozzy47
|
thanks man :up:
its very good