Jump to content

Featured Replies

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

Добавил: _Dark_

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

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

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

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

Link to comment
https://ipbmafia.ru/topic/1279-users-online-status-in-topic-view/
Share on other sites
  • 3 недели спустя...

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

Link to comment
https://ipbmafia.ru/topic/1279-users-online-status-in-topic-view/?&do=findComment&comment=8104
Share on other sites

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

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

Link to comment
https://ipbmafia.ru/topic/1279-users-online-status-in-topic-view/?&do=findComment&comment=8106
Share on other sites
  • 2 месяца спустя...

как бы ещё при этом [url=#]Никнейм[/url] выделить жирным? спасибо.

Link to comment
https://ipbmafia.ru/topic/1279-users-online-status-in-topic-view/?&do=findComment&comment=11941
Share on other sites

Редактируем шаблон Темы --> 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
https://ipbmafia.ru/topic/1279-users-online-status-in-topic-view/?&do=findComment&comment=11950
Share on other sites

Курсивом красивее будет.

Link to comment
https://ipbmafia.ru/topic/1279-users-online-status-in-topic-view/?&do=findComment&comment=12010
Share on other sites

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

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

Link to comment
https://ipbmafia.ru/topic/1279-users-online-status-in-topic-view/?&do=findComment&comment=12017
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
https://ipbmafia.ru/topic/1279-users-online-status-in-topic-view/?&do=findComment&comment=12031
Share on other sites
  • 4 недели спустя...

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
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.