How to set user's password in users table of drupal7 database when upgrade from d6 to d7? Because using md5 in drupal 6,but not in drupal 7. Thanks a lot.
I've got a vocabulary named 'persons' attached to an article-node. The tags the vocabulary have both a description and images attached.
Say an article is tagged with 'Michael Jackson'. As per standard the node view displays the tag as a link. I would like to also show the description and images attached to that particular tag?
How would I do that? I'm guessing it's by making a view with some arguments in a block, that shows only on article-pages but would like some more pointers. Thank you.
Hello.. I am having a first look to see how is the module status in D7.. that's a long and tedious job, as I have tens or maybe even hundreds of modules installed.
Is there a module that automatically report the status of installed/enabled modules for a specific version (or a drush command) ??
I'm using Drupal 7, and have created a subtheme for Bartik. I would like to customize the template for the book module. I was able to create a custom node template using the filename: node--book.tpl.php , but I'm not able to create a custom page template for the book module. I've tried different file names like:
Hey guys. I was wondering if it is possible to make a link field. I just want to paste a URL into the field and when the node is displayed, to be able to click the URL. Is this possible? Thanks.