JacquiiDesigns
02-01-2010, 02:34 AM
Found a thread http://www.vbulletin.com/forum/showthread.php?315916-reply-thread-with-heading-as-re&highlight=Automatically+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:
UPDATE post
SET title = 'Re: %'
WHERE title LIKE ''
If no - can someone please advise as to what query I can use to add the "Re: thread title" to all posts?
Thanks so much ;)
Jacquii.
UPDATE post
SET title = 'Re: %'
WHERE title LIKE ''
If no - can someone please advise as to what query I can use to add the "Re: thread title" to all posts?
Thanks so much ;)
Jacquii.