Hello
I have tried to create a custom search form for keywords. Everything works well except on the results page, is not showing only the selected section, it shows all sections..
What I want is to make a custom search form with radio buttons and search for keywords only in the selected section (like profiles, videos, photos etc)
Here's how the url looks:
searchKeyword.php?keyword=something&type=profiles
searchKeyword.php?keyword=something&type=bx_videos
searchKeyword.php?keyword=something&type=bx_sounds
and so on.. On the result page it selects the right checkbox, but it shows ALL results instead only for that section.
Is there a way to display results only for the selected section?
Thank you in advance.