The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
The short answer is no, there is no existing variable. If you were submitting a form instead of putting it as part of the url then you could make a form field called 'title'.
But if you create a plugin using hook location private_newpm_start and this code: Code:
if (!$vbulletin->GPC_exists['title']) { $vbulletin->input->clean_gpc('r', 'title', TYPE_NOHTML); $pm['title'] =& $vbulletin->GPC['title']; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|