The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Can't edit thread name
I notice that for the first post of any thread, the subject becomes the name of the thread also. However, after the post is submitted, and I go to edit the post and change is subject name .... the thead name still doesn't change to reflect the new subject name. Can anyone tell why this is so? Is this a bug? Can it be remedied? Thanks
|
#2
|
||||
|
||||
There are 2 seperate tables in db:
a) Saving message's details (and its subject) b) Saving thread's details (and its subject which is also the subject of the first message) When you create a new thread, both tables are populated and subject fields filled according to your subject. However when user edits his post, vb doesnt check if it's the thread's first message or not and only modify post table details.. That's why.. If you are an admin you can change thread name, but users cant (without a hack) |
#3
|
|||
|
|||
Do you know how (or of a hack) I can edit the subject name of the first post and it will automatically change the thread name? ... I don't want to have to change a thread name every single time. It would be too time consuming. Thanks.
|
#4
|
||||
|
||||
in your editpost.php find this:
PHP Code:
PHP Code:
|
#5
|
|||
|
|||
Thanks alots .. I'll try it tonite.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|