Adriano Faria Posted May 13, 2016 Author Posted May 13, 2016 The email is sent to the board email. You don't need to select a group, but if you do, ALL users from selected group will receive the email. I'm not sure what 'everyone' means, but f you have 500 members on a selected group, 500 emails will be fired. You can also add emails instead of groups. This works since version 1, was retested before update the file here and never changed.
Joey_M Posted May 13, 2016 Posted May 13, 2016 None of the test e-mails came through without a user group selected though, that's what I'm saying.
Adriano Faria Posted May 13, 2016 Author Posted May 13, 2016 2 hours ago, Joey_M said: None of the test e-mails came through without a user group selected though, that's what I'm saying. It worked as I described, no problem: http://www.screencast.com/t/Jj9aN9R4 I suggest you to uninstall, maybe remove files from your FTP and reinstall it.
Adriano Faria Posted May 17, 2016 Author Posted May 17, 2016 What's New in Version 1.1.2: Fixed error on field additional emails on department form Email template reworked
craigf136 Posted June 5, 2016 Posted June 5, 2016 (edited) Hi @Adriano Faria I purchased and installed this today, I seem to have an issue with submitting form. Any suggestions? Fatal error: Cannot access protected property IPS\Email\Outgoing\Php::$useWrapper in /home/user/public_html/applications/cjcontact/sources/Contact/Contact.php on line 89 Line 89 $this->emailClass->useWrapper = false; Edited June 5, 2016 by craigf136
Adriano Faria Posted June 5, 2016 Author Posted June 5, 2016 1 minute ago, craigf136 said: Hi @Adriano Faria I purchased and installed this today, I seem to have an issue with submitting form. Any suggestions? Fatal error: Cannot access protected property IPS\Email\Outgoing\Php::$useWrapper in /home/user/public_html/applications/cjcontact/sources/Contact/Contact.php on line 89 IPS changed from: /** * @brief Wrap in our main template wrapper */ public $useWrapper = TRUE; to: /** * @brief Should the default wrapper template be used? */ protected $useWrapper = TRUE; Let me see how to fix this. craigf136 1
Adriano Faria Posted June 5, 2016 Author Posted June 5, 2016 2 hours ago, craigf136 said: Hi @Adriano Faria I purchased and installed this today, I seem to have an issue with submitting form. Any suggestions? Fatal error: Cannot access protected property IPS\Email\Outgoing\Php::$useWrapper in /home/user/public_html/applications/cjcontact/sources/Contact/Contact.php on line 89 Line 89 $this->emailClass->useWrapper = false; 1 hour ago, Adriano Faria said: IPS changed from: /** * @brief Wrap in our main template wrapper */ public $useWrapper = TRUE; to: /** * @brief Should the default wrapper template be used? */ protected $useWrapper = TRUE; Let me see how to fix this. What's New in Version 1.1.3: Fixed error Fatal error: Cannot access protected property IPS\Email\Outgoing\Php::$useWrapper due to an IPS change in core Email class
craigf136 Posted June 5, 2016 Posted June 5, 2016 @Adriano F is it possible to include this contacting staff via the messaging system as well as sending out emails? It would be great to have a notification appear whilst actually on the site, without having to check emails.
Adriano Faria Posted June 5, 2016 Author Posted June 5, 2016 52 minutes ago, craigf136 said: @Adriano F is it possible to include this contacting staff via the messaging system as well as sending out emails? It would be great to have a notification appear whilst actually on the site, without having to check emails. This is an enhancement of tge default contact feature, which also only sebd emails. Not sure. Maybe in a future version. craigf136 1
BN_IT_Support Posted June 6, 2016 Posted June 6, 2016 Couple of suggestions please. When you setup a department in the ACP there is a field for description, but this doesn't seem to be used anywhere on the either front-end or ACP. Could there be an option to show this on the front-end to guide users on what each department covers? When completing a in the front end if I put my cursor in the subject field I can then tab into the email field. However if I tab again the form loses focus, is it possible to set the tab sequence to go through to the editor? Many thanks
Adriano Faria Posted June 6, 2016 Author Posted June 6, 2016 2 minutes ago, Edward Shephard said: When you setup a department in the ACP there is a field for description, but this doesn't seem to be used anywhere on the either front-end or ACP. Could there be an option to show this on the front-end to guide users on what each department covers? Fair. 3 minutes ago, Edward Shephard said: When completing a in the front end if I put my cursor in the subject field I can then tab into the email field. However if I tab again the form loses focus, is it possible to set the tab sequence to go through to the editor? That should be handled automatically by the form helper. The sequence is basically the sequence of available fields in the form. Does it happen in another areas, like topic post screen, PMs, etc?
BN_IT_Support Posted June 6, 2016 Posted June 6, 2016 (edited) 3 minutes ago, Adriano Faria said: That should be handled automatically by the form helper. The sequence is basically the sequence of available fields in the form. Does it happen in another areas, like topic post screen, PMs, etc? Yes you're right, it's the same with PMs, this seems to be a limitation of the general form helper Edited June 6, 2016 by Edward Shephard
Adriano Faria Posted June 6, 2016 Author Posted June 6, 2016 6 minutes ago, Edward Shephard said: Yes you're right, it's the same with PMs, this seems to be a limitation of the general form helper Report as a bug, who knows.
PedroNL Posted June 16, 2016 Posted June 16, 2016 When it goes to general would that e-mail all users in the forum that are members?
Adriano Faria Posted June 16, 2016 Author Posted June 16, 2016 Just now, PedroNL said: When it goes to general would that e-mail all users in the forum that are members? Not sure what you mean by " goes to general". Anyway, it will send email for those users who are allowed to receive... and they are set on the departments.
gabs007 Posted August 6, 2016 Posted August 6, 2016 (edited) I have just installed this plugin and I have the following issues: - it does not attach custom fields to the emails, only the main fields like: department, subject, email & messsage. The 3 custom fields I added were completely ignored to the emails. - it posts a message in the specified forum, but the message is empty. (user has permissions to post) I'm using 4.1.13.2 ... not sure if the widget might need an upgrade. I also had a problem with the url since my template was using url/index.php/contact/ instead of indes.php?/contacus/ I could solve that redirecting the FURL. I don't think it is related, but I wanted to point it out just in case. As suggestion, It would be nice to have a text field to provide some instructions to users, like " Do not use this form to report posts etc. | If you are reporting a thread, please don't forget to attach the URL etc." Edited August 6, 2016 by gabs007
Adriano Faria Posted August 6, 2016 Author Posted August 6, 2016 (edited) 2 hours ago, gabs007 said: - it posts a message in the specified forum, but the message is empty. (user has permissions to post) I'm using 4.1.13.2 ... not sure if the widget might need an upgrade. True. Just tested it and it's blank. Need to see what has changed. 2 hours ago, gabs007 said: I also had a problem with the url since my template was using url/index.php/contact/ instead of indes.php?/contacus/ I could solve that redirecting the FURL. I don't think it is related, but I wanted to point it out just in case. The default FURL for this app is: http://www.sosinvision.com.br/ips4/index.php?/contactus/ The system won't allow me to use an already existing FURL (contact). I'll work on a fix soon. Edited August 6, 2016 by Adriano Faria
Adriano Faria Posted August 6, 2016 Author Posted August 6, 2016 4 hours ago, gabs007 said: - it posts a message in the specified forum, but the message is empty. (user has permissions to post) I'm using 4.1.13.2 ... not sure if the widget might need an upgrade. 2 hours ago, Adriano Faria said: True. Just tested it and it's blank. Need to see what has changed. I will PM you with a tiny change required to make the post appears. I won't post it here because this forum now is open to guests, which means that people who didn't buy it will also have access to the fix... so if you bought it, send a PM and I'll send the fix. I will work on Extra Fields stuff during the week. BN_IT_Support and gabs007 2
Adriano Faria Posted August 6, 2016 Author Posted August 6, 2016 5 hours ago, gabs007 said: As suggestion, It would be nice to have a text field to provide some instructions to users, like " Do not use this form to report posts etc. | If you are reporting a thread, please don't forget to attach the URL etc." I'm adding a translateable message as a setting: It will appear on top in the form. BN_IT_Support 1
BN_IT_Support Posted August 6, 2016 Posted August 6, 2016 4 hours ago, Adriano Faria said: I'm adding a translateable message as a setting: Excellent thank you.
Adriano Faria Posted August 6, 2016 Author Posted August 6, 2016 6 hours ago, Adriano Faria said: It will appear on top in the form.
Recommended Posts