Jump to content

avangcom

Актив
  • В сети

  • Количество сообщений

    527
  • Reputation

    71 avangcom's Reputation

Everything posted by avangcom

  1. when the search is done in IPS Search through GOOGLE on the site
  2. Hello How to match site search with Google search When test is written in the search, open Google with this address: test site: http://www.ipbmafia.ru and perform all searches in Google format
  3. It didn't look like what I wanted. Thank you. Open the menus like the photo I sent
  4. This problem is solved. I sent a message about something else. Thank you for checking
  5. Add code to custom.css ipsComment, .cPost.ipsBox:not(.ipsBox_transparent):not(.ipsModerated), .ipsComment_highlighted:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular), article.ipsComment { border: 1px rgba(34, 139, 34) solid }
  6. @Exception please check private message
  7. This is the answer, thank you
  8. 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);}
  9. I tested it on version 4.7.9 with the default format and it didn't work Have you tried this method?
  10. What is your way of working??? Thank you for your guidance
  11. 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
  12. Yes, I will send you the admin access privately
  13. Thanx Tested OK 😁
  14. Where to put the code to scroll the post bit
  15. Where is this code located??
  16. This method does not work on the new version
  17. 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?
  18. hi This method does not work for new version of IPS Is there an alternative code?
  19. Hello and thank you I tested this item and it looks like this In any case, it is like this. I want it to open as below when I go to the menu Thanx
  20. thank you Everything is correct, except the menus in the list do not open, they must be in a state where the sub-menus can be shown by going to the list, as shown in the image below. This is how the header looks now