Forums Forums Search & Filter Pro different views

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #245787

    if i use shortcode, i have only one view in result.php,
    but what if i want to have two different views (and the browser should remember which view i have chosen)
    i there a fast way to add some snippet to result.php to create this functionality?
    if not could you code this for us?
    what would it cost?

    Trevor
    #245877

    I am not sure what you mean by different view, but do you mean you want to be able to choose between two different layouts? You might need to significantly customize the results.php code so that the loop produces a tabbed area where the user can switch between the tabs. You might have two output string variables (one for each view) and instead of echoing directly to the page, the loop would concetenate into those variables, and after the loop is completed, those are then output into the custom HMTL you would have written.

    Further than that, I cannot help you as this is not really within the scope of our support, but a good third party coder should be able to do this.

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