MyBB Community Forums

Full Version: Adding Clickable Smilies in quick reply.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Greetings,

i want to add clickable smilies on the quick reply as a popup link.

i have added the link to the smilies page but when a user clicks on it the smilies open on the same page & cannot be used via click method.

how can i add clickable smilies to the Quick reply ?

thanks,
Zee
currently i'm using this ...

 

<a href="misc.php?action=smilies&popup=true&editor=clickableEditor" action="_blank">Smilies</a>


before


</td>
<td class="trow1">
	<div>
		<textarea style="width: 90%; margin: 0;" rows="8" cols="80" name="message" id="message" tabindex="1"></textarea>
	</div>


in the showthread_quickreply template ...

what mod should be done to make this smiley link popup rather than open in the same window ...

i have tried alot but cant seem to get that to work ...

hence i hope to get sum help with this ...

thanks again ...