• I’ve got two requirements and I want to know if this is possible with the amr-plugin or extended plugins by amr.

    Please tell me, if I can do this even with proprietary plugins.

    First:
    If I configurate a list I can use the field “include” and generate a list with only the criteria I write in “include”. If I have many fields with the same criteria, so I cannot do the same.
    In short: The “include” is a AND-include and no OR-Include. To paraphrase: I’d like to have a list with the requirement: If in field x, y or z the word X is included, so the user belongs to that list.

    Is this possible with another version or plugin of amr?

    Second:
    I need a possibility to individualize the appearance of my user lists. Now, I only have lists without bold type, no possibility of paragraphs and so on. In short: I need e.g. some html-editing.

    Is there also a possibility?

    Thank you very much, I think your plugin are really good so far, but I have this further requirements above.
    Markus

    https://www.ads-software.com/plugins/amr-users/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author anmari

    (@anmari)

    No if I understand you correctly, this plugin does an ‘AND’ on the include fields. Perhaps your data design is wrong if it is not supporting your reporting requirements ? (Nothing to do with my plugin, just generally one would design storing the data with a view to how one needs to report on it)

    re 2)
    https://wpusersplugin.com/3299/amr-users-css-html-and-styling/
    use set public html type
    then use before/after for OR own formatting routines
    https://wpusersplugin.com/2645/format-any-field-any-way-you-wish/
    and of course css -there are lots of classes
    view source on the html to see what’s avalable.

    Thread Starter Netzdepp

    (@netzdepp)

    Thanks for your fast answer.

    Ad 1.)
    To unterstand it better. So you have not the option in any of your plugins to get a OR-Include, as I call it? The AND-Include is possible, yes.
    But there is another problem. I experimented with that and I guess your plugin works only with exact matching. For example, if I include “english” in my list so everyone who adds “english” is found. But if I use “english lesson”, so he is not in that “INCLUDE-“guitar””-List.

    Is this true and is there any possibility to change this?

    Ad 2.)
    Okay, thanks that helps. I didn’t saw that you have the possibility to work with html in Before/After.

    Thread Starter Netzdepp

    (@netzdepp)

    Ad 1. again)

    I found out: The field “include” has problems if I use fields in the backend with multiple options. If I have only one option there is no problem.
    But if I ‘d like the field to contain multiple informations and the include-field just should select the decisive one out of it – it does not work.

    So the “include” is more an “is” as an “include”, true?

    Plugin Author anmari

    (@anmari)

    I’m not sure what your first paragraph is saying. If you think there is a ‘problem’ please be specific – I am not aware of any ‘problems’ except in regard to S2 member fields because of the way it stores data. some info here: https://wpusersplugin.com/3086/user-lists-and-filtering-with-s2member-fields/

    With multiple options, it depends how the data is stored – plugin tries to do ‘magic’ but cannot always solve a non ideal data structure.

    In most cases it works fine.

    For example if you have a meta key: ‘Mood’
    and users have 1 or more moods ‘Happy’, ‘Sad’, ‘Focused’ etc
    and you enter ‘Happy’,’Focused’ in the include field, it will only select the users that have Either happy OR focused or both.

    like here https://directories.wpusersplugin.com/simple-user-list/

    Note when entering multiple values in the include field, be sure NOT to enter a space unless your values actually do have a space at beginning or end.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘"Include" in User List & individual design for User Lists’ is closed to new replies.