Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

  • mjHollerATme
    Participant

    @mjholleratme

    ok it seemed to be a caching issue. It actually works.
    Then I am gonna ask about that search. I see there is a

    [“search_terms”]=>
    bool(false)

    in $BP_User_Query, but it is set to false when I was actually searching for sth and $_GET is not empty. Also, when I then go back to the main members list, the “search filters” still appear above the list but $_GET is empty. This is weird behaviour I think in terms of usuability. But other than that I wouldn’t know how I could access that data to modify the query for the search terms?


    mjHollerATme
    Participant

    @mjholleratme

    OK don’t worry, I found it. Still, the open in a new tab is a usuability issue I think


    mjHollerATme
    Participant

    @mjholleratme

    I now have a hacky CSS solution:

    .bp-xprofile-checkbox-acceptance-field {
    font-size: 0;
    a { font-size: 16px;

    &::before {
    content: “Ich stimme zu: “;
    }
    }
    }

    Also, the link should open in a new tab.

    Also, the string “I agreed to %s” in the profile edit screen is missing.

Viewing 3 replies - 1 through 3 (of 3 total)
Skip to toolbar