Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
RObiN-HoOD Posted January 26, 2018 Posted January 26, 2018 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.
Adriano Faria Posted January 26, 2018 Author Posted January 26, 2018 (edited) Ok, within an hour. Mobile device now. Take a look in your logs to see if there’s any log entry. Edited January 26, 2018 by Adriano Faria
RObiN-HoOD Posted January 26, 2018 Posted January 26, 2018 Logging is working fine as long as the member is tracked. No prob there.
Adriano Faria Posted January 26, 2018 Author Posted January 26, 2018 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.
RObiN-HoOD Posted January 26, 2018 Posted January 26, 2018 I don't see anything related with Tracking app in the SYSTEM LOG.
Adriano Faria Posted January 26, 2018 Author Posted January 26, 2018 (edited) 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, 2018 by Adriano Faria dokdok 1
RObiN-HoOD Posted January 26, 2018 Posted January 26, 2018 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.
Adriano Faria Posted January 26, 2018 Author Posted January 26, 2018 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.
Adriano Faria Posted January 26, 2018 Author Posted January 26, 2018 What's New in Version 1.0.1.2: Fix in the stop tracking task
RObiN-HoOD Posted January 26, 2018 Posted January 26, 2018 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.
Adriano Faria Posted January 26, 2018 Author Posted January 26, 2018 (edited) No and I can’t reproduce. All members are there for me. Edited January 26, 2018 by Adriano Faria
RObiN-HoOD Posted January 26, 2018 Posted January 26, 2018 I re-updated the latest version and it didn't do it to me again. Can't say anything else. Maybe my mistake.
Adriano Faria Posted February 4, 2018 Author Posted February 4, 2018 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. NNZF.IO and Cyboman 2
Adriano Faria Posted February 4, 2018 Author Posted February 4, 2018 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. Cyboman and ADKGamers 2
ToeJam Posted March 6, 2018 Posted March 6, 2018 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!
ToeJam Posted March 22, 2018 Posted March 22, 2018 (edited) 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, 2018 by ToeJam
Adriano Faria Posted March 22, 2018 Author Posted March 22, 2018 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. ToeJam 1
ToeJam Posted March 22, 2018 Posted March 22, 2018 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! Adriano Faria 1
Adriano Faria Posted April 10, 2018 Author Posted April 10, 2018 What's New in Version 1.1.0: IPS 4.3 compatibility
Adriano Faria Posted April 10, 2018 Author Posted April 10, 2018 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.
Adriano Faria Posted May 9, 2018 Author Posted May 9, 2018 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 Ramsesx 1
Adriano Faria Posted May 14, 2018 Author Posted May 14, 2018 (edited) :: NOT COMPATIBLE WITH PHP 7.2 (yet) :: Edited May 14, 2018 by Adriano Faria
Adriano Faria Posted May 26, 2018 Author Posted May 26, 2018 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
Recommended Posts