Hi Erwin
Great hack!
I hope you can help me :-)
Is there anyway to modify the hack so that I can have 3 form fields for the TITLE? I dont actually need to make use of the full hack as all I am trying to do it 'force' people to add certain things in the titles of one particular forum (which uses a seperate style so no probs in modifying it's templates).
so for eg I could have 3:
Field 1 [item for sale]: Grandfather clock
Field 2 [price]: ?400
Field 3 [city]: London
then the
title for that thread would read: Grandfather clock ?400 London
In the threadbit template I did try to copy/duplicate:
PHP Code:
<!-- subject field -->
<table cellpadding="0" cellspacing="0" border="0" class="fieldset">
<tr>
<td class="smallfont" colspan="3">$vbphrase[title]:</td>
</tr>
<tr>
<td><input type="text" class="bginput" name="subject" value="$subject" size="40" maxlength="85" tabindex="1" /></td>
<td> </td>
<td><img id="display_posticon" src="$selectedicon[src]" alt="$selectedicon[alt]" /></td> </tr>
</table>
<!-- / subject field -->
but it only 'took' what was placed in the second field :-(
Would really appreciate some help on this..
Thanks in advance.