Hi,

We have a URL http://www.example.com/artistsatmyclub, this path is created for a view.
Now there is requirement where I have to pass an argument to this page to fetch certain artists.
ex. http://www.example.com/artistsatmyclub&topLevel=category will show only category artists
Similarly there are some other filters.
The code works fine if I pass the argument using "&topLevel=category"

Is there a way to pass the argument without "&topLevel="
so instead of http://www.example.com/artistsatmyclub&topLevel=category we want the URL to be http://www.example.com/artistsatmyclub/category

Your help is much appreciated.

Thanks

Comments

arfared’s picture

Project: URL alter » Drupal core
Version: 6.x-1.2 » 6.1
Component: Code » other
vinoth.3v’s picture

Status: Active » Fixed

create views argument for taxonomy name and place a placeholder in path url like artistsatmyclub/%

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

arfared’s picture

Hi Vinod

Can you share a good tutorial link for Views.
Specially how to pass a parameter in URL and use it to fetch data.

Thanks

arfared’s picture

Status: Closed (fixed) » Active
vinoth.3v’s picture

please have a look at http://drupal.org/node/322506

Status: Active » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.