Jump to content

Featured Replies

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?

 

 

Link to comment
https://ipbmafia.ru/topic/25566-has-anyone-tested-this-shadow-box/
Share on other sites
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?

Привет! Сожалею, но без дополнительной информации сложно определить точную проблему. Не мог бы ты предоставить более подробную информацию, например адрес сайта?

Link to comment
https://ipbmafia.ru/topic/25566-has-anyone-tested-this-shadow-box/?&do=findComment&comment=192760
Share on other sites

Yes, I will send you the admin access privately

Link to comment
https://ipbmafia.ru/topic/25566-has-anyone-tested-this-shadow-box/?&do=findComment&comment=192766
Share on other sites
4 минуты назад, avangcom сказал:

Yes, I will send you the admin access privately

Нет, мне не нужен доступ администратора.

Мне нужно, что бы когда ты обращаешься к людям на форум за помощью, ты предоставлял больше подробностей, нежели чем одну строчку с текстом "Помогите, у меня не работает".

Link to comment
https://ipbmafia.ru/topic/25566-has-anyone-tested-this-shadow-box/?&do=findComment&comment=192767
Share on other sites

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

Link to comment
https://ipbmafia.ru/topic/25566-has-anyone-tested-this-shadow-box/?&do=findComment&comment=192768
Share on other sites
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

Вся проблема в том, что если делать точно по этой инструкции, это действительно не сработает.

Я уже отправил жалобу модераторам, в которой сообщил, что данная инструкция некорректная.

Link to comment
https://ipbmafia.ru/topic/25566-has-anyone-tested-this-shadow-box/?&do=findComment&comment=192770
Share on other sites

What is your way of working???
Thank you for your guidance

Link to comment
https://ipbmafia.ru/topic/25566-has-anyone-tested-this-shadow-box/?&do=findComment&comment=192774
Share on other sites
6 часов назад, ryancoolround сказал:

Вся проблема в том, что если делать точно по этой инструкции, это действительно не сработает.

Я уже отправил жалобу модераторам, в которой сообщил, что данная инструкция некорректная.

Что там не работает?

Link to comment
https://ipbmafia.ru/topic/25566-has-anyone-tested-this-shadow-box/?&do=findComment&comment=192779
Share on other sites
30 минут назад, Exception сказал:

Что там не работает?

Результат, который должен быть, после выполнения данной инструкции. Он не работает, в том случае, если действовать четко по инструкции, не занимаясь креативом, и не применяя собственных знаний.

ЧЕТКО ПО ИНСТРУКЦИИ ЕСЛИ ДЕЙСТВОВАТЬ, РЕЗУЛЬТАТ НЕ БУДЕТ РАБОТАТЬ!

Edited by ryancoolround

Link to comment
https://ipbmafia.ru/topic/25566-has-anyone-tested-this-shadow-box/?&do=findComment&comment=192781
Share on other sites
5 минут назад, ryancoolround сказал:

Результат, который должен быть, после выполнения данной инструкции. Он не работает, в том случае, если действовать четко по инструкции, не занимаясь креативом, и не применяя собственных знаний.

ЧЕТКО ПО ИНСТРУКЦИИ ЕСЛИ ДЕЙСТВОВАТЬ, РЕЗУЛЬТАТ НЕ БУДЕТ РАБОТАТЬ!

класс присваивается когда пользователь в онлайне, что не так?

на 4.7.9 работает isOnline, на каких то версиях ниже была проблема с этой функцией

Link to comment
https://ipbmafia.ru/topic/25566-has-anyone-tested-this-shadow-box/?&do=findComment&comment=192782
Share on other sites
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?

Link to comment
https://ipbmafia.ru/topic/25566-has-anyone-tested-this-shadow-box/?&do=findComment&comment=192784
Share on other sites

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);}

 

Link to comment
https://ipbmafia.ru/topic/25566-has-anyone-tested-this-shadow-box/?&do=findComment&comment=192785
Share on other sites
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 by Exception

Link to comment
https://ipbmafia.ru/topic/25566-has-anyone-tested-this-shadow-box/?&do=findComment&comment=192786
Share on other sites

This is the answer, thank you

Link to comment
https://ipbmafia.ru/topic/25566-has-anyone-tested-this-shadow-box/?&do=findComment&comment=192787
Share on other sites
16 минут назад, avangcom сказал:

@Exception please check private message

Выше я написал причины почему может не работать это руководство. У меня все работает на чистом IPS 4.7.9 с установленным сервером Redis
Я не занимаюсь бесплатной технической поддержкой, тем более в ЛС, я помогаю и отвечаю на форуме когда есть свободные 5 минут и желание

Edited by Exception

Link to comment
https://ipbmafia.ru/topic/25566-has-anyone-tested-this-shadow-box/?&do=findComment&comment=192795
Share on other sites

This problem is solved. I sent a message about something else. Thank you for checking

Link to comment
https://ipbmafia.ru/topic/25566-has-anyone-tested-this-shadow-box/?&do=findComment&comment=192798
Share on other sites

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.