In your newthread template, replace:
Replace "YOUR_FID" with the id of the forum you want the 'template' to be filled in for new threads.
<textarea name="message" id="message" rows="20" cols="70" tabindex="2">{$message}</textarea>
with:<textarea name="message" id="message" rows="20" cols="70" tabindex="2"><if $message == ""><if $mybb->input['fid'] == YOUR_FID then>Author:
ISBN /ASIN:
Original Source:</if><else />{$message}</if></textarea>
Replace "YOUR_FID" with the id of the forum you want the 'template' to be filled in for new threads.
