Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
January 26, 20186 yr What I did now is stop tracking everybody and then re-run the tool on all groups to track them back. In the first time not all members where tracked. In the second time it tracked also some that where not tracked the first time. Now I don't know if there are any more not being tracked, 30 days re-runs where in the version in 3.4.x. Now this is not he case. Well, I don't know if it's easy for you to send me a query to show all members of MEMBERS group which are NOT being tracked. That would help me a lot.
January 26, 20186 yr Author Ok, within an hour. Mobile device now. Take a look in your logs to see if there’s any log entry. Edited January 26, 20186 yr by Adriano Faria
January 26, 20186 yr Author 1 minute ago, RObiN-HoOD said: Logging is working fine as long as the member is tracked. No prob there. I mean SYSTEM LOG error. If a member isn't being tracked, then probably a log entry should be there with some error.
January 26, 20186 yr Author A few queries so you can play: - Total members tracked from all groups: select count(*) as cnt from core_members where tm_member_tracked = 1 - Total members tracked from a specific group (replace X by the group ID you want): select count(*) as cnt from core_members where tm_member_tracked = 1 AND member_group_id = X - Total members NOT tracked from a specific group (replace X by the group ID you want): select count(*) as cnt from core_members where tm_member_tracked = 0 AND member_group_id = X - Track ALL members indefinitely via DB: update core_members set tm_member_tracked = 1 - Track ALL members indefinitely form a specific user group via DB (replace X by the group ID you want): update core_members set tm_member_tracked = 1 where member_group_id = X - Stop tracking ALL members: update core_members set tm_member_tracked = 0, tm_member_tracked_deadline = 0 - Stop tracking ALL members from a specific user group (replace X by the group ID you want): update core_members set tm_member_tracked = 0, tm_member_tracked_deadline = 0 where member_group_id = X In all cases above, add the DB prefix if you use one. To make sure, you can either open the conf_global.php and search for sql_tbl_prefix or go to ACP SQL Toolbox. Example: if you use 'ibf_' as the prefix, change all occurrences of core_members by ibf_core_members. 31 minutes ago, RObiN-HoOD said: I don't see anything related with Tracking app in the SYSTEM LOG. That is expected. ----------------------- EDIT: 3 hours ago, Adriano Faria said: There is no condition or checking, except if the member is already being tracked. Just a note here: not even this I am checking. All members, even currently tracked, has their update time updated (to a new date or indefinitely). Edited January 26, 20186 yr by Adriano Faria
January 26, 20186 yr Ok thanks. I did a STOP ALL TRACKING and ru-run tool for all groups I wanted. I queried to check for each group if there are any NOT tracked members and all returned 0. That's good. Now I'll have just to wait to see if for some reason tracked members are somehow untracked, because I think I saw something like that. Tracked people after some time to become untracked. I'll check later or tomorrow.
January 26, 20186 yr Author 7 minutes ago, RObiN-HoOD said: Now I'll have just to wait to see if for some reason tracked members are somehow untracked, because I think I saw something like that. Tracked people after some time to become untracked. I'll check later or tomorrow. Damn. I see what you mean and I've made the same mistake from 3.4: the task is untracking members that was tracked indefinitely. I will release a fix in minutes.
January 26, 20186 yr Updated and checking. Will report later. Also, every time I update the app I need to re-run the tool for all groups to track. Is that normal? If I don't, when I click the Track Members tab on the frontpage of the site it doesn't show any member being tracked.
January 26, 20186 yr Author No and I can’t reproduce. All members are there for me. Edited January 26, 20186 yr by Adriano Faria
January 26, 20186 yr I re-updated the latest version and it didn't do it to me again. Can't say anything else. Maybe my mistake.
February 4, 20186 yr Author New version today later with a new feature: track Search actions. With this information, you can direct your content to get more interest from members.
February 4, 20186 yr Author What's New in Version 1.0.2: New feature: Added actions to search: you will be able to know what your members are searching/looking for and thus make decisions regarding your content.
March 6, 20186 yr Thank you for getting this back up, one question. Is there anyway to track what people are looking at in the Store? That would be the most important part for me, not a requirement but I'm hoping so I know what people maybe more interested in purchasing. Thanks again!
March 22, 20186 yr On 2018/03/06 at 1:20 PM, Adriano Faria said: No, not currently. So I bought the mod again, and thanks for remaking. It actually does tell me what products members look at ☺️ Edited March 22, 20186 yr by ToeJam
March 22, 20186 yr Author 4 hours ago, ToeJam said: It actually does tell me what products members look at Does it? Good. Sorry for the wrong information. I really don’t use the Store from commerce.
March 22, 20186 yr Yes! That is a good selling point. It's ideal for me because we sell a lot of products in our store and it helps me know what people are looking at, products of popularity or maybe tells me that possibly I may need to lower the price to move more. Good Job!
April 10, 20186 yr Author 1 hour ago, Adriano Faria said: What's New in Version 1.1.0: IPS 4.3 compatibility DO NOT use in IPS 4.2.X.
May 9, 20186 yr Author What's New in Version 1.1.1: By requests, added ability to change tracking settings and stop tracking a member in ACP -> Community -> Track Members -> Logs. IPS 4.3 compatibility
May 14, 20186 yr Author :: NOT COMPATIBLE WITH PHP 7.2 (yet) :: Edited May 14, 20186 yr by Adriano Faria
May 26, 20186 yr Author On 5/14/2018 at 7:38 AM, Adriano Faria said: :: NOT COMPATIBLE WITH PHP 7.2 (yet) :: What's New in Version 1.1.2: PHP 7.2 compatibility fix IPS 4.3 compatibility