Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
July 18, 20159 yr I've been experiencing this: They aren't spam accounts, because when I go into the members area, there's no accounts listed. So I'm not sure why it's happening. I just upgraded to the latest version though, so hopefully that helps to solve it.
July 19, 20159 yr Author I've been experiencing this:They aren't spam accounts, because when I go into the members area, there's no accounts listed. So I'm not sure why it's happening. I just upgraded to the latest version though, so hopefully that helps to solve it.Are you using v2.4.4? If you had a SSO/Facebook signup that enters their display name back is flagged as a spam account, IPB deletes that member straight away. But the very latest version of the app should exclude those accounts with no usernames for now.
July 19, 20159 yr Are you using v2.4.4? If you had a SSO/Facebook signup that enters their display name back is flagged as a spam account, IPB deletes that member straight away. But the very latest version of the app should exclude those accounts with no usernames for now.I'm not using Facebook, so I'm not sure. I think they were spam accounts though that were not getting fully deleted due to my settings. I've added a question and answer to the registration form, and it seems to have stopped. So I don't believe it was anything to do with the app. Thank you for responding so quickly though, I appreciate it!
July 20, 20159 yr Author I'm seeking support from users of this application in help in getting IPS to re-add a critical feature for the Auto Welcome app that used to exist in IPB 3.4. I'd appreciate any support for the need for this feature here.
July 23, 20159 yr Author 2.4.4 is not creating welcome topic on my board.Can you take a screenshot of all your topic settings?
July 24, 20159 yr Author btw, for now I switched back to 2.4.2 and it works fine.That's very strange, don't think there were any changes in topics. I'll need to troubleshoot this on your board with ftp and acp login details.
August 7, 20159 yr I just noticed that in auto Welcome topic IP listed in upper right corner of the post is new member IP not mine despite me being set as topic's author: Is that by design?
August 10, 20159 yr Author I just noticed that in auto Welcome topic IP listed in upper right corner of the post is new member IP not mine despite me being set as topic's author:Is that by design?No that's a confirmed bug, I've logged a bug report to fix next version.
August 18, 20159 yr Again, I'm missing some welcome topics.For the latest 5 registered members only two welcome topics have been created.
August 18, 20159 yr Author Again, I'm missing some welcome topics.For the latest 5 registered members only two welcome topics have been created.All normal account signups? i.e. not Facebook. The Auto Welcome app is still going to skip SSO signups until I've found another way to hook into this.
August 18, 20159 yr Author Good question but I'm not sure how/where I can find out.I believe it's displayed in the Manage Members page in the acp? At least IPB 3.4 flagged Facebook signups that way.
August 19, 20159 yr Author Can't find any info about type of registration in acpGood question, I'm not entirely sure. I know there is a "fb_uid" field in the "core_members" database table but not sure if there is a admin end display for that.
August 19, 20159 yr Author So we're stuck for now....Do you have the member ids of the members you suspect missed out on welcome alerts?
August 20, 20159 yr Yes. The latest two:http://www.smartestcomputing.us.com/profile/4663-matjang/http://www.smartestcomputing.us.com/profile/4661-ilpenny4901/
August 20, 20159 yr Author Yes. The latest two:Try running this in your SQL Toolbox (ACP > System > Support > SQL Toolbox ).SELECT member_id, name, fb_uid FROM core_members WHERE member_id IN (4661,4663)Will print out results and any facebook id they may have. Just let me know if there is a match for the fb_uid column.
August 20, 20159 yr When running it I'm getting this error:Table 'smartest_ipb.core_members' doesn't exist