MyBB.de Forum

Normale Version: User viewing this Thread, wie kann ich den Namen ändern
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Hallo User,
ich will gerne das im Thread nicht oben steht User viewing this Thread, sondern
Folgende User betrachten diesen Thread
Wie kann ich das einstellen?

MfG
Entweder steht der Text im Template "showthread" oder in einer Sprachdatei.
Wenn es ein Plugin ist, kann der Text auch direkt in der Plugindatei stehen.
Zitat:User Viewing this Thread:
Ihr entpackt die Datei (Rechtsklick ~> Hier Entpacken) und stellt verbindung zu eurem Server her.
Jetzt öffnet ihr das Verzeichniss "/inc/plugins" und zieht die Datei "browsethread.php" hinein.

Nun zum Schluss geht ihr im Admin CP unter Plugin-Manager und aktiviert das Plugin "Users Viewing This Thread".

Doch halt: es ist englisch!
Jetzt stellt ihr es auf deutsch um, dass geht so:

Ihr loggt euch im Admin CP ein und geht unter "Templates" ~> "Ändern / Entfernen" geht auf "Zeige Thema Templates" ~> "Ausklappen" ~> "showthread" löscht alles raus und gebt folgendes ein:






<html>
<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
var quickdelete_confirm = "{$lang->quickdelete_confirm}";
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1212"></script>
</head>
<body>
{$header}
<table class="tborder" border="0" cellpadding="4" cellspacing="1">
<thead>
<tr>
<td class="thead" colspan="8">
<strong>
Folgende User betrachten den Thread:</strong>

</td>
</tr>
</thead>
<tr>
<td class="trow1" colspan="2">
<span class="smalltext">{$usersbrowsing}</span>

</td>
</tr>
</table>
<div style="text-align: right; font-size: 2px;"><a href="http://www.amatorbalikci.net" target="_blank">amatorbalikci.net</a></div>
<br />
{$pollbox}
<div style="float: right; padding-bottom: 4px;">
{$newreply}{$newthread}
</div>
{$multipage}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
<tr>
<td class="thead" colspan="2">
<div style="float: right;">
<span class="smalltext"><strong><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
</div>
<div>
<strong>{$rating} {$thread['subject']}</strong>
</div>
</td>
</tr>
<tr>
<td class="tcat" width="15%"><span class="smalltext"><strong>{$lang->author}</strong></span></td>
<td class="tcat" width="85%"><span class="smalltext"><strong>{$lang->message}</strong></span></td>
</tr>
{$posts}
{$threadpages}
<tr>
<td colspan="2" class="tfoot">
<div><strong>&laquo; <a href="showthread.php?tid={$tid}&amp;action=nextoldest">{$lang->next_oldest}</a> | <a href="showthread.php?tid={$tid}&amp;action=nextnewest">{$lang->next_newest}</a> &raquo;</strong></div>
</td>
</tr>
</table>
<div style="padding-top: 4px;">
{$newreply}{$newthread}
</div>
{$threadexbox}
{$quickreply}
{$moderationoptions}
{$similarthreads}
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
<tr>
<td class="trow1">
<table width="100%">
<tr>
<td>
<span class="smalltext">
<a href="printthread.php?tid={$tid}">{$lang->view_printable}</a><br />
<a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a><br />
<a href="usercp2.php?action=addsubscription&amp;tid={$tid}">{$lang->subscribe_thread}</a> | <a href="usercp2.php?action=addfavorite&amp;tid={$tid}">{$lang->add_favorites}</a>
</span>
</td>
<td align="right">
{$ratethread}
<br />
{$forumjump}
</td>
</tr>
</table>
</td>
</tr>
</table>
{$footer}
</body>
</html>

lg René