The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I followed the instructions here:
https://vborg.vbsupport.ru/showthrea...ghlight=fields which worked great, for adding a field called "zipcode" to my newthread template. When entered the zipcode goes in the database. Now I'm attemping to take that particular zip code from a new thread and put it in the beginning of the thread title. Almost like this hack: https://vborg.vbsupport.ru/showthread.php?t=115772 In my newthread_start I have something like this PHP Code:
|
#2
|
||||
|
||||
![]()
n/m, easier than I thought
$_POST['subject'] = "$_POST[zipcode]$_POST[subject]"; |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|