use this to add to quick reply
Find in Template showthread_quickreply
PHP Code:
<!-- no-toolbar quick reply -->
<div class="controlbar">
<textarea name="message" id="qr_message" class="bginput" style="width:600px; height:100px;" rows="5" cols="60" tabindex="1"></textarea>
</div>
<!-- / no-toolbar quick reply -->
</if>
Add BELOW that:
PHP Code:
<!-- [START HACK='Now Playing Hack' AUTHOR='Dan' VERSION='1.3' CHANGEID= 8 ] -->
<!-- nowplaying field -->
<table cellpadding="0" cellspacing="0" border="0" class="fieldset">
<tr>
<td class="smallfont" colspan="3">Now Playing:</td>
</tr>
<tr>
<td><input type="text" class="bginput" name="nowplaying" value="$post[nowplaying]" size="40" maxlength="85" tabindex="1" /></td>
<td> </td>
<td><if condition="$posticons"><img id="display_posticon" src="$selectedicon[src]" alt="$selectedicon[alt]" /><else /> </if></td> </tr>
</table>
<!-- / nowplaying field -->
<!-- [END HACK='Now Playing Hack' AUTHOR='Dan' VERSION='1.3' CHANGEID= 8 ] -->