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. On 12/8/2022 at 11:09 PM, Afrodude said:

    @kRSB Hi,

    Whenever someone reported that groups will receive new notification on editing the topic, and then you released a new version to fix this issue. Now this issue causing anther issue that if you want to edit your post and add a new mention to a member or group it wouldn't send any notifications, and you must create a new post in order to mention a new member or group.

    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

     

  2. On 12/8/2022 at 11:09 PM, Afrodude said:

    @kRSB Hi,

    Whenever someone reported that groups will receive new notification on editing the topic, and then you released a new version to fix this issue. Now this issue causing anther issue that if you want to edit your post and add a new mention to a member or group it wouldn't send any notifications, and you must create a new post in order to mention a new member or group.

    Ok thanks for reporting. I'll take a look

  3. On 9/16/2022 at 2:34 PM, Birgit Schultz said:

    Hi, 

    I just saw the notice regarding the new 4.7.2.1 update of ipboard and wonder whether Group Mention will be compatible with PHP 8. 

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

  4. On 2/2/2022 at 11:14 AM, Nakamura0114 said:

    Yep that's right, page DBs.

    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.

    On 2/3/2022 at 9:49 PM, LiquidFractal said:

    Thanks for the recent update!  However, I do have a question.

    I notice that when you mouse over the mentioned group name there's a pop-up window listing all the members of that group.  Is it possible to limit this in case you are addressing a group in which some members might not want their membership known for privacy reasons?

    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 🤞

  5. 21 hours ago, bradl said:

    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

    submitted a new version for approval which will fix this

    On 1/15/2022 at 6:04 PM, Nakamura0114 said:

    Using 4.6.9. 

    I reproduced by editing an article on a custom page.

    With Articles you mean a Pages Database right? Let me see if I can hook into that to prevent notifications on edit

  6. 20 hours ago, Armbian_Werner said:

    Sure thing. Just tried that but unfortunately no change.

     

    Cheers

    Werner

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

  7. 7 minutes ago, Armbian_Werner said:

    Our groups do not have colors assigned.

     

    I tried with three different themes including default.

     

    Cheers

    Werner

    Ah damn, I first thought it would be related to a group having no color but that also seems to work for me:

    985913605_Screenshot2022-01-30at21_45_09.png.1cde4e877e3d99c93c5e83b0bfe6df49.png

     

    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?

  8. 3 hours ago, Armbian_Werner said:

    Hey there,

     

    we just installed this addon but had to notice for some reason when trying to add a mention for a group their name is blank:

    When I click on one of the results there is a blank @

    1.png.a83dda7cf516a7da3196444ac48c55a6.png

    Any idea what's wrong?

    2.png.71689307e09d5707e79b675f2bdd80b0.png

    Cheers

    Werner

     

    Hey,

    is the color of your group white perhaps? it shows it in the color of the group:

    1163281816_Screenshot2022-01-30at19_47_24.png.376cc7d2a391499be820fc530747d284.png

    But it's strange that you get an empty @ though, can you try it on the default theme?

  9. On 11/5/2021 at 8:02 AM, Afrodude said:

    Hi @kRSB just wanted to report that groups mention doesn't work with IPS new feature anonymous post. 

     

    1198163030_Anonymousmention.thumb.png.f7e6c7d4ea59161b9aeeecdf4c566c1c.png

    Whenever you have time no need to rush, please check it out. 

    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. On 1/10/2022 at 9:57 PM, Nakamura0114 said:

    I'm afraid the issue with mentions re-triggering on edits is back.

    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. 

  11. 22 hours ago, Nakamura0114 said:

    Would like to report a major issue.

    When editing a content piece (such as a topic or page record) with a group mention it it, the users are getting a notification every time I edit.

    Is this known, or are you able to reproduce it? It's possible that it's just something wrong on my end!

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

  12. 20 hours ago, Nakamura0114 said:

    Would like to report a major issue.

    When editing a content piece (such as a topic or page record) with a group mention it it, the users are getting a notification every time I edit.

    Is this known, or are you able to reproduce it? It's possible that it's just something wrong on my end!

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

  13. 1 hour ago, Roboko said:

    @kRSB

    I purchased this Plugin but was unable to @ mention a club. The club names do not appear in the suggestions 😕

    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

     

  14. On 8/1/2021 at 2:54 PM, Afrodude said:

    If it doesn't cause any issue, it means it's working.

    @kRSB you add information it's compatible with IPB 4.4, 4.5, 4.6, yet you forgot to mark it Compatibility for 4.6. 

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

  15. On 7/25/2021 at 6:31 PM, breatheheavy said:

    !!! This is great news.

    My anxiety is kicking in anyway 😆 . Perhaps @kRSB can take a look and possibly update the file page to reflect that it's compatible with 4.6? 🙏 

     

    On 7/30/2021 at 7:36 AM, liquidfractal said:

     

    Couldn't agree more.  I don't rest easy unless and until the developer actually takes the time to verify compatibility.

    Submitted app to include 4.6 compatibility, waiting on approval now! 😛 

     

     

    On 7/26/2021 at 4:40 AM, Afrodude said:

    Any update on this free plugin mate? 

    Not yet sorry, it's been a busy summer for me. It should be ready in september normally when I have some more time

  16. On 7/13/2021 at 9:00 PM, James101 said:

    Hi, Is this working for 4.6?

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

  17. On 3/6/2021 at 8:35 PM, AlexJ said:

    @kRSB Giving above suggestion a bump please. Can you please add it? Thanks!

    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.

     

  18. On 4/22/2021 at 7:05 PM, Maxxius said:

    Yeah, I know of these plugins, but I'm afraid I don't feel comfortable with letting a 3rd party get involved with such a complex (imho) feature.

    I'd feel much better if that was a core feature developed and supported by IPS themselves.

    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.

  19. On 12/21/2020 at 10:44 PM, Aldro said:

    @kRSB- We are on the latest version but one of our members has the following groups:
    c765c0a5f6.png

    Yet whenever we tag him with a group called "Low Council" --> 
    He gets notified despite not being a part of this group.

    Similar things have been reported by other users on our forums too.
    Is there nothing we can do to fix this?

    66b16df10f.png

    f5f5d15f8d.png

    58632956c9.png

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

     

  20. On 12/11/2020 at 6:10 AM, Bluto said:

    What there going to be a 4.5 version released?

    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?

  21. On 11/20/2020 at 8:13 PM, James101 said:

    @kRSB - Hi, I have group mention setup and it was working fine until recently it gives an error when clicking on the group link

    Error - 

    
    Error: Class 'IPS\groupmention\modules\admin\groupmention\groups' not found (0)
    #0 /home/system/Dispatcher/Dispatcher.php(109): IPS\Dispatcher\_Admin->init()
    #1 /home/admin/index.php(14): IPS\_Dispatcher::i()
    #2 {main}


    It redirects to admincp

    Hey @James101,

    I'm having some trouble trying to reproduce the error you are getting. 

    566345632_Screenshot2020-11-23at18_51_16.png.e36b42f4a648dfd8c60bf0ce027a9aac.png

    For example see the screenshot above, does it crash when you click on "@Members" ?

     

×
×
  • Create New...