Some Changes in Viewforum »  Show posts from    to     

Icy Phoenix


Old Styles Topics - Some Changes in Viewforum



difus [ Sun 28 Jan, 2007 15:27 ]
Post subject: Some Changes in Viewforum
it is full templates/mg_themes/viewforum_body.tpl
changes you can view in the attachment
changes are for 1024x768 monitors and long word languages

Code: [Hide]
  1. <div class="forumline nav-div">  
  2. <p class="nav-header">  
  3. <a href="{U_PORTAL}">{L_HOME}</a>{NAV_SEP}<a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}  
  4. </p>  
  5. <div class="nav-links">  
  6. <div class="nav-links-left">  
  7. {CURRENT_TIME}  
  8. </div>  
  9. <!-- BEGIN switch_user_logged_in -->  
  10. {U_MARK_READ}<!-- <a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a> -->  
  11. <!-- IF S_WATCH_FORUM --> | {S_WATCH_FORUM}<!-- ENDIF -->  
  12. <!-- END switch_user_logged_in -->  
  13. <!-- BEGIN switch_user_logged_out -->  
  14. &nbsp;  
  15. <!-- END switch_user_logged_out -->  
  16. </div>  
  17. </div>  
  18.  
  19. {XS_NEWS}  
  20.  
  21. <!-- BEGIN switch_forum_rules -->  
  22. <table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0">  
  23. <tr>  
  24. <td colspan="3">  
  25. <table class="forumline" width="100%" cellspacing="0">  
  26. <tr>  
  27. <td class="row-header">  
  28. <span>  
  29. <!-- BEGIN switch_display_title -->  
  30. {L_FORUM_RULES}  
  31. <!-- END switch_display_title -->  
  32. </span>  
  33. </td>  
  34. </tr>  
  35. <tr><td class="row1g-left" width="100%"><div class="post-text">{FORUM_RULES}</div></td></tr>  
  36. </table>  
  37. </td>  
  38. </tr>  
  39. </table>  
  40. <!-- END switch_forum_rules -->  
  41. <table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0">  
  42. <tr>  
  43. <td align="left" valign="bottom" >  
  44. <span class="gensmall">  
  45. {L_MODERATOR}:&nbsp;{MODERATORS}<br />{TOTAL_USERS_ONLINE}<br/>{LOGGED_IN_USER_LIST}<br />{BOT_LIST}  
  46. </span>  
  47. </td>  
  48. <td align="right" valign="bottom" rowspan="2">  
  49. <span class="gen">  
  50. {PAGE_NUMBER}<br />  
  51. <span class="pagination">&nbsp;{PAGINATION}</span>  
  52. </span>  
  53. </td>  
  54. </tr>  
  55. <tr>  
  56. <td align="left" valign="middle">  
  57. <a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" alt="{L_POST_NEW_TOPIC}" title="{L_POST_NEW_TOPIC}" /></a>  
  58. </td>  
  59. </tr>  
  60. </table>  
  61. {BOARD_INDEX}  
  62. <form method="post" action="{S_POST_DAYS_ACTION}" style="display: inline;">  
  63. {IMG_THL}{IMG_THC}<a href="{U_VIEW_FORUM}" class="forumlink">{FORUM_NAME}</a>{IMG_THR}<table class="forumlinenb" width="100%" cellspacing="0" cellpadding="0">  
  64. <tr>  
  65. <th colspan="2">{L_TOPICS}</th>  
  66. <!-- BEGIN rating_switch -->  
  67. <th width="100">{L_RATING}</th>  
  68. <!-- END rating_switch -->  
  69. <th width="50">{L_REPLIES}</th>  
  70. <th width="100">{L_AUTHOR}</th>  
  71. <th width="50">{L_VIEWS}</th>  
  72. <th>{L_LASTPOST}</th>  
  73. </tr>  
  74. <!-- BEGIN topicrow -->  
  75. <!-- BEGIN divider -->  
  76. <tr>  
  77. <td class="forum-buttons2" colspan="7" align="left">  
  78. <span>{topicrow.divider.L_DIV_HEADERS}</span>  
  79. </td>  
  80. </tr>  
  81. <!-- END divider -->  
  82. <tr>  
  83. <td class="row3 row-center" width="18">  
  84. {topicrow.U_MARK_ALWAYS_READ}  
  85. <!-- <img src="{topicrow.TOPIC_FOLDER_IMG}" width="15" height="15" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /> -->  
  86. </td>  
  87. <td class="row1h{topicrow.XS_NEW} row-forum" width="100%" onclick="window.location.href='{topicrow.U_VIEW_TOPIC}'">  
  88. <span class="topiclink{topicrow.XS_NEW}">  
  89. {topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_ATTACHMENT_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="{topicrow.CLASS}">{topicrow.TOPIC_TITLE}</a>{topicrow.CALENDAR_TITLE}  
  90. </span><br />  
  91. <!-- BEGIN switch_topic_desc -->  
  92. <span class="gensmall">&nbsp;{topicrow.switch_topic_desc.TOPIC_DESCRIPTION}<br /></span>  
  93. <!-- END switch_topic_desc -->  
  94. {topicrow.GOTO_PAGE}  
  95. </td>  
  96. <!-- BEGIN rate_switch_msg -->  
  97. <td class="row3 row-center-small"><img src="images/rates/rate_{topicrow.TOPIC_RATING}.png" alt="{topicrow.TOPIC_RATING}" /></td>  
  98. <!-- END rate_switch_msg -->  
  99. <td class="row2 row-center-small">{topicrow.REPLIES}</td>  
  100. <td class="row3 row-center-small">{topicrow.TOPIC_AUTHOR}</td>  
  101. <td class="row2 row-center-small">{topicrow.VIEWS}</td>  
  102. <td class="row3 row-center-small" style="padding-top: 0;" nowrap="nowrap">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</td>  
  103. </tr>  
  104. <!-- END topicrow -->  
  105. <!-- BEGIN switch_no_topics -->  
  106. <tr>  
  107. <td class="row1 row-center" colspan="7" height="30">  
  108. <span class="gen">{L_NO_TOPICS}</span>  
  109. </td>  
  110. </tr>  
  111. <!-- END switch_no_topics -->  
  112. <tr>  
  113. <td class="catBottom" valign="middle" colspan="7">  
  114. <table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0">  
  115. <tr>  
  116. <td valign="middle" nowrap="nowrap">  
  117. <span class="genmed">&nbsp;{L_DISPLAY_TOPICS}:</span>  
  118. </td>  
  119. <td valign="middle" nowrap="nowrap">  
  120. &nbsp;{S_SELECT_TOPIC_DAYS}&nbsp;  
  121. <input type="submit" class="liteoption jumpbox" value="{L_GO}" name="submit" />  
  122. </td>  
  123. <td valign="middle" align="right" width="100%">  
  124. <span class="genmed">{S_TIMEZONE}&nbsp;</span>  
  125. </td>  
  126. </tr>  
  127. </table>  
  128. </td>  
  129. </tr>  
  130. </table>{IMG_TFL}{IMG_TFC}{IMG_TFR}  
  131. </form>  
  132. <br />  
  133.  
  134. <table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0">  
  135. <tr>  
  136. <td align="left" valign="top" nowrap="nowrap">  
  137. <a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" alt="{L_POST_NEW_TOPIC}" title="{L_POST_NEW_TOPIC}" /></a><br />  
  138. </td>  
  139. <td width="50%" align="right" valign="top" nowrap="nowrap">  
  140. <span class="pagination">&nbsp;{PAGINATION}</span><br />  
  141. <span class="pagination">&nbsp;{JUMPBOX}</span><br />  
  142. <div class="forumline nav-div"><div class="nav-links">{S_AUTH_LIST}</div></div>  
  143. </td>  
  144. </tr>  
  145. </table>  
  146. <table align="left" cellspacing="2" cellpadding="0" border="0" class="forumline">  
  147. <tr>  
  148. <td width="20" align="center"><img src="{FOLDER_NEW_IMG}" alt="{L_NEW_POSTS}" title="{L_NEW_POSTS}" /></td>  
  149. <td align="left" class="gensmall">{L_NEW_POSTS}</td>  
  150. <td>&nbsp;&nbsp;</td>  
  151. <td width="20" align="center"><img src="{FOLDER_IMG}" alt="{L_NO_NEW_POSTS}" title="{L_NO_NEW_POSTS}" /></td>  
  152. <td align="left" class="gensmall">{L_NO_NEW_POSTS}</td>  
  153. <td>&nbsp;&nbsp;</td>  
  154. </tr>  
  155. <tr>  
  156. <td width="20" align="center"><img src="{FOLDER_HOT_NEW_IMG}" alt="{L_NEW_POSTS_HOT}" title="{L_NEW_POSTS_HOT}" /></td>  
  157. <td align="left" class="gensmall">{L_NEW_POSTS_HOT}</td>  
  158. <td>&nbsp;&nbsp;</td>  
  159. <td width="20" align="center"><img src="{FOLDER_HOT_IMG}" alt="{L_NO_NEW_POSTS_HOT}" title="{L_NO_NEW_POSTS_HOT}" /></td>  
  160. <td align="left" class="gensmall">{L_NO_NEW_POSTS_HOT}</td>  
  161. <td>&nbsp;&nbsp;</td>  
  162. </tr>  
  163. <tr>  
  164. <td class="gensmall" align="center"><img src="{FOLDER_LOCKED_NEW_IMG}" alt="{L_NEW_POSTS_TOPIC_LOCKED}" title="{L_NEW_POSTS_TOPIC_LOCKED}" /></td>  
  165. <td align="left" class="gensmall">{L_NEW_POSTS_LOCKED}</td>  
  166. <td>&nbsp;&nbsp;</td>  
  167. <td class="gensmall" align="center"><img src="{FOLDER_LOCKED_IMG}" alt="{L_NO_NEW_POSTS_TOPIC_LOCKED}" title="{L_NO_NEW_POSTS_TOPIC_LOCKED}" /></td>  
  168. <td align="left" class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>  
  169. <td>&nbsp;&nbsp;</td>  
  170. </tr>  
  171. <tr>  
  172. <td class="gensmall" align="center"><img src="{FOLDER_STICKY_NEW_IMG}" alt="{L_NEW_POSTS_STICKY}" title="{L_NEW_POSTS_STICKY}" /></td>  
  173. <td align="left" class="gensmall">{L_NEW_POSTS_STICKY}</td>  
  174. <td>&nbsp;&nbsp;</td>  
  175. <td class="gensmall" align="center"><img src="{FOLDER_STICKY_IMG}" alt="{L_NO_NEW_POSTS_STICKY}" title="{L_NO_NEW_POSTS_STICKY}" /></td>  
  176. <td align="left" class="gensmall">{L_NO_NEW_POSTS_STICKY}</td>  
  177. <td>&nbsp;&nbsp;</td>  
  178. </tr>  
  179. <tr>  
  180. <td class="gensmall" align="center"><img src="{FOLDER_ANNOUNCE_NEW_IMG}" alt="{L_NEW_POSTS_ANNOUNCEMENT}" title="{L_NEW_POSTS_ANNOUNCEMENT}" /></td>  
  181. <td align="left" class="gensmall">{L_NEW_POSTS_ANNOUNCEMENT}</td>  
  182. <td>&nbsp;&nbsp;</td>  
  183. <td class="gensmall" align="center"><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_NO_NEW_POSTS_ANNOUNCEMENT}" title="{L_NO_NEW_POSTS_ANNOUNCEMENT}" /></td>  
  184. <td align="left" class="gensmall">{L_NO_NEW_POSTS_ANNOUNCEMENT}</td>  
  185. <td>&nbsp;&nbsp;</td>  
  186. </tr>  
  187. <tr>  
  188. <td class="gensmall" align="center"><img src="{FOLDER_GLOBAL_ANNOUNCE_NEW_IMG}" alt="{L_NEW_POSTS_GLOBAL_ANNOUNCEMENT}" title="{L_NEW_POSTS_GLOBAL_ANNOUNCEMENT}" /></td>  
  189. <td align="left" class="gensmall">{L_NEW_POSTS_GLOBAL_ANNOUNCEMENT}</td>  
  190. <td>&nbsp;&nbsp;</td>  
  191. <td class="gensmall" align="center"><img src="{FOLDER_GLOBAL_ANNOUNCE_IMG}" alt="{L_NO_NEW_POSTS_GLOBAL_ANNOUNCEMENT}" title="{L_NO_NEW_POSTS_GLOBAL_ANNOUNCEMENT}" /></td>  
  192. <td align="left" class="gensmall">{L_NO_NEW_POSTS_GLOBAL_ANNOUNCEMENT}</td>  
  193. <td>&nbsp;&nbsp;</td>  
  194. </tr>  
  195. <tr>  
  196. <td class="gensmall" align="center"><img src="{FOLDER_AR}" alt="{L_AR_POSTS}" title="{L_AR_POSTS}" /></td>  
  197. <td align="left" class="gensmall">{L_AR_POSTS}</td>  
  198. <td colspan="4">&nbsp;&nbsp;</td>  
  199. </tr>  
  200. </table>  
  201. {FORUM_WORDGRAPH}  
  202.  


jz [ Sun 28 Jan, 2007 18:42 ]
Post subject: Re: Some Changes In Viewforum
Nice work Difus


sonoangelo [ Sun 28 Jan, 2007 18:54 ]
Post subject: Re: Some Changes In Viewforum
what changed?


Mighty Gorgon [ Wed 31 Jan, 2007 01:46 ]
Post subject: Re: Some Changes in Viewforum
Thanks difus, I'll take a look at it.




Powered by Icy Phoenix