- This topic is empty.
-
AuthorPosts
-
4th April 2019 at 11:51 am #2875
Rich Cox
ParticipantHi,
In the back-end I have 2 member groups, Non-Members and Members. I’ve added people to each group – fine.
In the back-end when clicking on each group it filters the people as you’d expect, but when adding, in my case, this shortcode to a page;
church_admin type=”address-list” member_type_id=”7″ loggedin=TRUE photo=”1″ map=”1″ site_id=”0″ pdf=”1″
It still shows Non-Members and in the case of 2 family names being the same* (and members at both households) it only shows 1 household.
Oddly, if I search the family name (as in *) it lists it, but still includes the non-members.
In case you were wondering why the member_type_id was 7, I even tried adding new member types and moving the households between them to see if that would fix the issue.
Still no joy.
Thanks Andy, team,
Regards,
Rich.17th April 2019 at 12:27 pm #4194Rich Cox
ParticipantHi Andy,
This is still a problem for me… Please can you let me know the correct shortcode to display only members? The id’s I have are;
Members – id 7
Non-Members – id 8My shortcode that I’m using is;
[church_admin type="address-list" member_type_id="7" photo="1" map="1" site_id="0" pdf="1"]
The directory displays and works all ok except it still lists non-members in the household.
I’d like to display just members in the directory.
Really appreciate your help with this…
Many thanks,
Rich.17th April 2019 at 12:36 pm #4195Andy Moyle
KeymasterTry…
church_admin type=”address-list” member_type_id=7 photo=1 map=1
17th April 2019 at 1:29 pm #4196Rich Cox
ParticipantI didn’t realise the shortcodes are snipped from the topics..
I’ve tried that before contacted you… still no joy.
Shows correctly for both members and non-members in the back-end.
Incidentally, if I click on either ‘pdf version’ or with photos, it also shows members and non-members.
Thanks in advance….
Rich.17th April 2019 at 4:08 pm #4197Andy Moyle
KeymasterDon’t forget it caches the address list (because it is DB intensive to create) and is only changed when you click the refresh link underneath
You can use an htmlentity to create the left bracket which stops the shortcode trying to fire and failing in this forum plugin!
& #091; produces [ (without the space between the & and the #)17th April 2019 at 6:47 pm #4199Rich Cox
ParticipantThanks Andy,
I did a refresh on the DB before contacting you.
The shortcode you suggested still returns members and non-members.
Many thanks in advance,
Rich.17th April 2019 at 8:04 pm #4200Andy Moyle
KeymasterCan you email me an admin login or a refreshed database backup and I’ll take a look – my email is support@ domain name!
17th April 2019 at 9:01 pm #4201Rich Cox
ParticipantEmail sent to you Andy..
Much appreciated!
Rich.17th April 2019 at 10:10 pm #4202Andy Moyle
KeymasterHi Rich,
Had a quick scan of your directory.
If a household contains a member it is shown – the whole household though! Less likely to cause offence
I couldn’t see any households shown with just non-members in it.17th April 2019 at 10:17 pm #4203Rich Cox
ParticipantHi Andy,
I understand, thanks for taking a look. Do you think it would be easy enough to say underline a members name if they are a member? i.e. List the household, but just underline the church member? or make it another colour??
Thanks very much.
Rich.17th April 2019 at 10:25 pm #4204Andy Moyle
KeymasterThat would not be easy at all sadly!
There is a names shortcode if you want to list people without the other details who are members17th April 2019 at 10:53 pm #4205Rich Cox
ParticipantThanks Andy…
I’ll have a go with the names shortcode.
-
AuthorPosts
- You must be logged in to reply to this topic.