Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I changed "Field visibility and permissions" for a field "user_picture" under ..admin/config/people/accounts/fields/user.user.user_picture and then I dropped my changes.
Now, when I change "View user information" under ..admin/people/permissions I get this error:
I have several articles with taxonomy tags. But the search module seems to ignore the tags returning only the articles having the search terms in the body/title and not in the taxonomy.
I am creating a form. It contains 5 dropdown selection lists. When they are selected one by one, they can work normally. But in some cases. Need to skip the middle 1 or 2 sub forms. How can I achieve this goal? This is my code, it helps explain my problem. Thank you for all your tips.
<?php
/**
* Build a 5-level linked query form from the database,
*/
I have installed the Forum on my Drupal site, and now the signup page has a place to sign up for Forum subscriptions and Forum topic subscriptions. I do not want this on the new signup page, but cannot find a place to remove it.