Forum Replies Created
-
AuthorPosts
-
AllenMember
The shortcode from church admin does not work
[church_admin type="ministries" member_type_id="#"]When I used
[church_admin type="ministries" member_type_id="all"]
It listed all the ministries and membersBut when I used
[church_admin type="ministries" member_type_id="8"]
It listed a blank pageBut when I used
[church_admin type="ministries" member_type_id="2"]
It listed all the ministries and members
Any other number returned a blank pageWhen I used
[church_admin type="ministries" ministry_id=8]
It listed a blank pageI had to use
[church_admin type=ministries ministry_id=8 member_type_id=all]
to list the specific ministry “8”AllenMemberJust an indication of the email_send status would be nice to have.
Another way for resubscribing would be for them to register again from the registration page
AllenMemberNext Question
Can we have an indication to know the “email_send” status and also change it via the admin?
Otherwise once unsubscribed a person cannot be resubscribed.AllenMember@andymoyle said:
Not quite – In the database row for a person
`active` toggles whether they appear in the address listings
`email_send` whether they receive an email.The unsubscribe link is changing email_send=0 and resubscribe changes email_send=1
Will go back to includes/email.php and check why it’s not working
… Done
There was a bug in the query for filtered response, so it should work for next update fine.Makes sense now
Where do we see “email_send” 0 & 1 in the listings or is it just in the database?AllenMember@andymoyle said:
Got the test email and unsubscribed.
Could you test send by entering my name first and then by using the filter
Let me know when you have and I shouldn’t get anythingHi Andy
Think I have found the problem
The unsubscribe does work but the database still shows the account as active and can be set to inactive from the people filter but it does not change the actual status.
Using the filter in the People Tag I can set the account active or inactive but irrespective of which it shows it does not change the actual status.
If I want to reactivate an account I can only do it by sending an email to the selected person and asking them to select the unsubscribe link and follow the “Oops resubscribe” link and that will reactivate them. (see below how I can send this to an inactive account)Conclusion
The Active/Deactive tag from the People filter page will not change the status although it greys out and shows the change.
The unsubscribe link and subsequent “Oops resubscribe” both work as they should but do not show the correct status in the database.
Once unsubscribed, filtered mail no longer sends to an inactive account and sending mail to just the unsubscribed person does not send, BUT if I include an additional subscribed recipient in the send to list it sends out the email irrespective the account being active or not.
KR
Allen SmithAllenMember@Allen said:
Bulk emails go out without the unsubscribe link in the footer of the messagev1.1690
Unsubscribe link now goes out in the email and as expected is a different link for each person.
Link is to the unsubscribed page but the user account is not deactivated.
Likewise a manually deactivated account cannot be reactivated from this page.I will send you a test email for you to see for yourself
AllenMember@andymoyle said:
It’s definitely fixed for the next update!v1.1690
Yes!!
Now Fixed
Thanks again AndyAllenMember@andymoyle said:
Will take another look!Reminder!!
Bulk emails go out without the unsubscribe link in the footer of the messageAllenMember@andymoyle said:
Fixing bugs on editing people at the moment.
Gender is fixed for next update, will check site nowv1.1680
Gender is fixed OK
Person Type still reverts back to ADULT in drop down and has to be reset12th October 2017 at 11:27 am in reply to: Bulk Email if select “All” in Ministries it sends email to everyone #3834AllenMember@andymoyle said:
Is that in 1.1500?Not sure of the version it was current at the time of posting, but you update faster than I can post.
Please to say it appears to be fixed now
Church Admin Plugin v1.1600AllenMemberFixed OK in Church Admin Plugin v1.1600
Seems OK in my version “Twenty Twelve Child” Theme with 37 active plugins all plugins up to date and greatly modified css
Andy! Thanks for fixingAllenMember@andymoyle said:
All fixed in 1.1500 I think!
Not Fixed in v1.1510AllenMember@andymoyle said:
That’s doable, for neatness will probably make it an option and then make the name an obfuscated email link. The big but is data protection though. Do your people really want their email address on a public website page? In the UK we’d have to ask people first.I have had to remove all email addresses from our site apart from the Church & myself (webmaster) because of unwanted SPAM
If the email addresses were only included in the emails sent out for the current weeks rota then this would be acceptableAllenMember@andymoyle said:
Cracked the unsub link issue finally.Maybe! but the emails now go out without the unsubscribe link
AllenMember@james182 said:
Also the sex field isn’t saving “female” option only malev1.1300
When you edit a Female entry it defaults to Male in the Gender box and if you don’t change it back to Female there becomes a gender change.Also just found that “Person Type” behaves similar manor in that it defaults back to Adult and you have to change it back.
Also just found that “Site” defaults to the first site but after an edit returns a blank field
-
AuthorPosts