source: trunk/forum/styles/WoWMoonclaw/contrib/_code_changes/template-viewtopic_body_html-0.00_3.0.3.0-phpBB_3.0.3.0.txt

Last change on this file was 400, checked in by george, 17 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 3.1 KB
Line 
1>> ~line 6, in " <h3>{L_FORUM_RULES}</h3><br />"
2
3REMOVE :
4<br />
5
6
7>> ~line 9, in " <h3>{L_FORUM_RULES}</h3><br />"
8
9REMOVE :
10<br />
11
12
13>> ~line 161,
14
15SELECT complete <td valign="top" class="profile"> ... </td>
16
17REMPLACE WITH :
18
19<td valign="top" class="profile">
20<table cellspacing="4" align="center" width="150"><tr><td class="postdetails" style="border:0;">
21 <!-- IF postrow.POSTER_AVATAR -->{postrow.POSTER_AVATAR}<br /><br /><!-- ENDIF -->
22 <!-- IF postrow.RANK_IMG -->{postrow.RANK_IMG}<br /><br /><!-- ENDIF -->
23 <!-- IF postrow.RANK_TITLE -->{postrow.RANK_TITLE}<br /><!-- ENDIF -->
24
25 <!-- IF postrow.POSTER_JOINED --><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF -->
26 <!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF -->
27 <!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->
28
29 <!-- IF postrow.S_PROFILE_FIELD1 -->
30 <!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
31 <br /><b>{postrow.PROFILE_FIELD1_NAME}:</b> {postrow.PROFILE_FIELD1_VALUE}
32 <!-- ENDIF -->
33
34 <!-- BEGIN custom_fields -->
35 <br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
36 <!-- END custom_fields -->
37 <!-- IF postrow.ONLINE_IMG --><br />{postrow.ONLINE_IMG}<!-- ENDIF -->
38</td></tr></table><br />
39 </td>
40
41
42>> ~line 215
43CUT :
44 <!-- IF postrow.SIGNATURE -->
45 <span class="postbody"><br />_________________<br />{postrow.SIGNATURE}</span>
46 <!-- ENDIF -->
47
48 <!-- IF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
49 <!-- IF postrow.EDIT_REASON -->
50 <br /><br />
51 <table class="tablebg" width="100%" cellspacing="1">
52 <tr>
53 <td class="row3"><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
54 </tr>
55 <tr>
56 <td class="row2"><span class="genmed">{postrow.EDIT_REASON}</span></td>
57 </tr>
58 </table>
59 <!-- ELSE -->
60 <br /><br />
61 <span class="gensmall">{postrow.EDITED_MESSAGE}</span>
62 <!-- ENDIF -->
63 <!-- ENDIF -->
64
65 <!-- IF postrow.BUMPED_MESSAGE -->
66 <span class="gensmall">{postrow.BUMPED_MESSAGE}</span>
67 <!-- ENDIF -->
68
69> ~line 253 (just after </table>)
70
71PASTE
72
73
74
75
76
77
78>> ~line 223 :
79
80MOVE FROM :
81 <!-- IF not S_IS_BOT -->
82 <!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF -->
83 <!-- IF postrow.U_INFO --><a href="{postrow.U_INFO}">{INFO_IMG}</a> <!-- ENDIF -->
84 <!-- IF postrow.U_WARN --><a href="{postrow.U_WARN}">{WARN_IMG}</a> <!-- ENDIF -->
85 <!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF -->
86 <!-- ENDIF -->
87
88TO ~line 157, between "{postrow.POST_DATE}" and "&nbsp;"
89
90AND REMOVE THE REMAINING :
91
92 <table width="100%" cellspacing="0">
93 <tr valign="middle">
94 <td class="gensmall" align="{S_CONTENT_FLOW_END}">
95 </td>
96 </tr>
97 </table>
98
99
100>> ~line 236 :
101
102REMOVE :
103 <tr>
104 <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
105 </tr>
Note: See TracBrowser for help on using the repository browser.