I don't want to bother my users with the fields 'project', 'component' and 'assigned to' as they add complexity which doesn't align with my project StaxRip which is all about hiding unnecessary complexity. How can I hide this fields?
I don't want to bother my users with the fields 'project', 'component' and 'assigned to' as they add complexity which doesn't align with my project StaxRip which is all about hiding unnecessary complexity. How can I hide this fields?
Comments
Comment #1
aclight commentedIf your talking about a project on Drupal.org, the answer is that you can't.
If this is on a personal site, you can write a custom module that implements hook_form_alter() and which unsets those form fields.
Comment #2
aaaaaabsssssgu commentedI'm not a web developer or even web admin, just running a little drupal site to offer desktop applications. If this would be a desktop application I would be done in three minutes, any language but php is a totally different world.
Comment #3
aclight commentedIf you're not able/willing to do something on your own, there are lots of people willing to help you out if you pay them. Check out the paid-services forum on drupal.org at http://drupal.org/paid-services if you're interested in hiring someone.
Comment #4
aaaaaabsssssgu commentedMy applications are open source, at one time I might learn PHP or switch to ASP.NET, right now I don't have time.
Comment #5
aaaaaabsssssgu commentedMaybe somebody can tell me which code I have to modify in order to make the 'Assigned to' collumn disappear. I've spend ten minutes looking at the code but didn't find it, main problem is I don't know PHP.
Comment #6
aclight commentedIf you mean the assigned column in the listing of issues, such as at http://drupal.org/project/issues, then I can't think of an easy way to get rid of this column without hacking the module itself. However, once #76725: Refactor project issue module to use Views lands, it should be trivial to get rid of the assigned column in your issue listings.
Comment #7
aaaaaabsssssgu commentedThanks, I'm a novice user and hope not having much issues with views.
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.