To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

English version - How to remove the text under posts

Miniman - 19-06-2007, 17:58
Temat postu: How to remove the text under posts
Is it possible to remove this text that is under topics?

Cytat:
Add this topic to your bookmarks
Printable version
Who viewed this topic
Watch this topic for replies
Mark current topic unread

strus - 20-06-2007, 22:35

in viewtopic_body.tpl in ur template folder FIND AND REMOVE
Kod:
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
   <tr>
      <td align="left" valign="top" nowrap="nowrap"><span class="gensmall">{S_AUTH_LIST}</span></td>
      <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{TELLFRIEND_BOX}<a href="{U_TOPIC_BOOKMARK}" onclick="window.external.AddFavorite('{U_TOPIC_BOOKMARK}','{TOPIC_TITLE_B}'); return false;">{L_TOPIC_BOOKMARK}</a><br /><a href="{U_PRINT}">{L_PRINT}</a>{TOPIC_VIEW_IMG}{S_WATCH_TOPIC}{U_MARK_TOPIC_UNREAD}{U_MARK_TOPIC_READ}<br /><br /></span>{JUMPBOX}</td>
   </tr>
</table>

Miniman - 21-06-2007, 17:30

It worked! Thanks!


Powered by phpBB modified by Przemo © 2003 phpBB Group