I'm looking for the best method to import user data from excel/CSV files directly into the users database in Drupal 7.
The procedure needs to import the following items from the CSV:
- username
- password
- email address
- role
I've tried out the User import framework - which just lets you do email, username and password. If anybody can suggest some info on how to extend this to work for roles that would be awesome. http://drupal.org/project/uif
I'm looking to write a module called "Menu Forcer" which is meant to be really simple. Depending on things such as the current node type or URL, it should simply set the "active" class on a specific menu item.
I have now thoroughly explored the Media module. It is a worthy addition but there appears to be one glaring omission. All the uploaded media files sit in one folder. There is no way to create sub-folders to better organize the media. Surely the developers wouldn't go to all the trouble to create the module and then fail at the final hurdle! I would have thought that having folders would be the first requirement.
Am I missing something here? Is there an add-on module to achieve this?
Hi,
I have created a menu and I want to add a text in that menu below which I want to add more links. I am using d7 but I can't seem to find a solution for it.