Closed (fixed)
Project:
Storm
Version:
6.x-1.9
Component:
Storm.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2009 at 16:10 UTC
Updated:
4 Dec 2009 at 14:50 UTC
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.