Problem on my board

Crimson1

Up-and-Coming Sensation
Joined
Jul 13, 2009
Messages
337
Reaction score
0
FP$
6
I'm not sure whats causing it.

But when i reply to a topic the topic name disappears. It either says "Re:" or its just blank. Anyone have any ideas as to whats causing this?
 
This is caused when people make a reply through your quick reply. Your quick reply doesn't have a subject field, so each time someone makes a post through it nothing will appear in the subject field.

We had that problem here at FP. The solution? A hidden subject field. Put the following code some where between the <form> tags in your quick_reply.html file:
Code:
<div style="display: none;"><input type="text" name="subject" id="subject" size="45" tabindex="2" value="{SUBJECT}{DRAFT_SUBJECT}" class="inputbox autowidth" /></div>
 
Back
Top Bottom