Unofficial modifications
nieoficjalne modyfikacje for?w phpBB by Przemo

Foreign support - Shoutbox Smiles

kidzior - Pon 30 Kwi, 2007
Temat postu: Shoutbox Smiles
Add to Shoutbox view a list of Smileys.
Very easy modification.

Demo: http://forum.niezal.org/

Files to edit: 1
- shoutbox_body.tpl

Wiadomo?? ukryta / Hidden message
Aby zobaczy? wiadomo?? postaw piwo autorowi piwo.
Kod
#
#-----[ Open ]------------------------------------------
#

templates/subSilver/shoutbox_body.tpl

#
#-----[ Find ]------------------------------------------
#

<td class="row1" align="center" valign="bottom" nowrap="nowrap"><span class="gensmall">
{L_GG_MES}: <input type="text" name="message" style="height:17px;font-size:9px;width:360px;" size="60" maxlength="{MAXLENGHT}" value="" class="post" onFocus="Active(this)" onBlur="NotActive(this)">
&nbsp;<input type="submit" name="submit_button" value="{L_SEND}" class="button" style="font-size:9px; height:17px;" onclick="this.form.submit(); post.message.value=''; return false;">
&nbsp;<input type="submit" name="refresh" value="R" style="font-size:9px; height:17px; cursor: pointer" title="{L_REFRESH}" class="button" onclick="post.message.value=''; this.form.submit();" />
<input type="hidden" name="mode" value="submit"></span></td>
#
#-----[ Replace ]----------------------------------
#

<td class="row1" align="center" valign="bottom" nowrap="nowrap"><span class="gensmall">
{L_GG_MES}: <input type="text" name="message" style="height:17px;font-size:9px;width:360px;" size="60" maxlength="{MAXLENGHT}" value="" class="post" onFocus="Active(this)" onBlur="NotActive(this)">
&nbsp;<input type="submit" name="submit_button" value="{L_SEND}" class="button" style="font-size:9px; height:17px;" onclick="this.form.submit(); post.message.value=''; return false;">
&nbsp;<input type="submit" name="refresh" value="R" style="font-size:9px; height:17px; cursor: pointer" title="{L_REFRESH}" class="button" onclick="post.message.value=''; this.form.submit();" />
&nbsp;<input type="button" class="button" value="Smiles" style="font-size:9px; height:16px;" onclick="window.open('posting.php?mode=smilies', '_chatboxsmilies', 'HEIGHT=400,resizable=yes,scrollbars=yes,WIDTH=375');"/>
<input type="hidden" name="mode" value="submit"></span></td>



#
#-----[ Save/Close, Upload ]----------------------------------
#
EoM


Powered by phpBB modified by Przemo © 2003 phpBB Group