Posted 25 апреля, 20231 yr comment_192737 Hello I did according to this topic, but when the user is online, the shadow box does not appear, does anyone know what the problem is?
25 апреля, 20231 yr comment_192760 9 часов назад, avangcom сказал: Hello I did according to this topic, but when the user is online, the shadow box does not appear, does anyone know what the problem is? Привет! Сожалею, но без дополнительной информации сложно определить точную проблему. Не мог бы ты предоставить более подробную информацию, например адрес сайта?
26 апреля, 20231 yr comment_192767 4 минуты назад, avangcom сказал: Yes, I will send you the admin access privately Нет, мне не нужен доступ администратора. Мне нужно, что бы когда ты обращаешься к людям на форум за помощью, ты предоставлял больше подробностей, нежели чем одну строчку с текстом "Помогите, у меня не работает".
26 апреля, 20231 yr Author comment_192768 I did it according to the instruction that I posted the link, but when the user is online, the shadow box of the post of the user who said the sender of the post, when the user is online, the shadow box is green. I tested, the shadow box does not change and the green color is not shown
26 апреля, 20231 yr comment_192770 1 час назад, avangcom сказал: I did it according to the instruction that I posted the link, but when the user is online, the shadow box of the post of the user who said the sender of the post, when the user is online, the shadow box is green. I tested, the shadow box does not change and the green color is not shown Вся проблема в том, что если делать точно по этой инструкции, это действительно не сработает. Я уже отправил жалобу модераторам, в которой сообщил, что данная инструкция некорректная.
26 апреля, 20231 yr comment_192779 6 часов назад, ryancoolround сказал: Вся проблема в том, что если делать точно по этой инструкции, это действительно не сработает. Я уже отправил жалобу модераторам, в которой сообщил, что данная инструкция некорректная. Что там не работает?
26 апреля, 20231 yr comment_192781 30 минут назад, Exception сказал: Что там не работает? Результат, который должен быть, после выполнения данной инструкции. Он не работает, в том случае, если действовать четко по инструкции, не занимаясь креативом, и не применяя собственных знаний. ЧЕТКО ПО ИНСТРУКЦИИ ЕСЛИ ДЕЙСТВОВАТЬ, РЕЗУЛЬТАТ НЕ БУДЕТ РАБОТАТЬ! Edited 26 апреля, 20231 yr by ryancoolround
26 апреля, 20231 yr comment_192782 5 минут назад, ryancoolround сказал: Результат, который должен быть, после выполнения данной инструкции. Он не работает, в том случае, если действовать четко по инструкции, не занимаясь креативом, и не применяя собственных знаний. ЧЕТКО ПО ИНСТРУКЦИИ ЕСЛИ ДЕЙСТВОВАТЬ, РЕЗУЛЬТАТ НЕ БУДЕТ РАБОТАТЬ! класс присваивается когда пользователь в онлайне, что не так? на 4.7.9 работает isOnline, на каких то версиях ниже была проблема с этой функцией
26 апреля, 20231 yr Author comment_192784 1 hour ago, Exception said: класс присваивается когда пользователь в онлайне, что не так? на 4.7.9 работает isOnline, на каких то версиях ниже была проблема с этой функцией I tested it on version 4.7.9 with the default format and it didn't work Have you tried this method?
26 апреля, 20231 yr Author comment_192785 I put this code after class='cPost {{if $comment->author()->isOnline()}}monline{{else}}moffline{{endif}} This is the code after my editing <a id='comment-{$comment->$idField}'></a> <article {{if $comment->author()->hasHighlightedReplies()}}data-memberGroup="{$comment->author()->member_group_id}" {{endif}} id='elComment_{$comment->$idField}' class='cPost {{if $comment->author()->isOnline()}}monline{{else}}moffline{{endif}} ipsBox ipsResponsive_pull {{if $otherClasses}}{$otherClasses}{{endif}} ipsComment {{if ( settings.reputation_enabled and settings.reputation_highlight and $comment->reactionCount() >= settings.reputation_highlight ) OR $comment->isFeatured()}}ipsComment_popular{{endif}} ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone {{if $comment->author()->hasHighlightedReplies()}}ipsComment_highlighted{{endif}} {{if $comment->isIgnored()}}ipsHide{{endif}} {{if $comment->hidden() OR $item->hidden() === -2}}ipsModerated{{endif}} {{if ( $comment->item()->isSolved() and $comment->item()->mapped('solved_comment_id') == $comment->pid )}}ipsComment_solved{{endif}}'> {{if $item->isQuestion() and !$comment->new_topic}} {template="postRating" group="topics" app="forums" params="$item, $comment, $votes"} {{endif}} I put this in the custom.css section article.monline {box-shadow: 0 0 5px 2px rgba(125, 214, 6, 0.31);}
26 апреля, 20231 yr comment_192786 7 минут назад, avangcom сказал: I put this code after class='cPost {{if $comment->author()->isOnline()}}monline{{else}}moffline{{endif}} This is the code after my editing <a id='comment-{$comment->$idField}'></a> <article {{if $comment->author()->hasHighlightedReplies()}}data-memberGroup="{$comment->author()->member_group_id}" {{endif}} id='elComment_{$comment->$idField}' class='cPost {{if $comment->author()->isOnline()}}monline{{else}}moffline{{endif}} ipsBox ipsResponsive_pull {{if $otherClasses}}{$otherClasses}{{endif}} ipsComment {{if ( settings.reputation_enabled and settings.reputation_highlight and $comment->reactionCount() >= settings.reputation_highlight ) OR $comment->isFeatured()}}ipsComment_popular{{endif}} ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone {{if $comment->author()->hasHighlightedReplies()}}ipsComment_highlighted{{endif}} {{if $comment->isIgnored()}}ipsHide{{endif}} {{if $comment->hidden() OR $item->hidden() === -2}}ipsModerated{{endif}} {{if ( $comment->item()->isSolved() and $comment->item()->mapped('solved_comment_id') == $comment->pid )}}ipsComment_solved{{endif}}'> {{if $item->isQuestion() and !$comment->new_topic}} {template="postRating" group="topics" app="forums" params="$item, $comment, $votes"} {{endif}} I put this in the custom.css section article.monline {box-shadow: 0 0 5px 2px rgba(125, 214, 6, 0.31);} Да, все верно. 1. Ты должен убедиться что сессии на твоем сервере работают правильно. Если у тебя Redis ты должен убедиться что он настроен и работает корректно. Я использую сервер Redis 2. Ты можешь посмотреть через инспектор браузера добавляется ли класс monline элементу article 3. Если он добавляется но нет тени, возможно у цепочки мало веса (что мало вероятно), тут может помочь !important: article.monline { box-shadow: 0 0 5px 2px rgba(125, 214, 6, 0.31) !important; } Edited 26 апреля, 20231 yr by Exception
26 апреля, 20231 yr comment_192795 16 минут назад, avangcom сказал: @Exception please check private message Выше я написал причины почему может не работать это руководство. У меня все работает на чистом IPS 4.7.9 с установленным сервером Redis Я не занимаюсь бесплатной технической поддержкой, тем более в ЛС, я помогаю и отвечаю на форуме когда есть свободные 5 минут и желание Edited 26 апреля, 20231 yr by Exception
26 апреля, 20231 yr Author comment_192798 This problem is solved. I sent a message about something else. Thank you for checking
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.