Jump to content

kRSB

Clients
  • Posts

    98
  • Joined

  • Last visited

Reputation Activity

  1. Like
    kRSB got a reaction from th3#afk in Group Mention   
    New update: fixed issue with PHP 8.1 and the queuing of the notifications
  2. Like
    kRSB got a reaction from Afrodude in Group Mention   
    New update: fixed issue with PHP 8.1 and the queuing of the notifications
  3. Like
    kRSB got a reaction from Afrodude in Group Mention   
    Hey @Afrodude,
    I was trying to reproduce it this weekend but I didn't manage to, the way I tested:
    1) Create a new topic where I mention group X
    2) Login as a member of group X 
    3) Member gets the notification
    4) Edit the topic and also mention group Y
    5) Login as member of group Y
    6) Member gets the notification
    7) Edit the topic and also mention Member "Test"
    8 ) Login as member "Test"
    9) Member "Test" gets the notification
    10) Edit the topic and also mention member "Test2"
    11) Login as member "Test2"
    12) Member "Test2" gets the notification
    13) Edit the topic and also mention group Z
    14) Login as member of group Z
    15) Member gets the notification
    I assume you are running latest version of groupmention and IPB? I think there might be another plugin or app that is conflicting
     
  4. Thanks
    kRSB got a reaction from Afrodude in Group Mention   
    Ok thanks for reporting. I'll take a look
  5. Thanks
    kRSB got a reaction from LiquidFractal in Group Mention   
    Sorry for the late reply, I thought I already replied to this. But unfortunately mentions works differently for Pages Content, Right now it's not possible to hook into this code. I'll try get in contact with an IPS Dev to see if they make this function more hookable in the future so I can dd this.
    Do you want an option for members to disable it theirselves (for example on their profile). Or for admins to select a complete group to not show the members in the group listing?
    ------------------------------------------------------------------------------------------------------
    Also update for 4.7 has been pushed, waiting on mod review now 🤞
  6. Like
    kRSB reacted to Nathan Explosion in (NE) Mention list enhancements   
    v2.2.0 is currently pending approval
    FIXES
    Fixed issue with the 'Disable @Mentions' account setting not working as expected (issue will have existed since v2.0 was released, only just reported) CHANGES
    All group settings now take secondary group membership into account. NEW
    Integration with the Group Mention application (by @kRSB) - enabling this integration will: provide a clear separation of Groups/Members in the resulting @Mentions listing display Icons within the Group Mention hovercard listing, as configured in the (NE) Mention list enhancments settings If using either the (aXen) Font Awesome 5 in IPS plugin or the (aXen) Font Awesome 6 in IPS application (by @aXenDev) then you can now make use of FA5 & FA6 icons in this application Known issues
    The "Limit number of results displayed?" functionality provided by this application will not work as expected if you are also using the Group Mention application - this is purely down to the way in which both applications have to hook into the IPS function which generates the results for the @Mentions listing, and is unfortunately not something which I can currently workaround. The "Show if user is online" setting doesn't work as expected in the following scenario: You have the group setting "Can login anonymously?" set to 'Forced' Members of that group haven't been able to actively set themselves as 'Anonymous' prior to that setting being enabled. This is an IPS bug which has been indicated as resolved in this post with the following reference: "Fixed an issue where some members in group that is set to force anonymous status may not be anonymous."  
  7. Thanks
    kRSB got a reaction from bradl in Group Mention   
    submitted a new version for approval which will fix this
    With Articles you mean a Pages Database right? Let me see if I can hook into that to prevent notifications on edit
  8. Like
    kRSB reacted to bradl in Group Mention   
    In my test "group of one" the mention returns the test member if group membership is primary; if group membership is secondary hovering reports: " No members found in this group"
    Same for a group of 8 (Officers and Board, secondary group) "No members found in this group" — both groups have permission to mention and be mentioned. 
    IPS 4.6.9 / GM 1.0.8
  9. Thanks
    kRSB got a reaction from Afrodude in Group Mention   
    Hey @Afrodude, I took another look at this:
    As you know Group mentions are only allowed for certain groups which can be configured in the settings of ACP. So when someone posts a group mention I check if the user is in the allowed groups, however when that person posts as "Anonymous" IPB returns a Guest account for the author, here is the code piece below:
    if( $this->isAnonymous() ) { $guest = new \IPS\Member; $guest->name = \IPS\Member::loggedIn()->language()->addToStack( "post_anonymously_placename" ); return $guest; } So I can't check if that user is in the allowed groups, so the only way to make this work would be to allow everyone who posts as Anonymous to use group mentions but that doesn't sound like a good idea to me 😛 
  10. Like
    kRSB reacted to Afrodude in Group Mention   
    Hi @kRSB just wanted to report that groups mention doesn't work with IPS new feature anonymous post. 
     

    Whenever you have time no need to rush, please check it out. 
  11. Like
    kRSB got a reaction from Afrodude in Group Mention   
    New version has been submitted with fix, waiting on approval now @Afrodude
    Sorry for the bug, I was so focussed on testing that it didn't mention the group again after edit that I forgot to test editing posts containing no groupmention 😅
  12. Like
    kRSB got a reaction from Afrodude in Group Mention   
    Thanks for reporting, I'll look into it
  13. Like
    kRSB got a reaction from Nakamura RTS in Group Mention   
    Submitted a new version to the marketplace. Waiting on approval now
  14. Like
    kRSB got a reaction from Nakamura RTS in Group Mention   
    Thanks, I managed to reproduce it. i'll be looking to implement a fix asap
  15. Like
    kRSB got a reaction from Afrodude in Group Mention   
    Submitted a new version to the marketplace. Waiting on approval now
  16. Like
    kRSB got a reaction from Afrodude in Group Mention   
    I think I misread your question. I thought you wanted to mention groups inside a club page.
    I can give you a refund if you want. This plugin is to mention groups not clubs
     
  17. Like
    kRSB reacted to Afrodude in Group Mention   
    Anywhere it has the editor. 
  18. Like
    kRSB reacted to Jordan Miller in send an email to all members - it's a forum post, not blast   
    Hey there! Great question.  
    I personally use Group Mention in the Marketplace for something like this. 
    If I really need all my members to see a topic, but I don't want to send it as an email (you still can of course), then I can tag all the Groups and it will send each member in those Groups a notification in the community that they were tagged in the topic - they usually go right away to see what's up. 
    This version is 4.5. But I do believe it's being reviewed for a 4.6 release. 👍 
     

    A native option is to make it an 'announcement' (done so in the moderator CP) and link to the topic. The announcement will show up wherever you specify (can be at the top of the page, and shown everywhere if you like). 
    LMK what you think!
  19. Like
    kRSB reacted to Afrodude in Group Mention   
    Marketplace had an issue, and you should report your pending file to IPS staff in order to remove it to reupload it again. 
  20. Like
    kRSB got a reaction from LiquidFractal in Group Mention   
    Submitted app to include 4.6 compatibility, waiting on approval now! 😛 
     
     
    Not yet sorry, it's been a busy summer for me. It should be ready in september normally when I have some more time
  21. Like
    kRSB got a reaction from Afrodude in Group Mention   
    Submitted app to include 4.6 compatibility, waiting on approval now! 😛 
     
     
    Not yet sorry, it's been a busy summer for me. It should be ready in september normally when I have some more time
  22. Like
    kRSB reacted to Afrodude in Group Mention   
    @kRSB I can confirm that it's working just fine with IPS 4.6, and working fine as well with PHP 8. 
  23. Like
    kRSB got a reaction from Maxxius in Announcement as notification   
    I'm the developer of the group mention plugin. If it makes you feel more comfortable, the notifications itself are still done by the IPS system, it uses the same system of IPS of a single user mention.
  24. Like
    kRSB reacted to Afrodude in Announcement as notification   
    I have been using @kRSB's group mention plugin, and it's a great plugin to use. 
  25. Thanks
    kRSB got a reaction from AlexJ in Group Mention   
    Sorry for late reply, seem to have missed it. I can look into adding this as a new free plugin since it shouldn't be much work but I rather keep the group mention plugin specific to groups.
     
×
×
  • Create New...