5 replies [Last post]
specmav's picture
Offline
Joined: 01/06/2008
Juice: 32
Was this information Helpful?

This has nothing to do with Ubercart. I am just wondering how you set up the contrib page. How did you get the dropdown lists above all the module links (type, Category, status)?

Thanks!

torgosPizza's picture
Offline
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.
Joined: 08/14/2007
Juice: 4110
Re: Question about contrib page

Those are probably CCK select list fields. You can create a new Content Type (in this case, "Contribution" and then assign a bunch of custom fields for it. Check out CCK here:

http://drupal.org/project/cck

--
Help directly fund development: Donate via PayPal!

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Re: Question about contrib page

Yep, I setup the contrib content type w/ CCK and then used Views to create a page that listed contribs in alphabetical order. The nodes shown on a View can be filtered by any number of parameters, and Views allows you to "expose" a filter so that it gets shown at the top of the page in those select boxes. Pretty nifty stuff. Cool

stephthegeek's picture
Offline
Theminator
Joined: 10/20/2007
Juice: 575
Re: Re: Re: Question about contrib page

One little thing I've noticed is that the Updated field sort on this view doesn't seem to work. I'd like to be able to easily see the latest contribs Smiling

Gorgeous original Drupal themes (and Ubercart themes!) ~ Psst: more Ubercart themes on our new site

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
stephthegeek@drupal.org
stephthegeek@drupal.org wrote:

One little thing I've noticed is that the Updated field sort on this view doesn't seem to work. I'd like to be able to easily see the latest contribs Smiling

Dunno how that one slipped by for so long. Should be fixed now.

specmav's picture
Offline
Joined: 01/06/2008
Juice: 32
Re: Re: Question about contrib page

Great! Thanks for the help!