Emoticons stopped working - IPB 2.3.6

krushrpants

Familiar Face
Joined
Oct 7, 2009
Messages
93
Reaction score
0
FP$
256
Well, I didn't really change anything aside from some of the CSS for the site, but emoticon images no longer show up. Typing ": D" should display the emoticon but instead now just shows the text. Any ideas on how to fix this problem?
 
I figured out my problem. Upon further inspection I noticed that emoticons were only not working in the quick reply, but worked fine in the regular post editor... I had removed a section of code from the quick reply box to make it look nicer. Under the quick reply box there is a little checkbox to let the user choose whether or not they want to use emoticons in the post. Apparently removing this line of code automatically unchecks the box.


Edit Template HTML > Topic View > quick_reply_box_open

Code:
				<input type="checkbox" name="enableemo" value="yes" class="checkbox" checked="checked" />&nbsp;{$this->ipsclass->lang['qr_add_smilie']} &#124;
 
Back
Top Bottom