Seite 1 von 1
Suche Mod von phpbb2
Verfasst: 20.06.2005 23:20
von kidrob
Hallo zusammen- scuhe einen mod, der bei phpbb2 schon mit dabei ist (welches ich nicht habe):
schaut mal:
http://www.sauerlandforum.de/phpBB2/vie ... e06a#56427
-> dort ist oben rechts ein kleines "navigations<dings>" wo man den topic speichern, drucken, verschicken, sich einloggen, zu anderen topics wechseln kann, usw.....
wo kann ich sowas für mein forum bekommen? (als mod)
(mein forum:
http://www.herrenberger-forum.de)
gruß + thx![/url]
Verfasst: 20.06.2005 23:25
von Markus67
hmm geht aber nicht!
Verfasst: 22.06.2005 19:01
von kidrob
hi! danke! aber
-der mod (anleitung) ist fehlerhaft!
-das was bei der anleitung zu der viewtopic_body.tpl teht ist nciht möglich!!
da steht:
Code: Alles auswählen
#-----[ OPEN ]------------------------------------------
#
templates/fisubsilver/viewtopic_body.tpl
#
#-----[ FIND ]------------------------------------------
#
till the beginning of the file
...
...
...
{POLL_DISPLAY}
#
#-----[ REPLACE WITH ]------------------------------------------
#
<table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr><td height="34" valign="top" class="nav"><a href="{U_VIEW_TOPIC}" class="maintitle">{TOPIC_TITLE}</a></td>
</tr><tr>
<td class="nav">{PAGINATION}</td>
</tr></table>
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr><td nowrap="nowrap"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" title="{L_POST_NEW_TOPIC}" /></a><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" hspace="8" border="0" title="{L_POST_REPLY_TOPIC}" /></a></td>
<td width="100%" class="nav"><a href="{U_INDEX}">{L_INDEX}</a> » <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></td>
<td valign="bottom" nowrap="nowrap"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td><a href="{U_VIEW_OLDER_TOPIC}"><img src="{VIEW_PREVIOUS_TOPIC_IMG}" alt="{L_VIEW_PREVIOUS_TOPIC}" title="{L_VIEW_PREVIOUS_TOPIC}" /></a></td>
<td nowrap="nowrap">
<a href="{U_TELL_FRIEND}"><img src="{TELL_FRIEND_IMG}" alt="{L_TELL_FRIEND}" title="{L_TELL_FRIEND}" /></a><a href="{U_PRINTER_TOPIC}" target="_blank"><img src="{PRINTER_TOPIC_IMG}" alt="{L_PRINTER_TOPIC}" title="{L_PRINTER_TOPIC}" /></a>{S_WATCH_TOPIC_IMG}<a href="{U_PRIVATEMSGS}"><img src="{PRIVMSG_IMG}" border="0" alt="{PRIVATE_MESSAGE_INFO}" title="{PRIVATE_MESSAGE_INFO}" /></a><a href="#bot"><img src="{NS_PAGE_BOTTOM_IMG}" alt="{L_PAGE_BOTTOM}" title="{L_PAGE_BOTTOM}" /></a></td>
<td><a href="{U_VIEW_NEWER_TOPIC}"><img src="{VIEW_NEXT_TOPIC_IMG}" alt="{L_VIEW_NEXT_TOPIC}" title="{L_VIEW_NEXT_TOPIC}" /></a>
</td></tr></table></td></tr></table>
{POLL_DISPLAY}
#
#-----[ FIND ]------------------------------------------
#
<td><input type="submit" value="{L_GO}" class="catbutton" name="submit" /></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
...
...
...
till the end of the file
#
#-----[ REPLACE WITH ]------------------------------------------
#
<td><input type="submit" value="{L_GO}" class="catbutton" name="submit" /></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
<td nowrap="nowrap"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" title="{L_POST_NEW_TOPIC}" /></a><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" hspace="8" border="0" title="{L_POST_REPLY_TOPIC}" /></a></td>
<td width="100%" class="nav"><a href="{U_INDEX}">{L_INDEX}</a> » <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></td>
<td valign="top" nowrap="nowrap"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="{U_VIEW_OLDER_TOPIC}"><img src="{VIEW_PREVIOUS_TOPIC_IMG}" alt="{L_VIEW_PREVIOUS_TOPIC}" title="{L_VIEW_PREVIOUS_TOPIC}" /></a></td>
<td nowrap="nowrap"><a href="{U_TELL_FRIEND}"><img src="{TELL_FRIEND_IMG}" alt="{L_TELL_FRIEND}" title="{L_TELL_FRIEND}" /></a><a href="{U_PRINTER_TOPIC}" target="_blank"><img src="{PRINTER_TOPIC_IMG}" alt="{L_PRINTER_TOPIC}" title="{L_PRINTER_TOPIC}" /></a>{S_WATCH_TOPIC_IMG}<a href="{U_PRIVATEMSGS}"><img src="{PRIVMSG_IMG}" alt="{PRIVATE_MESSAGE_INFO}" title="{PRIVATE_MESSAGE_INFO}" /></a><a href="#top"><img src="{NS_PAGE_TOP_IMG}" alt="{L_BACK_TO_TOP}" title="{L_BACK_TO_TOP}" /></a></td>
<td><a href="{U_VIEW_NEWER_TOPIC}"><img src="{VIEW_NEXT_TOPIC_IMG}" alt="{L_VIEW_NEXT_TOPIC}" title="{L_VIEW_NEXT_TOPIC}" /></a></td>
</tr></table></td></tr></table>
<table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr>
<td class="nav" valign="top">{PAGINATION}</td>
<td class="gensmall" align="right" valign="top" rowspan="3">{S_AUTH_LIST}<br /></td>
</tr>
<tr><td class="nav" valign="top">{S_TOPIC_ADMIN}</td></tr>
<tr><td class="nav" valign="middle">{JUMPBOX}</td></tr>
</table>
das , was ich da suchen soll, das gibt es garnicht! kann mir jemand helfen?