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

Everything posted by kRSB

  1. I just pushed an update for the GroupMention plugin that fixed an issue with php 8.1. Maybe that will also make it work again for you
  2. kRSB

    Group Mention

    New update: fixed issue with PHP 8.1 and the queuing of the notifications
  3. kRSB

    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. kRSB

    Group Mention

    Ok thanks for reporting. I'll take a look
  5. kRSB

    Group Mention

    Worked fine on my local install so should normally be safe. Let me know if you run into any issues
  6. kRSB

    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 🤞
  7. kRSB

    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. kRSB

    Group Mention

    Do you mind sharing ACP info via PM? I would need to have a closer look if none of the above solves it.
  9. kRSB

    Group Mention

    Ah damn, I first thought it would be related to a group having no color but that also seems to work for me: To be 100% sure it's not related to the color, could you try giving 1 of your groups a color and check if that shows up?
  10. kRSB

    Group Mention

    Hey, is the color of your group white perhaps? it shows it in the color of the group: But it's strange that you get an empty @ though, can you try it on the default theme?
  11. kRSB

    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 😛
  12. kRSB

    Group Mention

    Hey, which version of IPB are you running and where does it happen? is it just on a topic? I'm not able to reproduce this.
  13. kRSB

    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 😅
  14. kRSB

    Group Mention

    Thanks for reporting, I'll look into it
  15. kRSB

    Group Mention

    Submitted a new version to the marketplace. Waiting on approval now
  16. kRSB

    Group Mention

    Thanks, I managed to reproduce it. i'll be looking to implement a fix asap
  17. kRSB

    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
  18. kRSB

    Group Mention

    I changed it, but the file is still under review 😕
  19. kRSB

    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
  20. kRSB

    Group Mention

    Should be working for 4.6 yes, let me know if you run into any issues
  21. kRSB

    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.
  22. 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.
  23. kRSB

    Group Mention

    Hey Aldro, if possible could you pm me your ACP details so I could take a look at what goes wrong?
  24. kRSB

    Password manager

    Hey Bluto, I was in the middle of upgrading my app to 4.5 but then I noticed that IPS implemented something similar in 4.5. If you go to a member profile in 4.5 ACP and click on "Edit Password" you will see an option to reset the member their pass. You can also do it for groups by going in ACP to Members -> Force Password Reset button. IPB their way works differently than this app, but i'm not sure if it's still useful for you guys to update this app? What do you guys think?
  25. kRSB

    Group Mention

    Hey @James101, I'm having some trouble trying to reproduce the error you are getting. For example see the screenshot above, does it crash when you click on "@Members" ?
×
×
  • Create New...