The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Query to add "Re: " to threads ((Automatically Quote Post / Thread Title))
Found a thread http://www.vbulletin.com/forum/showt...y+thread+title with a query to remove the "Re: thread title" when automatically quoting post/thread title.... I've actually just enabled the automatic quoting of title. So I wonder if the following query will add the "Re: thread title" to all posts that have no title of their own:
Code:
UPDATE post SET title = 'Re: %' WHERE title LIKE '' Thanks so much Jacquii. |
#2
|
|||
|
|||
That will not work i am afraid.
You would first need to get the title of the post you are replying to (if that has a title) and then set that as title of the new post. Not easy. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|