Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Kyle F Posted December 13, 2018 Posted December 13, 2018 Hi guys. I was wondering if the SQL query command to reset profile views was the same as previous versions of IP.Board, and if so, what is the command query for IPS 4.3.6? And can we still run such a command in the SQL Toolbox? Thanks!
Nathan Explosion Posted December 17, 2018 Posted December 17, 2018 You're asking people to confirm if a SQL query to do something is the same now as it was previously, but you haven't actually provided the SQL query......so, what is the SQL query you are asking about? What exactly are you trying to achieve?
Adriano Faria Posted December 17, 2018 Posted December 17, 2018 All members: update core_members set members_profile_views = 0; Specific member: update core_members set members_profile_views = 0 where member_id = X; where X is the member ID.
Faqole Posted December 17, 2018 Posted December 17, 2018 In addition to what @Adriano Faria said above, it would be best to backup the members table first. Personally I think that it is a good practice to always backup the database before you modify something in it. I was also wandering what you meant by "was the same as previous versions of IP.Board"?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.