Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 31, 20232 yr Greetings, At least twice now, all the clubs on my forum (and there are quite a few) have been updated with the same exact "Last Activity" timestamp. This makes sorting the clubs by Latest Activity worthless. As the admin, I am not doing anything that would cause this, nor is anyone else. I saw another thread where someone stated this was happening as well, back in September: Here's a screenshot from my forum, showing a page full of clubs that all have the exact same update time and date: Would certainly like to know why this is happening, I assume it's a bug of some sort, especially as it's happened to at least one other member here. Thank you! Edited January 31, 20232 yr by AtariAge
January 31, 20232 yr Something that you and the author in the other community have in common is the Member Map app Are you aware of any issues here @Martin A. ?
January 31, 20232 yr 52 minutes ago, Daniel F said: Something that you and the author in the other community have in common is the Member Map app Are you aware of any issues here @Martin A. ? Member Map, or Community Map? I do load clubs there, but AFAIK I never save them. Where does a club get its last activity date from?
January 31, 20232 yr Author 1 minute ago, Martin A. said: Member Map, or Community Map? I do load clubs there, but AFAIK I never save them. Where does a club get its last activity date from? I have to assume Community Map, as that's what I'm running.
January 31, 20232 yr 3 minutes ago, Martin A. said: Member Map, or Community Map? I do load clubs there, but AFAIK I never save them. Where does a club get its last activity date from? Item::getLastCommentTime() which as far as I see is present in \IPS\communitymap\Markers\Group
February 1, 20232 yr 19 hours ago, Daniel F said: Item::getLastCommentTime() which as far as I see is present in \IPS\communitymap\Markers\Group I see. Probably because the only way to add a tab to clubs was to fake it as a club node. Looks like I can use Club::_tabs() instead now.