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
Comment #1
Magnity commentedYou'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().Comment #2
Magnity commentedHopefully this has answered your question - reopen if not.
Comment #3
amv101 commentedUnfortunately 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.