Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author websupporter

    (@websupporter)

    Hi flohaase,
    this URL is necessary, so if someone clicks on a search results and uses the “back” button on his browser, he comes back to the results and not to the original page.

    You would need to customize the Javascript a bit in order to get rid of this functionality.

    All the best,
    David.

    Thread Starter flohaase

    (@flohaase)

    Ok, that is a good point. But could it look a bit more user friendly? So http://www.example.de/?parm=vaule1,value2 and so on.

    Can you show what I have to change to hide the search parameter in the url? With lose of the history back function.

    Thanks,
    Flo

    Plugin Author websupporter

    (@websupporter)

    Hi Flo,
    I just had a quick look. Go into res/sf.js and search for the line

    location.href = '#sf-' + JSON.stringify( data.data );

    Change it to something like

    ;//location.href = '#sf-' + JSON.stringify( data.data );

    or simply remove the line.

    This should do the trick.

    Since this plugin is working with ajax and doesn’t load the page again, we cant work with GET parameter here, I am sorry :/

    Hi websupporter,

    Is there a way to replace “#” in URL search parameters with “?” ?

    Thanks for a great plugin.

    Plugin Author websupporter

    (@websupporter)

    Unfortunatly not :/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide url’ is closed to new replies.