Drupal Technical
|
1
min read
A number of Drupal users wanted to know how to hide the URL path settings fieldset in a Drupal 7 website. If you are a Drupal user facing the same question in your Drupal site with your Drupal Pathauto module even after using hook_form_alter then read on to find out the solution.
Drupal Technical
|
2
min read
A number of Drupal users were encountering a "PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT * FROM {menu_links}... " error message when clicking on the Drupal Pathauto Patterns tab of their Drupal installation. If you are encountering the same situation in your Drupal site then read on to find out the solution.
Drupal Technical
|
1
min read
Many Drupal users have wanted to know how to prevent the path alias from being changed when editing the title. If you are facing issues when the path alias changes after editing the node title in your Drupal module then read on to find out the solutions.
Drupal Technical
|
2
min read
A Drupal user wanted to know how to disable Pathauto for migrated nodes in their Drupal site. If you are a Drupal user who is facing the same issue while migrating nodes in your Drupal site and would like to know how to disable Pathauto for migrated nodes then read on to know the solution.
Drupal Technical
|
2
min read
A number of Drupal users using the Drupal Organic Gropus module reported that they could not see groups that they belong to and also the groups the administrator belonged to. If you are facing the same issue with Drupal Organic Groups in your Drupal site then read on to find out the fix.
Drupal Technical
|
2
min read
A large number of Drupal users using the Drupal Organic Groups module in their Drupal site wanted to know how to hide the Organic Group field from the users directly. If you are facing the same question in your Drupal site and would like to know how to hide the Organic Group field from your users then read on to find out the solution.
Drupal Technical
|
3
min read
There might be a scenario in a Drupal website where you find that you need to change the color of a row in a View based on the taxonomy id. If you have encountered such a scenario then read on to find out the solution.
Drupal Technical
|
2
min read
A Drupal user using Drupal Organic Groups wanted to know how to show the block on every page that belongs to Organic Groups. Presently the block was only visible in the start page of the blocks. If you are facing the same question in your Drupal site with Drupal organic groups then read on to find out the solution.
Drupal Technical
|
3
min read
FCKeditor Unknown You are using a feature that requires $cookie_domain to be set, but it is not set in your settings.php. A few Drupal users have reported the presence of this warning message in the status reports of their Drupal site. If you are encountering this warning in the status report of your Drupal site then continue reading to solve the problem.
Drupal Technical
|
2
min read
A few Drupal users want to know how to check if a user is a member of an Organic Group via code. If you are facing the same question in your Drupal site with Drupal Organic Groups and would like to know the solution then read on to find out more.