Is anyone aware of a module or methodology to allow partial login similar to the way LinkedIn or Amazon.com know who you are and give you access to certain things in your account but when you want to do something that might cause damage you have to present your login credientials?
I started learning drupal when 6 started, but now version 7 is coming and I still can't do anything with the modules. How different is the modules in 7 and 6 and how do I learn module development so that I could contribute to the community?\
I'm having a problem with the Drupal 7 Alpha 5 install.
One of the requirements is a "/tmp" directory. I've created a "tmp" directory at the root (domain.com/httpdocs/tmp) and made sure ownership / permissions are correct but the message still pops up..
There were other folders that needed to be created but creating those folders and setting the permissions removed those errors as expected but this /tmp just won't go away. Anyone experience this?
Hi,
I'm trying to use the inbuilt blog module within drupal 7.x but I dont want the render($page['content']) to include the links to the author and comments parts of the page.
I've tried to hide this using the following (none of which have worked as of yet)
1. hide($content['links'])
2. hide($page['content']['system_main']['nodes'][$vid]['links']);