Jump to content

kRSB

Clients
  • Posts

    98
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by kRSB

  1. @Afrodude @breatheheavy @Erosik

    I have pushed an update where the group notifications will be send via the background queue system of IPB, this should fix the timeouts of groups with a large number of members. I tested it myself on a group with 40k members and it worked.

    In your setting of group mentions there is a new checkbox which you can toggle to enable this

    424905994_Screenshot2020-11-12at09_32_44.thumb.png.a8f3e10374f84980594c3d5a00f0310f.png

    You can also follow up the background task in your acp dashboard:

    1239956104_Screenshot2020-11-11at18_44_12.thumb.png.3b7b3bf9a7c90a671145f5c0dabb7c1e.png

    Hopefully it fixes it as well for you guys

     

  2. 2 hours ago, Aldro said:

    @kRSB -- A member is reporting that he has twice now been notified despite not being a part of particular group. Is this a known bug? Can I fix it somehow?

    Hey, it's the first time I hear about this so it's not a known bug.  He might be getting a notification because of these:

    - user has the group as secondary group

    - user is subscribed to the topic. 

    - user is following the author

  3. On 11/7/2020 at 11:50 PM, Afrodude said:

    I believe that he has the same issue whenever the group has a huge number like 20K or more,

    That's possible, but his total member count is only 4k so 😕

    I'm also currently working to see if I can find a solution for that.

    On 11/9/2020 at 10:20 AM, Erosik said:

    I can ask you to make some quicker contact like Discord or something, we care about time to fix it, and with that it can be a little more fun

    Feel free to send me a pm with your discord. Also could you maybe test this:

    - mention a group with a low amount of users in -> does it give an error?

    - mention a group with a high amount of users in -> does it give an error?

  4. On 11/6/2020 at 11:32 AM, Erosik said:

    Tell me, you've encountered a mistake that if I want to post a new topic in the forum and mark more groups, I get a mistake in the forum? I have no idea what the problem is, whether from the forum or the plugin.

    unknown.png

    Hey, no it's completely fine to mention multiple groups in 1 post. I don't think that error is related to the plugin but it's best that you check the system logs in acp or ask your system admin to check the server logs to see why that error happened.

  5. 22 hours ago, Erosik said:

    Hello. I have a problem with the application, namely I uploaded it via marketplace to my forum, activated it, set permissions, but when creating a new topic I have no options anywhere to select groups to mark. Where can the problem lie, how to fix it?

    Hey @Erosik, it works the same way as user mentions. If you start typing @ then type the groupname and you will see it

  6. On 9/27/2020 at 6:40 PM, AlexJ said:

    Can you also add the feature so that we get @ symbol next to quote - before or after - this way rather then quoting full post, we can directly tag, user ID through mention. Thanks

     

     

    Hey @AlexJ, sorry I'm not following completely. What do you mean with user ID? This app mentions groups not a single user.

  7. On 9/16/2020 at 11:21 PM, Afrodude said:

    I use it on group that has 50K members and more. I don't know if you can improve that, so it doesn't cause this issue.

    I'm planning to look into this, so the notifications can be send in a queue when it's lots of them

     

    On 9/25/2020 at 1:16 AM, breatheheavy said:

    Hi there. I tried using this on 4.5 but didn't receive any notifications on several accounts I tried testing 😕 @kRSB Any help would be greatly appreciated!

    Oops, just realized this wasn't updated for 4.5 yet. Any word on if it will be would be awesome. I really liked this tool. Thank you. 🙏 

    Submitted app update for 4.5. It's under review currently

  8. 21 hours ago, Afrodude said:

    @kRSB Is there any specific number of any group this addon can handle? Because many times whenever I mention a huge number of a group it takes too long to post the reply, and whenever you look at the topics list on the forum my reply doesn't show as I was the last one replied to that topic. 

    Hey, that's hard to say. I currently use it on a board where we mention around 250 members without any slowing down. It can also be depend on your server setup so hard to put a specific number on it.

  9. 6 hours ago, James101 said:

    @kRSB - Hi, will you update this for IPB 4.5? I really liked the plugin!

    Yes I will, have you tried it on 4.5 yet? I think it should continue working. If not i'll make an update for it

  10. On 5/6/2020 at 5:36 PM, breatheheavy said:

    Hey @kRSB, wondering if you can help me please.

    I set the permissions so only Admins or my subscriber group can use Group Mentions. 

    The Subscriber group is named Plus.

    They only should be able to tag the Plus group, not ALL groups, however despite the permissions... they can tag all groups. 

    I have a test account that's a standard user, and they did indeed receive the notification. Am I missing something?

    Here is the settings:
     

    53626103_ScreenShot2020-05-06at8_30_46AM.thumb.png.f0423df8c7d85134ad4818b379362943.png

     

    Here is the standard user receiving a notification anyway from the member that used the tag to tag all groups:
     

    1150189955_ScreenShot2020-05-06at8_32_05AM.jpg.64e27ee960b322d522b097a11c5d53de.jpg

     

    Any help fixing this would be greatly appreciated. 

    Hey,

    Those settings look correct. I tried it myself on my site but i'm not able to reproduce this. Is it possible that this standard user has a secondary group of "Plus"?

    Also if possible could you pm me ACP details so I can take a look?

  11. On 4/27/2020 at 1:10 AM, root88 said:

    @kRSB can you add an option to remove formatting in group mention?

    image.png.1db24490c1475777cd8c01db14e4b6f1.png

    In this case blue color is barely visible, I prefer it to look like user mention:

    image.png.ff3c09da205f132ac8b37e89cac2cc4b.png

    Hey @root88

     

    You can easily change that with placing this CSS in your custom css:

    1) To change the text color for all groups you can use:

    a[data-mentionid] span {

    color: white !important;

    }

    Where white is the color you want (by looking at your screenshot it's set to white

    2) If you want to change it for only a specific group:

    a[data-mentionid='18'] span {

    color: white !important;

    }

    Where 18 is the group id

     

    Hope it helps!

  12. On 3/25/2020 at 2:18 AM, markwylde said:

    Thanks for the fast response. I've bought the plugin and it's working perfectly, exactly as described.

    Is there any change of a feature request?

    Would it be difficult to add an option to force password change when adding a new user?

    When in Admin CP -> Members -> Create New Member

    Like below:

    30447135_ScreenShot2020-03-25at11_16_47am.thumb.png.163a0fabddb4b0fee1622afb0f4ec9fc.png

    Will look into adding it into a future update, but can't promise a date 😛 

  13. On 3/5/2020 at 4:03 PM, ArmaCoopCorps said:

    Hello, I have just installed it and notifications are working for primary and secondary groups without problems.

    Buuuut when I hover over @kRSB mention then I have whole forum in popup. It happens on default theme and with all other plugins / apps disabled.

    Any ideas?

     

    group_notifications_bug.thumb.gif.829727359e48f6d425120f3a65d52ff3.gif

     

    On 3/5/2020 at 9:16 PM, Gesundheit said:

    Hello,

    Same issue here. Hovering over the group mention will load the entire first page of the forum within a hovercard. @kRSB

    Thanks for reporting!

    I have identified the problem, I will bring out a fix ASAP

  14. @AlexJ you can now mention groups by simply typing @! Please download the new version 😛

     

    722062899_Screenshot2019-08-08at20_16_46.thumb.png.c49e67b61e242cd4358069fd409b52d7.png

     

    On 8/22/2018 at 3:54 AM, liquidfractal said:

    Yeah, unfortunately while it's included in the forum/topic post interface, it's missing from the blogs. Here's hoping you can add it soon. ?

     

    @liquidfractal it should now also work for blogs since it hooks into the user mentions (so everywhere you can do user mentions you can do groups)

  15. On 6/16/2019 at 4:26 AM, AlexJ said:

    Any estimated ETA? ex - @ staff would help instead of drop down. 

    Should be somewhere within the next 1-2 months most likely , i'm finishing some work for a client and then during my summer holidays i'll look into updating this

  16. 5 hours ago, live4net said:

    I try mention group with @ ( @members ) - it doesn't work

     or using selectbox - it also doesn't work - members of group don't receive any notifications.

     

    In first post on screen I use selectbox and in second I use @GropuName

    image.thumb.png.f411e2c7a878a52b0e287d5a7783ff15.png

     

    Hey, you have to use the select box. by typing @ it will not work (I will be adding this as well in the future)

    I can only see 1 screenshot in your post but this is where the selectbox is:

    596ba0f8c0550_ScreenShot2017-07-16at16_4

    If you can't get it to work could you pm me your site and an account I could test with so I can take a closer look?

  17. 15 minutes ago, TopLoader said:

    Using this on my forums but members in more than one group are not getting the notifications. 

    Ie: I'm in admin as my primary group with a secondary of coaches. When I group mention coaches the only ones receiving the notification is the ones with coaches set as primary group. 

    Any advice? 

    Hey,

    Make sure you are using the latest version, secondary group support was added there. If that is already the case this could be the reason why you didn't receive it:

    If you are the author of the post, you won't receive a notification (since you made the post yourself, you already know about it, so there is no need to send a notification to yourself)

    Ie: if you as admin mention @coaches in your post and you are also part of the coaches group, you won't receive the notification (you are author) but all the others who have coaches as primary or secondary will.

  18. On 1/9/2019 at 3:29 AM, Fred Krugger said:

    now I have another question .. it will be possible that there are criteria for selecting accounts, for example, registration dates, last connection date, post number, etc,431800601_ScreenShot2018-12-12at15_59_27.thumb.png.302d8ab0c910fa33f517f7e8c385f7d9.png627666431_ScreenShot2018-12-12at15_59_37.thumb.png.9be7b30a6f3a27ebfe244c8599538aa1.png

    Hey sorry for a late answer, apparantly I wasn't following this topic so I didn't get a notification 😞

    I'll look into including this with the next update!

  19. 34 minutes ago, Paul Play To Enjoy said:

    I'm running Invision Community v4.3.6

    Tried the default theme and no luck. 

    Disabled one app at a time and checked. Still no dice.

    Capture.thumb.PNG.e04281e8e7cc33e30f96033428a79b8c.PNG

    Could you pm me your website + acp? Then I can take a look

  20. 2 hours ago, Paul Play To Enjoy said:

    I've installed and enabled it settings but I can't get this to show up. Any ideas why?

    Which IPB version are you running?

    Also could you try it on the default theme and disabling other apps/plugins to see if that helps?

×
×
  • Create New...