Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Buschiq Posted September 16, 2016 Posted September 16, 2016 On 2016-09-12 at 8:00 AM, Buschiq said: Any news about this? It's been almost three weeks now and I really miss this feature, Auto Welcome is great when it's working. 5 hours ago, Mike John said: Not for a few more weeks unfortunately. Still flat out with bug fixes for all my apps. Thanks for letting me know! Good to have an estimate.
DrMath Posted September 25, 2016 Posted September 25, 2016 (edited) On 9/15/2016 at 8:22 PM, Mike John said: Not for a few more weeks unfortunately. Still flat out with bug fixes for all my apps. No issue for me as long as people understand it's not currently a core feature. Technically yes but IPB4 doesn't make things easy for me. If you open applications/autowelcome/hooks/validatehook.php. I'll have to confirm with the code but if you remove the "validationComplete" function and the second if statement in the "postRegistration" function. /* Welcome member straight awway */ if( \IPS\Settings::i()->reg_auth_type == 'none' OR \IPS\Request::i()->do == 'complete' ) { That should in theory welcome the member after email validation but before admin validation. But it would need to be tested and I may be missing some improvements that IPB 4.1.14 or later may have introduced. I will check this and see if it works. Edited September 25, 2016 by DrMath
Volstate Posted October 16, 2016 Posted October 16, 2016 Any chance this can be made to post a welcome message in Chatbox like it did in IPB 3
Michael.J Posted October 17, 2016 Author Posted October 17, 2016 On 17/10/2016 at 10:26 AM, Volstate said: Any chance this can be made to post a welcome message in Chatbox like it did in IPB 3 Provided it supports 3rd party messages, I don't see why not. Check with the author and I might be able to include in the soon to be released next version. onlyME 1
Volstate Posted October 18, 2016 Posted October 18, 2016 22 minutes ago, Mike John said: Provided it supports 3rd party messages, I don't see why not. Check with the author and I might be able to include in the soon to be released next version. @onlyME does it support 3rd part messages? onlyME 1
matthias23 Posted October 18, 2016 Posted October 18, 2016 I have a hosted IPB, how can I install this great plugin? I can only upload xml files. thanks for help!
Navigare Posted October 18, 2016 Posted October 18, 2016 30 minutes ago, matthias23 said: I have a hosted IPB, how can I install this great plugin? I can only upload xml files. thanks for help! ACP->System->Applications | Install button Michael.J 1
DrMath Posted October 18, 2016 Posted October 18, 2016 On 9/15/2016 at 8:22 PM, Mike John said: Technically yes but IPB4 doesn't make things easy for me. If you open applications/autowelcome/hooks/validatehook.php. I'll have to confirm with the code but if you remove the "validationComplete" function and the second if statement in the "postRegistration" function. /* Welcome member straight awway */ if( \IPS\Settings::i()->reg_auth_type == 'none' OR \IPS\Request::i()->do == 'complete' ) { That should in theory welcome the member after email validation but before admin validation. But it would need to be tested and I may be missing some improvements that IPB 4.1.14 or later may have introduced. I have validated that this is working. Michael.J 1
onlyME Posted October 19, 2016 Posted October 19, 2016 On 10/18/2016 at 7:17 AM, Volstate said: @onlyME does it support 3rd part messages? Yes Michael.J 1
Volstate Posted October 19, 2016 Posted October 19, 2016 Just now, onlyME said: Yes That's a yes @Mike John! You can include it
InsideEdge Posted October 19, 2016 Posted October 19, 2016 @Volstate You can use the Chatbox Extender after you have the welcoming messages post in a forum. Michael.J 1
Volstate Posted October 19, 2016 Posted October 19, 2016 Just now, InsideEdge said: @Volstate You can use the Chatbox Extender after you have the welcoming messages post in a forum. I don't have it set to make posts upon welcoming people in. I'd much rather it be added so it can just go straight to the Chatbox like it did in the previous version
InsideEdge Posted October 19, 2016 Posted October 19, 2016 (edited) 34 minutes ago, Volstate said: I don't have it set to make posts upon welcoming people in. I'd much rather it be added so it can just go straight to the Chatbox like it did in the previous version I haven't tried it this way but possibly you can make the welcoming forum only visible to admin / mods. Edited October 19, 2016 by InsideEdge
InvisionHQ Posted October 20, 2016 Posted October 20, 2016 @Mike John How to send PM as "system" or how to auto leave PM after sending ?
Michael.J Posted October 21, 2016 Author Posted October 21, 2016 On 19/10/2016 at 1:53 AM, matthias23 said: I have a hosted IPB, how can I install this great plugin? I can only upload xml files. I assume the above reply helped but if not, make sure you follow this install guide - http://www.devfuse.com/forums/tutorials/article/162-install-application-guide/ On 19/10/2016 at 0:10 PM, Volstate said: That's a yes @Mike John! You can include it I'll note it for the next version and I should be able to get it included in the next few weeks. 15 hours ago, InvisionHQ said: How to send PM as "system" or how to auto leave PM after sending ? Assuming you haven't made any changes, I just checked the code and it should already be setting the "system" flag as true.
Michael.J Posted October 24, 2016 Author Posted October 24, 2016 On 21/10/2016 at 7:17 PM, InvisionHQ said: Then I leave PM sender blank? No the code itself has that set and should be send as "system" personal messages. Are the personal messages filling up your sent box or something like that?
InvisionHQ Posted October 24, 2016 Posted October 24, 2016 Yes, I've 20/30 new pm at day... In the previous version there are a flag "leave conversation".
EricT Posted October 24, 2016 Posted October 24, 2016 The app should work with Facebook/Twitter signups ?
Michael.J Posted October 24, 2016 Author Posted October 24, 2016 14 hours ago, InvisionHQ said: Yes, I've 20/30 new pm at day... In the previous version there are a flag "leave conversation". I'll note this for the next version. It should be ready next week. 12 hours ago, EricT said: The app should work with Facebook/Twitter signups ? There have been some issues reported, so it's not 100% yet.
Michael.J Posted November 15, 2016 Author Posted November 15, 2016 4 minutes ago, IrishInsanity said: Does this still work? I've got not major bugs reported to me. There will be a new update to round up a few of the smaller bugs very soon. IrishInsanity 1
Volstate Posted December 14, 2016 Posted December 14, 2016 On 10/17/2016 at 7:54 PM, Mike John said: Provided it supports 3rd party messages, I don't see why not. Check with the author and I might be able to include in the soon to be released next version. Any update on the update?
Michael.J Posted December 18, 2016 Author Posted December 18, 2016 On 14/12/2016 at 0:16 PM, Volstate said: Any update on the update? No not yet and I'm a bit hesitant to provide another ETA until I'm sure I can meet it. It will be updated with it but can't say when just yet. Volstate and protesqu 2
Recommended Posts