Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)
  • Is it possible to use this plugin to have a form for donations? That is all I am looking for I don’t want to create a new campaign. Just have a donation button on the site, when that is clicked user is taken to a page where they have various options for making donations.

    Something like this:
    https://www.globalgiving.org/projects/literacy-for-malawi/

    • This reply was modified 5 years, 1 month ago by Biswadip.
    Thread Starter Biswadip

    (@biswadip)

    Thank you yes the enrollment is working fine now. It was a problem with the server hosting my site – it was so slow that the update was not showing.

    Thread Starter Biswadip

    (@biswadip)

    Hi @youdaman

    The password strength indicator was the default which comes with WordPress 3.8. We decided to settle for removing it in the end.

    Many thanks for your interest and support.

    Bis

    @biglaug you beauty it works – thanks ever so much! Yes it would be great if the plugin author can confirm the integrity of this solution!

    Thread Starter Biswadip

    (@biswadip)

    Thanks for your support Andrea works great now 🙂

    Thread Starter Biswadip

    (@biswadip)

    Yes I would be delighted to test the beta version. Please send it to me.

    I can’t get your email address to work – is it

    andrea AT dontdream.it

    or

    andreaATdontdream.it

    or

    andrea_AT_dontdream.it

    ??? None of them works.

    I created a template for the custom page based on the index.php file of the buddypress members directory. In the template I call a copy of the “members/members-loop” part template. I hooked the plugin search in with <?php do_action ('bp_profile_search_form'); ?> in the template.

    Thread Starter Biswadip

    (@biswadip)

    Yes sorry you are right.

    The pagination for the filters of the plugin works perfectly in the members directory.

    But it does not work in my custom members page which is not in my members directory. It is a page for newly registered user who are given the option of searching for members and making friends but without the navigation links on the page in the members directory because we want the users to complete these steps before they start using the site. The pagination works for the members listing – each page link correctly brings up the different members – but the pagination does not work for the plugin filters – the correct number of page links is brought up for the filtered query and the first page displays the correct results but when you click, for example, the link for page 2 (so the url changes to the “?upage=2” suffix)page 2 displays the second page not of the filtered query but of the unfiltered members listing.

    Thread Starter Biswadip

    (@biswadip)

    OK so I am guessing the reason the other themes don’t show the content is because the templates for the content are in the theme folder. Do you want me to copy the templates over to the folders for the other themes like the Responsive theme before activating them?

    Thread Starter Biswadip

    (@biswadip)

    Again none of the content is visible – I guess the child theme I am using must be very customised?

    Thread Starter Biswadip

    (@biswadip)

    With the default Buddypress theme none of the content is visible – I am using a child theme of the “Responsive” theme.

    Thread Starter Biswadip

    (@biswadip)

    Thanks Andrea.

    Same story I am afraid – the results come up paginated but when I click the page links (so the url suffix changes to “?upage=2”)the search query is lost and page 2 of the unfiltered search comes up (also the “Clear” parameter of the query at the top of the first page disappears).

    Thread Starter Biswadip

    (@biswadip)

    Thank you Andrea!

    When I put a condition around the members loop, something like:

    <?php if (isset ($_REQUEST['bp_profile_search'])){
    echo $_REQUEST['bp_profile_search']) ?>

    it echoes “true” when the filters are set but I still don’t know what search term to include in the loop to get the pagination working.

    Thread Starter Biswadip

    (@biswadip)

    I think what I need to do is something like:

    if ( bp_has_members( bp_ajax_querystring( 'members' ) . '&per_page=5&type=alphabetical&search_terms=' . /*variable with search terms from plugin filter/*) ) : ?>

    but no idea what “variable with search terms from plugin filter” should be?! 😉

    Thread Starter Biswadip

    (@biswadip)

    Would it be possible to filter bp_members_pagination_links depending on whether the plugin filters are set or not?

    Thread Starter Biswadip

    (@biswadip)

    I found a thread here:

    which suggests that the query needs to be modified by the filter as an “include” something like this:

    if ( bp_has_members( bp_ajax_querystring( 'members' ) . '&page_arg=bapage&per_page=10&include=' . /*filter parameter*/ ) ) : ?>

    but I am not sure what the “filter parameter” would be in this case.

Viewing 15 replies - 1 through 15 (of 24 total)