"Wer ist Online" im SMF auf allen Seiten, nicht nur in der Übersicht anzeigen?

Begonnen von Themes-NTF-Archive, 18 Februar 2010, 14:53:14

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

Themes-NTF-Archive

Hallo,

recht kurios das danach lt. Ergebnissen der Suche noch nie gefragt wurde.

Aber kann man den kleinen Abschnitt wo angezeigt wird, wer gerade online ist (wie auf der Übersichtsseite) auf Jeder sEite des Forums anzeigen lassen?

Dies wäre echt praktisch.

was ich ja sehr schade finde das es nciht wie im mx-board eine übersicht gibt WO sich meine user gerade tummeln....

Gruß

Chris

Themes-NTF-Archive


SvenW

Willst du die ganzen Usernamen überall mit hinschleppen oder möchtest du nur einen zusätzlichen Textlink “Wer ist online“ (http://www.pragmamx.org/Forum-action-who.html ) wie beim mx-board?

Letzteres wäre bestimmt sinnvoller, da die Namen bestimmt etwas Ressourcen kosten?

Damit der Textlink überall leuchtet…  müsste dieser in der index.template.php vom genutzten Theme untergebracht werden.

<a href="', $scripturl, '?action=action=who">', $txt['who_title], '</a>

Siehe auch hier: http://www.pragmamx.org/Forum-topic-30761.html

Themes-NTF-Archive

wenn ich dies mache erhalte ich dauernd das:

ZitatTemplate Parse Error!
There was a problem loading the /Themes/default/index.template.php template or language file. Please check the syntax and try again - remember, single quotes (') often have to be escaped with a slash (\). To see more specific error information from PHP, try accessing the file directly.

You may want to try to refresh this page or use the default theme.

Parse error: syntax error, unexpected '/' in .../Themes/default/index.template.php on line 245

236:                      <td class="windowbg" valign="middle">', $context['user']['avatar']['image'], '</td>';
237:
238:    echo '
239:                      <td colspan="2" width="100%" valign="top" class="windowbg2"><span class="middletext">';
240:
241:    // If the user is logged in, display stuff like their name, new messages, etc.
242:    if ($context['user']['is_logged'])
243:    {
244:       echo '

245:                         <a href="', $scripturl, '?action=action=who">', $txt['who_title], '</a>

246:                         <a href="', $scripturl, '?action=recent">', $txt[234], '</a> <br />
247:                         <a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a> <br />
248:                         <a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a><br />';
249:


SvenW

Da hat sich ein Fehler eingeschlichen. Probiere mal:

<a href="', $scripturl, '?action=who">', $txt['who_title'], '</a>


Themes-NTF-Archive

Häte evtl sonst jemand einen Tipp wie ich den Block von der startseite "wer ist online" (also das ding direkt unter der mitgliedelriste)

auf alle seiten meines forums bringen kann?

Themes-NTF-Archive

Da leider nach wie vor keine Lösung in Sicht ist hebe ich das Thema nach langer Zeit erneut an.

Wer das Forum um das es geht mal sehen will: http://www.delta6.info/modules.php?name=Forum

Baldyman

Servus Chris  :bye:

könntest ja vielleicht Funktionen, die das SMF schon bereithält, in dein Template mit einbauen  :gruebel:
Schau mal HIER z.B. diese Funktion an.

Who's Online Function: <?php ssi_whosOnline(); ?>

Themes-NTF-Archive

hallo,

leide rklappt auch dies nicht:

Template Parse Error!
There was a problem loading the \Themes\default/index.template.php template or language file. Please check the syntax and try again - remember, single quotes (') often have to be escaped with a slash (\). To see more specific error information from PHP, try accessing the file directly.

You may want to try to refresh this page or use the default theme.

Parse error: syntax error, unexpected '<' in .../Themes/default/index.template.php on line 248

239:                      <td colspan="2" width="100%" valign="top" class="windowbg2"><span class="middletext">';
240:
241:    // If the user is logged in, display stuff like their name, new messages, etc.
242:    if ($context['user']['is_logged'])
243:    {
244:       echo '
245:                         <a href="', $scripturl, '?action=recent">', $txt[234], '</a> <br />
246:                         <a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a> <br />
247:                         <a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a><br />';

248:                         <?php ssi_whosOnline(); ?>


249:                           // Only tell them about their messages if they can read their messages!
250:                 if ($context['allow_pm'])
251:                         echo $txt[152], ' <a href="', $scripturl, '?action=pm">', $context['user']['messages'], ' ', $context['user']['messages'] != 1 ? $txt[153] : $txt[471], '</a>', $txt['newmessages4'], ' ', $context['user']['unread_messages'], ' ', $context['user']['unread_messages'] == 1 ? $txt['newmessages0'] : $txt['newmessages1'];
252:                 echo '.<br />';


ich mache irgendetwas falsch.

bearbeiten tue ich die index.template.php da ich das im header haben will

Baldyman

Moin Chris  :morning:

hab auch noch ein wenig rumgebastelt und einige Versuche hinter mir.
Hab aber was brauchbares hinbekommen  :BD:
Wie sieht´s damit aus ??
Vorausgesetzt, du verwendest die Newsfunktion nicht in deinem SMF  :BD:

vorher




nachher