Jump to content

Featured Replies

Posted

Добрый день. В чем может быть проблемма скажите. Когда юзеры онлайн, иконка отображает что он не в сети.

Вот код, не могу понять что не так тут.

 

<if test="$post['author']['_online']"><img src="{style_images_url}/post_online.png" alt="" class='post_online' data-tooltip="Online" /><else /><img src="{style_images_url}/post_offline.png" alt="" class='post_online' data-tooltip="Offline" /></if>

 

 

<if test="postOnline:|:$author['_online']">
	<img style="float:right;position: relative;" src="" alt="Пользователь онлайн" border="0" title="Пользователь онлайн">
<else />
	<img style="float:right;position: relative;" src="" alt="Пользователь находится вне форума :(" border="0" title="Пользователь находится вне форума :(">
</if>

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.