Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Subzero-mb Posted August 26, 2015 Posted August 26, 2015 In my case, i reinstall again the auto welcome app and I have configured just to send a PM to new registers in the name of the administrator of my forum. I have created a new users in my forum to test it and it works, they received the PM, but when I logg in with my admin account and I enter in my private messages I see no new conversations with these new registers.I enter in the database and I have even seen that one new user reply to the autowelcome PM but I cannot see this conversation in my account. The user is a normal one, not comming from FB or TW. Thank you.
Michael.J Posted August 28, 2015 Author Posted August 28, 2015 When running it I'm getting this error:Table 'smartest_ipb.core_members' doesn't existTry including your database prefix, you'll see it before your other database tables.In my case, i reinstall again the auto welcome app and I have configured just to send a PM to new registers in the name of the administrator of my forum. I have created a new users in my forum to test it and it works, they received the PM, but when I logg in with my admin account and I enter in my private messages I see no new conversations with these new registers.I enter in the database and I have even seen that one new user reply to the autowelcome PM but I cannot see this conversation in my account. The user is a normal one, not comming from FB or TW. Thank you.What do you currently have set as your PM sender? Have you changed that since installing?
Subzero-mb Posted August 28, 2015 Posted August 28, 2015 (edited) As PM sender I have my username, the administrator name. In fact the new user receive correctly the autowelcome message as sent by the administrator account.I have been checking the database right now and what I see is:in table "core_message_topic_user_map" there is a row for the new register user but there is not a row for the administrator user (so for that reason I see now message in my account)in table "core_message_topics" the rows for autowelcome has a "1" in the column "mt_is_system" (the other "normal" message has a "0" in this column)As I said, before it works fine and I received the messages in my administrator account, but now the message is just show in the new menber account. This is not a big issue, in fact is better because now I don't have in my account houndreds of messages "Welcome to the forum!", but the real problem is sometimes the new users reply to the autowelcome message asking me something and I do not receive this reply because I cannot see the conversation.I am still using version 4.0.11, could it be the reason of this problem? Edited August 28, 2015 by Subzero-mb
Michael.J Posted August 31, 2015 Author Posted August 31, 2015 As I said, before it works fine and I received the messages in my administrator account, but now the message is just show in the new menber account. This is not a big issue, in fact is better because now I don't have in my account houndreds of messages "Welcome to the forum!", but the real problem is sometimes the new users reply to the autowelcome message asking me something and I do not receive this reply because I cannot see the conversation.This was probably changed for that reason, not to clutter the sending members inbox. But if you do want to track the message from your inbox, I could put together a file edit to do this? At least until I've added maybe a setting for a future version.
Subzero-mb Posted August 31, 2015 Posted August 31, 2015 That wil be great Mike, I have like 4 or 5 register per day so it is not so much and I prefer to see if someone is asking me some doubts. If you can give me this file to make it works I would appreciate.
icedream Posted September 1, 2015 Posted September 1, 2015 Hi,On email template page, template name emailtpl_welcomeEmail is not translated.
Michael.J Posted September 2, 2015 Author Posted September 2, 2015 That wil be great Mike, I have like 4 or 5 register per day so it is not so much and I prefer to see if someone is asking me some doubts. If you can give me this file to make it works I would appreciate.Sorry I didn't get a chance to test this but let me know if you have any issues.Open applications/autowelcome/sources/Alerts/Alerts.phpFind://$conversation->authorize( $pmSender );Replace With:$conversation->authorize( $pmSender );SaveOn email template page, template name emailtpl_welcomeEmail is not translated.Could you clarify a bit more please? There's no fixed text as the message is sources from settings which does have translation support.
Michael.J Posted September 3, 2015 Author Posted September 3, 2015 picThank you, logged a bug report.
broni Posted September 11, 2015 Posted September 11, 2015 From time to time I'm getting auto welcome for some members who registered long time ago.
Michael.J Posted September 14, 2015 Author Posted September 14, 2015 From time to time I'm getting auto welcome for some members who registered long time ago.Might still be through password/email change requests. I'm still waiting to hear from IPS regarding better hook support for new members here.
Michael.J Posted September 15, 2015 Author Posted September 15, 2015 Application has been updated with 2 minor bug fixes.
broni Posted September 15, 2015 Posted September 15, 2015 Cool I'm on it. Does it include fix for people signing through Facebook?
Morrigan Posted October 10, 2015 Posted October 10, 2015 Hey @Mike John Do you plan to re-add the ability to post a status to new members?
Michael.J Posted October 12, 2015 Author Posted October 12, 2015 On 15/9/2015 11:06:06, broni said: Cool I'm on it. Does it include fix for people signing through Facebook? I'm sorry, I don't know how the hell I missed this reply. No SSO support yet, I haven't heard anything back from IPS about this. On 11/10/2015 8:27:22, Morrigan said: Hey @Mike John Do you plan to re-add the ability to post a status to new members? I didn't but I will log this and make sure it's included in one of the next versions. Morrigan 1
Morrigan Posted October 12, 2015 Posted October 12, 2015 You are the best @Mike John That was my favorite feature from before. Michael.J 1
SiLink Posted October 13, 2015 Posted October 13, 2015 I've always wanted something like this, but for people who join groups for the first time. Is this something that can be added :) ?
Michael.J Posted October 14, 2015 Author Posted October 14, 2015 16 hours ago, SiLink said: I've always wanted something like this, but for people who join groups for the first time. Is this something that can be added :) ? I can put together a file edit if you would like? Should be possible to trigger the message to run on group change instead. SiLink 1
Michael.J Posted October 19, 2015 Author Posted October 19, 2015 On 14/10/2015 7:55:50, SiLink said: That would be great thank you, Mike. I've just checked and unfortunately it doesn't look like the "on group change" option is available in IPB4 like it was with IPB 3.4. You can't just edit this app to do send on group changes anymore.
SiLink Posted October 20, 2015 Posted October 20, 2015 5 hours ago, Mike John said: I've just checked and unfortunately it doesn't look like the "on group change" option is available in IPB4 like it was with IPB 3.4. You can't just edit this app to do send on group changes anymore. That's a shame, thanks for trying Mike.
Daniel F Posted October 20, 2015 Posted October 20, 2015 @Mike John couldn't you hook IPS\Member::save and run your code there if member_group_id or mgroup_others changed?
Michael.J Posted October 21, 2015 Author Posted October 21, 2015 23 hours ago, Daniel F said: @Mike John couldn't you hook IPS\Member::save and run your code there if member_group_id or mgroup_others changed? @Daniel F Yeah I was thinking of hooking into there instead in the future but before there was a "onGroupChange" function that made switching out from new registrations to group changes a simple file edit. Is IPS likely to re-add some of these IPB 3.4 functions again? That along with "onCompleteAccount" which I've posted about here are quite handy.
WOFman Posted October 30, 2015 Posted October 30, 2015 33 minutes ago, Square Wheels said: Hi, is this working for 4.1? Thanks I am not sure if it is working, but it is not throwing any errors.
Recommended Posts