Is there any way to construct the query string so that vBulletin pre-fills the subject line on the creation of a new thread?
For example, a new thread being created in forum #4 looks like this:
forum_root_dir/newthread.php?do=newthread&f=4
But how would it have to look in order to pre-fill the thread subject with some sort of verbiage?
I tried the following example and it does not work:
forum_root_dir/newthread.php?do=newthread&f=4&subject=NewTitle
Anyone got a clue on how I can accomplish prefilling the subject line through query string formatting?
For example, a new thread being created in forum #4 looks like this:
forum_root_dir/newthread.php?do=newthread&f=4
But how would it have to look in order to pre-fill the thread subject with some sort of verbiage?
I tried the following example and it does not work:
forum_root_dir/newthread.php?do=newthread&f=4&subject=NewTitle
Anyone got a clue on how I can accomplish prefilling the subject line through query string formatting?
Comment