Jump to content

User's Online Status in Topic View


Recommended Posts

Название: User's Online Status in Topic View

Добавил: _Dark_

Добавлен: 13 Июл 2012

Категория: Хуки IP.Board 3.3.x

Название по-русски : Статус пользователя онлайн при просмотре темы

Хук отобразит статус пользователя (онлайн / оффлайн) при просмотре темы.

Link to comment
Share on other sites

  • 3 weeks later...

подскажите почему она может неправильно показывать? ну т.е. например человек онлайн на самом деле, а он показывает, что он оффлайн. короче когда как работает....

Link to comment
Share on other sites

короче когда как работает....

Такого быть не может. Если человек онлайн, то и показывает. что он онлайн.

Link to comment
Share on other sites

  • 2 months later...

Редактируем шаблон Темы --> post

Найти:


<if test="postMember:|:$post['author']['member_id']">
<span itemprop="creator name" class="author vcard">{parse template="userHoverCard" group="global" params="$post['author']"}</span>
<else />
{parse template="userHoverCard" group="global" params="$post['author']"}
</if>
Заменить на:

<if test="$post['author']['_online']">
<if test="postMember:|:$post['author']['member_id']">
<span itemprop="creator name" class="author vcard"><strong>{parse template="userHoverCard" group="global" params="$post['author']"}</strong></span>
<else />
{parse template="userHoverCard" group="global" params="$post['author']"}
</if>
<else />
<if test="postMember:|:$post['author']['member_id']">
<span itemprop="creator name" class="author vcard">{parse template="userHoverCard" group="global" params="$post['author']"}</span>
<else />
{parse template="userHoverCard" group="global" params="$post['author']"}
</if>
</if>
[/code]

Пожалуй сделаем у нас на форуме так же :)

Link to comment
Share on other sites

эт вы уже сделали здесь на вашем форуме? по-моему сейчас выделяет жирным тока тех, кто в онлайне :)

я же имел ввиду постоянно. спасибо.

Link to comment
Share on other sites

Постоянно ещё проще

Найти:


<if test="postMember:|:$post['author']['member_id']">
<span itemprop="creator name" class="author vcard">{parse template="userHoverCard" group="global" params="$post['author']"}</span>
<else />
{parse template="userHoverCard" group="global" params="$post['author']"}
</if>
Заменить на:

<if test="postMember:|:$post['author']['member_id']">
<span itemprop="creator name" class="author vcard"><strong>{parse template="userHoverCard" group="global" params="$post['author']"}</strong></span>
<else />
<strong>{parse template="userHoverCard" group="global" params="$post['author']"}</strong>
</if>
[/code]

Link to comment
Share on other sites

  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Ваша ссылка была автоматически строена.   Отображать как обычную ссылку

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...