Mr.Big писал(а):А с помощью diff это как?
А вот так (первый кусок не имеет отношения к Quick Reply Form):
Код: Выделить всё
diff -urdbN SoftBlue/viewtopic_body.tpl SoftBlue.my/viewtopic_body.tpl
--- SoftBlue/viewtopic_body.tpl 2004-02-03 20:43:24.000000000 +0300
+++ SoftBlue.my/viewtopic_body.tpl 2005-07-21 14:18:09.000000000 +0400
@@ -33,7 +33,7 @@
<th class="thLeft" nowrap="nowrap" align="right">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</th>
</tr>
<tr>
- <td width="150px" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span><br /></td>
+ <td width="150px" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="postdetails">{postrow.POSTER_RANK}{postrow.QUOTE_LINK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br />{postrow.POSTER_AGE}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span><br /></td>
<td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<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><strong><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></strong></td>
@@ -65,6 +65,13 @@
</table>
</div>
<!-- END postrow -->
+<div class="forumlinemain">
+<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
+<!-- [begin] Extended Quick Reply Form mod -->
+{QUICKREPLY_FORM}
+<!-- [end] Extended Quick Reply Form mod -->
+</table>
+</div>
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a> <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
@@ -82,7 +89,7 @@
<div class="forumlinemain">
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
- <td class="catHead" colspan="2" height="28"><span class="cattitle">Choose Display Order</span></td>
+ <td class="catHead" colspan="2" height="28"><span class="cattitle">Порядок вывода сообщений</span></td>
</tr>
@@ -96,7 +103,7 @@
</tr>
<tr>
- <td class="catHead" colspan="2" height="28"><span class="cattitle">User Permissions</span></td>
+ <td class="catHead" colspan="2" height="28"><span class="cattitle">Ваши права</span></td>
</tr>
<tr>
Если коротко, после (в viewtopic_body.tpl)
Надо вставить
Код: Выделить всё
<div class="forumlinemain">
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
<!-- [begin] Extended Quick Reply Form mod -->
{QUICKREPLY_FORM}
<!-- [end] Extended Quick Reply Form mod -->
</table>
</div>
Полный вариант см.
http://www.pomorsu.ru/forum/templates/SoftBlue.diff.gz
Добавлено спустя 5 минут 39 секунд:
Mr.Big писал(а):Мне просто поменять моб папку SoftBlue на вашу?
Ну, сдуру-то сразу не стоит.