View Full Version : plz help
furious
05-17-2001, 10:10 AM
whe the thread starter edit the title of the thread, this title remain the same at the list of all threads
is it possible thats this title change on this page as it changes in the post page
plz help
tubedogg
05-17-2001, 10:13 AM
You can set the amount of time users are allowed to edit the subject line in the Admin CP. I believe you can set it to 0 to make it so they can always edit it.
furious
05-17-2001, 10:38 AM
i want to know if its possible to change the thread title by editing the starting post, but not only the post subject the thread titlt too
tubedogg
05-17-2001, 10:45 AM
Yes that's what I'm talking about.
If you set the option in the CP to, say 5 minutes, then after 5 minutes they can edit the subject, but it will only affect the post subject. If you set it to 0, I believe that makes it so it will always affect both the post subject and the thread subject.
furious
05-17-2001, 10:53 AM
k thx
i think my explanations were bads ;)
i'm french so sometimes its hard to find the right words :)
tubedogg
05-17-2001, 11:03 AM
no problem. :)
furious
05-17-2001, 11:04 AM
it doesnt work :(
furious
05-17-2001, 11:05 AM
as you can see on the two screens the title are not the same :(
i set 0 in the cp users
maybe a template to edit ? or php scripts?
tubedogg
05-17-2001, 11:18 AM
In editpost.php, find
if ($isfirst and $postinfo[title]=="" and $postinfo[dateline]+$editthreadtitlelimit*60>time()) {
and replace it with
if ($isfirst and $postinfo[title]=="" and (($postinfo[dateline]+$editthreadtitlelimit*60>time()) or $editthreadtitlelimit==0)) {
Then set the option in the Admin CP to 0. :)
furious
05-17-2001, 11:41 AM
its still not working :(
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.