d_t → created an issue.
d_t → created an issue.
Hi @john.oltman, thanks for the quick reply.
This worked although it means that users can't use the Form on the node to edit their registrations, they have to go to the Registration tab on their profile. I think that should be fine, so I just updated the confirmation text to explain this.
Thanks again
Re: my previous comment, turns out it was due to an issue with SMTP mailer detailed here
https://www.drupal.org/project/smtp/issues/3323386
🐛
Error sending e-mail: Invalid address
RTBC
Applying the patch from there solved it for me.
Cheers
Hi All,
I'm running into the same problem, HTML emails are fine for other system emails, but not for this module. e.g
lorem ipsum
I updated to version "1.x-dev@dev", but still the same issue so I assume it hasn't been reviewed and merged yet?
Can I change the settings so Comment Notify just sends plain text or something until such time it is merged ?
Thanks very much
d_t → created an issue.
I know this is an old issue, but did you ever find a fix for this?
I have the same problem, the smart date input field is in mm-dd-yyyy format but it outputs as dd-mm-yy, the later being what is desired. There doesn't seem to be an option in the field display to change it, and we don't use mm-dd-yyyy here.
Thanks
d_t → created an issue.
d_t → created an issue.
Thanks for the response. I’m not sure exactly why it was breaking but after some testing I was able to get the questions randomly being selected each time, as I was after, so it must have been as you suggested.
Part of my confusion was that I was unsure of the configuration when setting up the quiz. For example, (see attached "add-quiz" screenshot). I wasn’t sure if I should set “Number of random questions” to the total number of questions I wanted, although I see it did increase to the number I added once I saved the quiz. So is this option for the "Random order" and "Random question" options? I need to explain this to the users so I'm double checking.
To get what I wanted (12 questions, 3 categories) I selected “Categorised random questions”, created 3 Quiz terms and set “Number of questions” to 4. I'm assuming this is the correct procedure for what I want to do(?).
Thanks for your time
d_t → created an issue.
Hi hansfn,
The Node Tokens View and the Views Send View were blocks. The Views Send View block only shows on a content type, "Event" because I wanted to get data from it and send it via the Views Send module. Yes, it was tedious, but it worked! The token values were for the node body and title, I can't recall what the name for them was.
But, to be honest, I should say, I ended up finding a different solution using Webform. I mention this in case anyone else has a similar problem, maybe that would help them, ( feel free to contact me if you do).
If you like I can recreate the problem to get more information?
d_t → created an issue.
Ok, thanks john.oltman. I had been using custom permissions so have reverted to 'Not set' and it seems to be fine for my use.
Thanks.
d_t → created an issue.
I have found a workaround for this using another module.
1. Install
https://www.drupal.org/project/views_field_view →
. You can use this to embed a view within a view.
2. Create a view, e.g "Node Tokens View" which filters for the content type and by the ID of the node in the url. Select the fields you want and make it display on the content type you're wanting.
3. Create a Views Send View block, and embed the Node Tokens View. Make it hidden if you like.
4. Now you can access the Node Tokens View content as a token in the Views Send View Block.
This has worked for text type fields and adds a link for attachments to their url. If I can rewrite the url I think I can get the attachments to show up in the email too.
d_t → created an issue.
dominictaylor → created an issue.