By default the user registration form only contains user name and email fields. We can add more user profile fields and include them in the registration form by enabling the Profile module. But that does not include the password field. Continue reading Drupal – Add Password Field in User Registration Form
Tag Archives: Drupal
Drupal – Pathauto alias doesn’t work in different language for multilingual site @ 2
Yesterday i talked about how to fix the Pathauto problem in multi-lingual Drupal site.
Drupal – Pathauto alias doesn’t work in different language for multilingual site @ 1
Continue reading Drupal – Pathauto alias doesn’t work in different language for multilingual site @ 2
Drupal – Pathauto alias doesn’t work in different language for multilingual site @ 1
Recently i am working for a site with 6 different languages. =.=
I found that when i create a node translation, the Automatic alias option in URL path settings does not work. Whenever i save the form, that option is unchecked. Continue reading Drupal – Pathauto alias doesn’t work in different language for multilingual site @ 1
Drupal – Get Vocabulary ID/Object by Name
I found a very good example on retrieving the Vocabulary object by name. Continue reading Drupal – Get Vocabulary ID/Object by Name
Drupal – Get Current URL
Use the following code to get the current page URL.
global $base_url; print $base_url.request_uri();
Done =)
Reference: StackOverflow – How to get the full URL of a Drupal page
Drupal – Enable String Translation for Different Input Formats
If you get the following warning.
- The string XXX for textgroup YYY is not allowed for translation because of its input format.
Continue reading Drupal – Enable String Translation for Different Input Formats
Drupal – HTTP request status Fails
If you got the following problem in the Drupal Status report.
- Your system or network configuration does not allow Drupal to access web pages, resulting in reduced functionality. This could be due to your webserver configuration or PHP settings, and should be resolved in order to download information about available updates, fetch aggregator feeds, sign in via OpenID, or use other network-dependent services.
Drupal – Add Alt Text to Site Logo
The theme in the following example is Fusion Starter. Open the page.tpl.php in the theme folder and search for the word logo. Continue reading Drupal – Add Alt Text to Site Logo
Drupal – Add Delete Link in Edit Comment Form
When you are editing a comment in Drupal, there is not delete option in the form. Continue reading Drupal – Add Delete Link in Edit Comment Form
Drupal – Customize the day link inside the Mini Calendar Navigation Block
Previous related posts:
By default the day links inside the mini calendar block will redirect you to the calendar day view of that day. Continue reading Drupal – Customize the day link inside the Mini Calendar Navigation Block