How much sense does it make to add a feature that allows us to show or hide the columns in Storms views?

For example, When I click on the "Projects" menu link, the page loads with a list of projects. The columns are "Org, Title, Status, Priority"

I want to also show "Category", "Assigned To" and "End Time"... is this currently possible or do I have to edit some PHP?

Also, how would this work with custom fields / columns?

Say I added a custom field "Due Date" to the storm project... how would I get this to show up as a column on the Projects main list view?

Hopefully this makes sense, and thanks.

Comments

Magnity’s picture

You'd be best to create your own view (http://drupal.org/project/views).

Then you can control exactly what is shown.

You can reuse the storm/projects menu link if you delete the original from stormproject_menu().

Magnity’s picture

Category: feature » support
Status: Active » Fixed

Hopefully this has answered your question - reopen if not.

amv101’s picture

Unfortunately I do not understand drupaleese :)

I am just a designer with basic php/html knowledge. I was hoping for something more simple. But I will look into creating custom views.

thanks.

Status: Fixed » Closed (fixed)

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