How do i disable the function for letting people create new accounts? or at least remove the text under the login box that says "create new user account".
I'm working on a custom module where I need to be able to store uploaded image files outside of Drupal and store information about the files in a custom database.
There is also a need to generate different versions (resize, watermark etc) for the images (should also be stored outside of Drupal).
For now, uploaded files are going to be stored localy on the same server (just outside of Drupal).
How do I best deal with configuration for where to store files? Is it a good idea to create a stream wrapper (e.g extending the DrupalLocalStreamWrapper)?
Using Views 3 on D7. I CAN'T expose any filters. I did it before fine. Now, for every filter I try to expose it won't save. After checking expose filter and saving, I'll click back on the settings and the expose filter box will be unchecked. Also, I'm not get muti select option. Which I don't know why. I don't know whats going on here. This is so frustrating.
I'm trying to install Acquia Drupal 7 on a shared hosting site (hosted with websitesource, listed as one of the companies that can run Drupal).
I get the following error: Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini mbstring.http_input setting. Please refer to the PHP mbstring documentation for more information.
I checked the .htaccess file and the required code to disable multibyte string input/output is there. Can someone shed some light on what's going on?
I am developing a theme in Drupal 7. Now I want to change the markup of the 'register' and 'request new pw' links. But when I inspect the form-array of the login block in mytheme_preprocess_user_login_block with dpm(), the links are already rendered - theres a index #markup with the html code of these links.
Everything else in this form isn't rendered.
So how can I add classes to the 'register' link or change the html output of these links?
I am receiving the following error on every page I go to. The unusual thing here, is that I do not see these error messages if I am logged in as Admin, although I do see it with every other account, even an account that has all available permissions.
Notice: Undefined index: primary-links in menu_block_view() (line 462 of /home/drupal/modules/menu/menu.module).
The message does not appear if I disable 'Menu' in the Administration/Modules.