This topic has 6 replies, 3 voices, and was last updated 8 years by schmu.

  • Author
  • #93033
     schmu
    Participant

    Hi,
    there is a huge problem with the usability of the member search function. Though the filtering works very well the issue is that once I have clicked on a filtered user and want to go back to the search results I would have to start filtering from scratch…

    Thanks to a post on a different site I have managed to overcome this by storing a session cookie and adding a link back to the results page. That´s resolved.

    1. Another thing it can´t manage to resolve myself is to jump to the next (filtered) user from the profile page (see attached screenshot). It simply links to the next member profile even it does not fit with my search criteria.

    2. And I can´t find the corresponding php file for that section (breadcrumb + navigation as per screenshot).

    Can you help me please with 1.+2. (I am not a coder so please give as much detail as possible)

    Thanks!
    christoph

    Attachments:
    You must be logged in to view attached files.
    #93096
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #93104
     schmu
    Participant

    Hi Laura,

    thanks for your prompt response,
    I would like to add that I have added the following code on the members page (with search filter) to produce the session cookie:

    COPY CODE
      <?php 
                if (isset($_SERVER["REQUEST_URI"])) { 
                $_SESSION['url'] = $_SERVER["REQUEST_URI"];
                } 
                ?> 

    Thanks
    Christoph

    #93218
     Radu
    Moderator

    Hi,

    There is no quick solution to achieve this, this it seems to be a custom work and you should hire a developer to make such modification to the default behaviour.

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #93574
     schmu
    Participant

    Hi Radu,
    thanks.
    Can you let me know where to find (which php file) the breadcrumb/navigation on the profile page (2. And I can´t find the corresponding php file for that section (breadcrumb + navigation as per screenshot).

    Thanks

    #93669
     Radu
    Moderator

    Hi,

    Breadcrumbs file is located here : /wp-content/themes/sweetdate/framework/functions/breadcrumb.php

    Quick navigation function is located here : /wp-content/themes/sweetdate/custom_buddypress/bp-functions.php line 1122

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #93802
     schmu
    Participant

    many thanks!

Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?