I'm currently setting up a webshop for one of my clients and have stopped at a problem. The shop has both Cash on demand (Invoice in mail) and Credit Card payment. Now they want to make some of their customers "trusted customers". Ordinary customers can only use Credit card, while "trusted customers" can get a invoice in their mail and pay later.
So the question is: How do I create custom "flags" on users? I need to be able to enable/disable "trusted" flag on users with a checkbox on the user profiles.
I'm looking for a way to allow each (authenticated) user to define the page he will access upon login.
Right now, the default is http://www.mysite.org/drupal_root/node, which is fine. Some users, however, might want to arrive directly on the news aggregator feed, or, in the case of my own admin account, I'd like to reach the control panel directly upon login.
I've had a look at Front Page, but it only allows a site-wide change of the default page, which is not what I want.
I would like to create a page which would allow a user to change fields on multiple nodes at once (in a table) and then update the changes to all the nodes in one go. What may complicate things further is that some of these fields are additional flexinode fields.
Could anyone point me in the direction of some snippetts/examples of how I could go about doing this in 4.7? I'm still getting my head around the new Forms stuff, and I work best with examples!
I need to add LABEL tags in to the form presented on the clientside by the SimpleNews module to improve its accessibility. However I've searched my whole Drupal directory for anything containing the id "theme_sn_form" and there are no results.
In addition I've scoured the file simplenews.module for FORM tags and such but nothing!
Is it possible to easily (i.e. something in a module?) to change a whole lot of files in a particular category to read only + no comments
I want to set up part of the site for comment by members--but only certain categories. I don't want to have to go back through 400 nodes to change them all!
And is it possible to set up differnt membership classes for different categories
eg conference members for 2006 to the 2006 nodes
conference members for 2007 to the 2007 nodes.