carlg Posted February 25, 2008 Posted February 25, 2008 Re: [mccode] mailbox with smilies nice mod +1 is there a way to just click the smiley and it inserts the code in to the text box i think this would look better than :) = :cool any 1? Quote
GrimReeFer Posted March 4, 2008 Posted March 4, 2008 Re: [mccode] mailbox with smilies then upload the smilies that are provided in the following archive http://alphacrime.com/smilies.rar the link is dead does anyone have another link so i can do this please? Quote
carlg Posted March 5, 2008 Posted March 5, 2008 Re: [mccode] mailbox with smilies http://www.mafiaslave.com/smilie.rar there are 100`s of them Quote
dementor Posted March 13, 2008 Posted March 13, 2008 Re: [mccode] mailbox with smilies Anyone got the rar file avaible with ths smilies seems I cant download it Quote
03laceys Posted February 17, 2009 Posted February 17, 2009 Re: [mccode] mailbox with smilies So i have added the smiles and attempted to make them clickable... I am using... <input type="image" src="/smilies/smiley14.gif" alt="smile" title="smile" onclick="insert(this.form.message,'[p][/p]')" /> It inputs the smilie like it should but it also sends the message :S, any help? Quote
Haunted Dawg Posted February 17, 2009 Posted February 17, 2009 Re: [mccode] mailbox with smilies Why are you using [p][/p] Just insert the actual bbcode. And for the sending message. onClick="insert(this.form.message,'[p][/p]'); return false;" Try that for your onClick attribute. Quote
03laceys Posted February 17, 2009 Posted February 17, 2009 Re: [mccode] mailbox with smilies Why are you using [p][/p] Just insert the actual bbcode. And for the sending message. onClick="insert(this.form.message,'[p][/p]'); return false;" Try that for your onClick attribute. [p][/p] << accidental forgot to change it. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.