No to z tym SMTP se jakos poradze mysle.
Ale z tym modem juz mi brakuje pomyslow, tak wlasnie myslalem ze wszystkie ramki itp sa w tpl-u
Moze zrobie tak, wkleje instrukcje co mam do tego pliku i kawalki kodu - moze sie cos dopatrzysz:
#-----[ OPEN ]------------------------------------------
templates/[your_template]/viewtopic_body.tpl
#
#-----[ FIND ]------------------------------------------
#
{postrow.POSTER_NAME}
#
#-----[ REPLACE WITH ]------------------------------------
#
<span style="cursor: pointer" onclick="if (document.post && document.post.message) emoticon("{postrow.POSTER_NAME}")" title="{postrow.L_INSERT_AUTHOR_QUOTE}">{postrow.POSTER_NAME}</span>
#-----[ FIND ]------------------------------------------
#
{postrow.QUOTE_IMG}
#
#-----[ BEFORE, ADD ]------------------------------------
#
{postrow.QUICK_QUOTE_IMG}
KOD:
<td width="100%"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
<td valign="top" nowrap="nowrap">{postrow.QUICK_QUOTE_IMG}{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td>
</tr>
#
#-----[ FIND ]------------------------------------------
#
><span class="postbody">{postrow.MESSAGE}
#
#-----[ BEFORE, ADD ]------------------------------------
#
onmouseup="if (document.getSelection && document.getSelection() || document.selection && document.selection.createRange && document.selection.createRange().text) quoteAuthor = "{postrow.POSTER_NAME}""
KOD:
<td colspan="2" onmouseup="if (document.getSelection && document.getSelection() || document.selection && document.selection.createRange && document.selection.createRange().text) quoteAuthor = "{postrow.POSTER_NAME}""><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
#-----[ FIND ]------------------------------------------
#
<table width="100%" cellspacing="2" border="0" align="center">
<tr>
<td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall">{S_WATCH_TOPIC}</span><br />
<br />
{S_TOPIC_ADMIN}</td>
<td align="right" valign="top" nowrap="nowrap">{JUMPBOX}<span class="gensmall">{S_AUTH_LIST}</span></td>
</tr>
</table>
#
#-----[ BEFORE, ADD ]------------------------------------
#
{QUICKREPLY_OUTPUT}
KOD:
</table>
{QUICKREPLY_OUTPUT}
<table width="100%" cellspacing="2" border="0" align="center">
<tr>
<td width="40%" valign.........
Tak to u mnie wyglada mniej więcej, brakło mi pomysłów co może być źle
Ps PHPBB 2.0.19 - może tu problem?[/quote]