Redimensionner colonne icones message viewforum_body ?

Redimensionner colonne icones message viewforum_body ? - PHP - Programmation

Marsh Posté le 12-04-2006 à 19:28:17    

Coucou,  
 
Je cherche juste à redimensionner la colonne qui affiche l'icone des messages ou des nouveaux messages ou des post it et j'en passe qui est présente lorsqu'on accède à un forum du type phpbb.  
 
Le but étant de l'élargir d'avantage sur mon forum afin de pouvoir afficher correctement une nouvelle icone, pour le moment j'ai essayé et l'image n'est pas nette.  
 
Je crois qu'il faut modifier un paramètre dans viewforum_body.tpl , mais lequel ?
 

Code :
  1. <!-- mod : post icon -->
  2. <form method="post" action="{S_POST_DAYS_ACTION}">
  3.   <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  4. <tr>
  5.   <td align="left" valign="bottom" colspan="2">
  6.  <!-- BEGIN forum_icon -->
  7.  <table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>
  8.  <td><a href="{forum_icon.FORUM_ICON_URL}" class="forumlink"><img src="{forum_icon.FORUM_ICON_IMG}" border="0" alt="" title="" /></a></td><td><span class="gen">&nbsp;</span></td><td valign="middle" width="100%">
  9.  <!-- END forum_icon -->
  10.  <a class="maintitle" href="{U_VIEW_FORUM}" title="{FORUM_DESC}">{FORUM_NAME}</a></span><br /><span class="gensmall"><b>{PAGINATION}</b></span>
  11.  <!-- BEGIN forum_icon -->
  12.  </td></tr></table>
  13.  <!-- END forum_icon -->
  14.   </td>
  15. </tr>
  16. <tr>
  17.   <td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a></td>
  18.   <td align="left" valign="middle" class="nav" width="100%"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a>
  19.    <!-- BEGIN nav -->
  20.    &raquo;&nbsp;<a href="{nav.U_NAV}" title="{nav.L_NAV_DESC}" class="nav">{nav.L_NAV}</a>
  21.    <!-- END nav -->
  22.    &raquo;&nbsp;<a class="nav" href="{U_VIEW_FORUM}" title="{FORUM_DESC}">{FORUM_NAME}</a>
  23.   </span></td>
  24.   <td align="right" valign="bottom" class="nav" nowrap="nowrap"><span class="gensmall">{S_TOOLBAR_FORUM}</span></td>
  25. </tr>
  26.   </table>
  27.   <!-- BEGIN attached_list -->
  28.   <table width="100%" border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
  29. <tr>
  30.   <th width="100%" colspan="2" align="center" height="25" class="thCornerL" nowrap="nowrap">&nbsp;{attached_list.L_ATTACHED_FORUM}&nbsp;</th>
  31.   <th width="70" align="center" class="thTop" nowrap="nowrap">&nbsp;{attached_list.L_ATTACHED_TOPICS}&nbsp;</th>
  32.   <th width="70" align="center" class="thTop" nowrap="nowrap">&nbsp;{attached_list.L_ATTACHED_POSTS}&nbsp;</th>
  33.   <th width="200" align="center" class="thTop" nowrap="nowrap">&nbsp;{attached_list.L_LAST_POST}&nbsp;</th>
  34. </tr>
  35. <!-- BEGIN attached_present -->
  36. <tr>
  37.   <td class="row1" align="center" valign="middle" height="50"><img src="{attached_list.attached_present.FORUM_FOLDER_IMG}" width="46" height="25" alt="{attached_list.attached_present.L_FORUM_FOLDER_ALT}" title="{attached_list.attached_present.L_FORUM_FOLDER_ALT}" /></td>
  38.   <td class="{attached_list.attached_present.HYPERCELL_CLASS}"{attached_list.attached_present.HYPERCELL_ONCLICK} width="100%" height="50">
  39.  <!-- BEGIN forum_icon -->
  40.  <table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>
  41.  <td><a href="{attached_list.attached_present.forum_icon.FORUM_ICON_URL}" class="forumlink"><img src="{attached_list.attached_present.forum_icon.FORUM_ICON_IMG}" border="0" alt="" title="" /></a></td><td><span class="gen">&nbsp;</span></td><td valign="middle" width="100%">
  42.  <!-- END forum_icon -->
  43.  <span class="forumlink"><a href="{attached_list.attached_present.U_VIEWFORUM}" class="forumlink">{attached_list.attached_present.FORUM_NAME}</a><br />
  44.  </span><span class="genmed">{attached_list.attached_present.FORUM_DESC}<br /></span>
  45.  <!-- BEGIN forum_icon -->
  46.  </td></tr></table>
  47.  <!-- END forum_icon -->
  48.   </td>
  49.   <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{attached_list.attached_present.TOPICS}</span></td>
  50.   <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{attached_list.attached_present.POSTS}</span></td>
  51.   <td class="{attached_list.attached_present.HYPERCELL_CLASS}-right"{attached_list.attached_present.HYPERCELL_LAST_ONCLICK} align="center" nowrap="nowrap" valign="middle" height="50"><span class="gensmall">{attached_list.attached_present.LAST_POST_ID}</span></td>
  52. </tr>
  53. <!-- END attached_present -->
  54.   </table>
  55.   <br />
  56.   <!-- END attached_list -->
  57.   <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
  58. <tr>
  59.   <th colspan="3" align="center" height="25" class="thCornerL" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
  60.   <th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>
  61.   <th width="100" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_AUTHOR}&nbsp;</th>
  62.   <th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_VIEWS}&nbsp;</th>
  63.   <th width="200" align="center" class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
  64. </tr>
  65. <!-- BEGIN topicrow -->
  66. <!-- mod : split topic type -->
  67. <!-- BEGIN topictype -->
  68. <tr>
  69.   <td class="splitnav" align="center" valign="middle"><img src="{topicrow.topictype.SPLIT_IMG}" width="15" height="15" border="0" align="top" alt=""></td>
  70.   <td colspan="6" align="left" class="splitnav" valign="middle"><span class="genmed"><b>{topicrow.topictype.TITLE}</b></span></td>
  71. </tr>
  72. <!-- END topictype -->
  73. <!-- fin mod : split topic type -->
  74. <tr>
  75.   <td class="row1" align="center" valign="middle" width="20"><img src="{topicrow.TOPIC_FOLDER_IMG}" width="19" height="18" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /></td>
  76.   <td class="row1" align="center" valign="middle" width="20">{topicrow.ICON}</td>
  77.   <td class="{topicrow.HYPERCELL_CLASS}"{topicrow.HYPERCELL_ONCLICK} width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_ATTACHMENT_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
  78.  <!-- BEGIN switch_topic_description -->
  79.  {topicrow.TOPIC_DESCRIPTION}<br />
  80.  <!-- END switch_topic_description -->
  81.  {topicrow.GOTO_PAGE}</span></td>
  82.   <td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td>
  83.   <td class="row3" align="center" valign="middle"><span class="name">{topicrow.TOPIC_AUTHOR}</span></td>
  84.   <td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.VIEWS}</span></td>
  85.   <td class="{topicrow.HYPERCELL_CLASS}-right"{topicrow.HYPERCELL_LAST_ONCLICK} align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</span></td>
  86. </tr>
  87. <!-- END topicrow -->
  88. <!-- BEGIN switch_no_topics -->
  89. <tr>
  90.   <td class="row1" colspan="7" height="30" align="center" valign="middle"><span class="gen">{L_NO_TOPICS}</span></td>
  91. </tr>
  92. <!-- END switch_no_topics -->
  93. <tr>
  94.   <td class="catBottom" align="center" valign="middle" colspan="7" height="28"><span class="genmed">{L_DISPLAY_TOPICS}:&nbsp;{S_SELECT_TOPIC_DAYS}&nbsp;
  95.  <input type="submit" class="liteoption" value="{L_GO}" name="submit" />
  96.  </span></td>
  97. </tr>
  98.   </table>
  99.   <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
  100. <tr>
  101.   <td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a></td>
  102.   <td align="left" valign="middle" class="nav" width="100%"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a>
  103.    <!-- BEGIN nav -->
  104.    &raquo;&nbsp;<a href="{nav.U_NAV}" title="{nav.L_NAV_DESC}" class="nav">{nav.L_NAV}</a>
  105.    <!-- END nav -->
  106.    &raquo;&nbsp;<a class="nav" href="{U_VIEW_FORUM}" title="{FORUM_DESC}">{FORUM_NAME}</a>
  107.   </span></td>
  108. </tr>
  109.   </table>
  110. </form>
  111. <br />
  112. <div id="info_open" style="display:none;">
  113. <table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
  114.   <tr>
  115. <td class="catHead" colspan="2" height="28"><span class="cattitle">{L_BOTTOM_TABS_TITLE}</span></td>
  116.   </tr>
  117.   <tr>
  118. <td class="row2 gensmall" width="150" nowrap="nowrap">{PAGE_NUMBER}</td>
  119. <td class="row1 gensmall" width="100%">{PAGINATION}</td>
  120.   </tr>
  121.   <tr>
  122. <td class="row2 gensmall" colspan="2"><b>{LOGGED_IN_USER_LIST}</b></td>
  123.   </tr>
  124.   <tr>
  125. <td class="row2 gensmall" width="150" nowrap="nowrap"><b>{L_MODERATOR}:</b></td>
  126. <td class="row1 gensmall" width="100%">{MODERATORS}</td>
  127.   </tr>
  128.   <tr>
  129. <td class="row2 gensmall" width="150" nowrap="nowrap" valign="top"><strong>{L_BOTTOM_TABS_PERMS}:</strong></td>
  130. <td class="row1 gensmall" width="100%">{S_AUTH_LIST}</td>
  131.   </tr>
  132.   <tr>
  133. <td class="row2 gensmall" width="150" nowrap="nowrap" valign="top"><strong>{L_BOTTOM_TABS_ICONS}:</strong></td>
  134. <td class="row1 gensmall" width="100%"><table cellspacing="3" cellpadding="0" border="0">
  135.   <tr>
  136.  <td align="left"><img src="{FOLDER_NEW_IMG}" alt="{L_NEW_POSTS}" width="19" height="18" /></td>
  137.  <td class="gensmall">{L_NEW_POSTS}</td>
  138.  <td>&nbsp;&nbsp;</td>
  139.  <td align="left"><img src="{FOLDER_IMG}" alt="{L_NO_NEW_POSTS}" width="22" height="22" /></td>
  140.  <td class="gensmall">{L_NO_NEW_POSTS}</td>
  141.  <td>&nbsp;&nbsp;</td>
  142.  <td align="left"><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_ANNOUNCEMENT}" width="19" height="18" /></td>
  143.  <td class="gensmall">{L_ANNOUNCEMENT}</td>
  144.   </tr>
  145.   <tr>
  146.  <td align="left"><img src="{FOLDER_HOT_NEW_IMG}" alt="{L_NEW_POSTS_HOT}" width="19" height="18" /></td>
  147.  <td class="gensmall">{L_NEW_POSTS_HOT}</td>
  148.  <td>&nbsp;&nbsp;</td>
  149.  <td align="left"><img src="{FOLDER_HOT_IMG}" alt="{L_NO_NEW_POSTS_HOT}" width="19" height="18" /></td>
  150.  <td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
  151.  <td>&nbsp;&nbsp;</td>
  152.  <td align="left"><img src="{FOLDER_STICKY_IMG}" alt="{L_STICKY}" width="19" height="18" /></td>
  153.  <td class="gensmall">{L_STICKY}</td>
  154.   </tr>
  155.   <tr>
  156.  <td align="left"><img src="{FOLDER_LOCKED_NEW_IMG}" alt="{L_NEW_POSTS_LOCKED}" width="19" height="18" /></td>
  157.  <td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
  158.  <td>&nbsp;&nbsp;</td>
  159.  <td align="left"><img src="{FOLDER_LOCKED_IMG}" alt="{L_NO_NEW_POSTS_LOCKED}" width="19" height="18" /></td>
  160.  <td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
  161.   </tr>
  162. </table></td>
  163.   </tr>
  164. </table>
  165. </div>
  166. <div id="info_close" style="display:visible;">
  167. <table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
  168.   <tr>
  169. <td class="catHead" colspan="2" height="28"><span class="cattitle" valign="top"><strong>{L_BOTTOM_TABS_TITLE}</strong></span></td>
  170.   </tr>
  171.   <tr>
  172. <td class="row2 gensmall" width="150" nowrap="nowrap">{PAGE_NUMBER}</td>
  173. <td class="row1 gensmall" width="100%">{PAGINATION}</td>
  174.   </tr>
  175.   <tr>
  176. <td class="row2 gensmall" colspan="2"><b>{LOGGED_IN_USER_LIST}</b></td>
  177.   </tr>
  178.   <tr>
  179. <td class="row2 gensmall" width="150" nowrap="nowrap" valign="top"><strong>{L_BOTTOM_TABS_ICONS}:</strong></td>
  180. <td class="row1 gensmall" width="100%"><table cellspacing="3" cellpadding="0" border="0">
  181.   <tr>
  182.  <td align="left"><img src="{FOLDER_NEW_IMG}" alt="{L_NEW_POSTS}" width="19" height="18" /></td>
  183.  <td class="gensmall">{L_NEW_POSTS}</td>
  184.  <td>&nbsp;&nbsp;</td>
  185.  <td align="left"><img src="{FOLDER_IMG}" alt="{L_NO_NEW_POSTS}" width="19" height="18" /></td>
  186.  <td class="gensmall">{L_NO_NEW_POSTS}</td>
  187.   </tr>
  188. </table></td>
  189.   </tr>
  190. </table>
  191. </div>
  192. <table width="100%" cellspacing="0" cellpadding="0" border="0">
  193.   <tr>
  194. <td align="right" valign="top">
  195.  <span class="gensmall"><a href="javascript:ShowHide('info_open','info_close');"><img alt="{L_BOTTOM_TABS_SH_ALT}" src="{I_BT_SHOWHIDE}" title="{L_BOTTOM_TABS_SH_ALT}" width="22" height="12" border="0" /></a>
  196. </span></td>
  197.   </tr>
  198. </table>
  199. <table width="100%" cellspacing="2" border="0" align="center">
  200.   <tr>
  201. <td valign="top" align="left">{JUMPBOX}</td>
  202.   </tr>
  203. </table>


 
Merci de votre aide  :wink:

Reply

Marsh Posté le 12-04-2006 à 19:28:17   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed