Un riquadro Emoticons vicino alla reply box Wed Aug 10, 2011 1:36 pm
Pubblicato da: Spacca Spacca
Ciao...
ecco come avere un box smile vicino alla casela di risposta rapida
PDA > Visualizzazione > Templates > Generale > viewtopic_body
cambiare:
con:
esempio:
ciao...
ecco come avere un box smile vicino alla casela di risposta rapida
PDA > Visualizzazione > Templates > Generale > viewtopic_body
cambiare:
- Code:
<table class="forumline noprint" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td>
<!-- BEGIN topicpagination -->
<td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td>
<!-- END topicpagination -->
</tr>
<!-- BEGIN switch_user_logged_in -->
<!-- BEGIN watchtopic -->
con:
- Code:
<table class="forumline noprint" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="row2" colspan="3" valign="top" {COLSPAN_PAGINATION}><span class="gensmall">{PAGE_NUMBER}</span></td>
</tr>
<tr>
<!-- BEGIN topicpagination -->
<td class="row1" colspan="3" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td>
<!-- END topicpagination -->
</tr>
<!-- BEGIN switch_user_logged_in -->
<!-- BEGIN watchtopic -->
<tr>
<td class="row2" colspan="3" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
</tr>
<!-- END watchtopic -->
<!-- END switch_user_logged_in -->
<tr>
<td class="row2" colspan="2" align="center" style="padding:0px">
<!-- BEGIN switch_user_logged_in -->
<a name="quickreply"></a>
{QUICK_REPLY_FORM}
<!-- END switch_user_logged_in -->
</td>
<td class="row2" width="10%" align="center"><iframe src="/smilies.forum?mode=smilies_frame" width="200" height="250"></iframe></td>
</tr>
<tr>
<td style="margin:0; padding: 0;" colspan="3">
<table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''">
<tbody>
<!-- BEGIN show_permissions -->
<tr>
<td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td>
<td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td>
</tr>
<!-- END show_permissions -->
<tr>
<td class="catBottom" colspan="3" height="28">
esempio:
ciao...