Jump to content

Eleeist

Clients
  • Joined

  • Last visited

  1.    Marc reacted to a post in a topic: How can i assign a topic to user or user group?
  2. I believe it's exclusive to Business+ cloud plans. https://invisioncommunity.com/buy
  3. ACP->Members->Groups->Edit particular group->Content->Can upload attachments?
  4. There is pointer-events: none; set for .ipsReact_types ul . If you remove it it sort of works, but the reactions jitter when you hover over them.
  5. "Reaction Display" in ACP is set to "Overall reaction value" There is at least one reaction on a post and total reaction value is displayed (green/red square with number in it) Then you cannot change your vote or choose different reaction. The reactions that show up when you hover your mouse over the heart reaction, they are not hoverable by cursor, they hide before you can choose them. Which means: You cannot react with different reaction than default one if anyone else voted on a post already Happens in Chrome and Firefox, default theme.
  6. 1. Insert table 2. In bottom right cell add second line 3. Wrap in box 4. Click box options (gear icon) 5. Options dropdown hides behind bottom of editor Also, if you try all of this without adding second line to the cell, the box is created outside of the table.
  7. When you hover over arrow to insert line before/after table in editor, it is not translatable.
  8. On user profile, on "Find Content" and then "Blog Entries", the dates for entries display like this: This happens on default theme and language pack.
  9. Yes, you are right - I edited my post.
  10. For example, "Site Online" returns nothing, same as "Site", but "Online" does find the setting.
  11. When there are two or more neighboring emojis (native or custom, doesn't matter) next to each other like this ☠️☹️❣️, there is some strange behavior on Firefox 136. You cannot put cursor between them using keyboard. When they are first thing on the line, you put cursor after them and attempt to use LEFT arrow to move cursor to the left, you cannot get between them or back to beginning of the line to add text before them If there is some text before them, the cursor jumps over all of the emojis instead of moving one by one when using LEFT arrow When you are on a line directly below some emojis that are next to each other, you cannot use UP arrow to go to the line above. It instead jumps to beginning of current line. The cursor needs to be below some text for it to work properly. It seems to work fine on Chrome.
  12. Got it: it only happens when deleting through multimod by selecting the checkbox. Deleting single alert through gear icon works.
  13. My mistake, it also happens on default language pack :/
  14. Ok, so reviewed the steps and it looks like this: First, create a new user through ACP but leave "Set a password?" to OFF "Sign in as this XYZ" through ACP A page will be displayed forcing the user to set a password If you now create an alert for this user, he won't be able to answer it before setting the password, but he can't set the password before answering the alert...
  15. I tested and it only happens on custom language pack. How could I fix it?
  16. When trying to delete moderator alert, I get this error: TypeError: IPS\DateTime::ts(): Argument #1 ($timestamp) must be of type int, null given, called in /var/www/forum/system/Content/Item.php on line 7485 (0) #0 /var/www/forum/system/Content/Item.php(7485): IPS\DateTime::ts() #1 /var/www/forum/system/Content/Content.php(680): IPS\Content\Item->apiOutput() #2 /var/www/forum/system/Helpers/Table/Content.php(1048): IPS\Content->modAction() #3 /var/www/forum/system/Helpers/Table/Content.php(316): IPS\Helpers\Table\Content->multimod() #4 /var/www/forum/applications/core/extensions/core/ModCp/Alerts.php(82): IPS\Helpers\Table\Content->__construct() #5 /var/www/forum/applications/core/modules/front/modcp/modcp.php(140): IPS\core\extensions\core\ModCp\Alerts->manage() #6 /var/www/forum/system/Dispatcher/Controller.php(139): IPS\core\modules\front\modcp\modcp->manage() #7 /var/www/forum/system/Dispatcher/Dispatcher.php(169): IPS\Dispatcher\Controller->execute() #8 /var/www/forum/index.php(16): IPS\Dispatcher->run() #9 {main}