Enhance your Drupal website's visibility and ranking with our selection of the best 6 SEO modules. Improve user experience and drive organic traffic with Drupal SEO solutions.
Pathauto
Opacity is the CSS property that allows image transparency. All modern browsers support CSS opacity. However, if you want it to function in the older versions of browsers, some cross browser tricks are required. Follow these CSS rules to enable cross browser compatible opacity settings for your HTML elements
In one of our Drupal projects, we implemented a feature where, users can login to the site through Facebook login(fconnect button). Facebook login(Fconnect) button was implemented using fbconnect module. Client requirement was to change the landing page for each user according to their role after login through facebook.
This article is about creating URL alias for a custom menu that we created in our custom module. This was a requirement in one of my projects, to change the node id to node title in one of the custom created url. I was able to do this by implementing hook_pathauto. This is done on Drupal 7.
A number of Drupal users using the Drupal Pathauto module in their Drupal site had reported that Google was indexing node-urls of the pages of their Drupal site instead of the url-aliases. If you are a Drupal user facing the same dire situation in your Drupal site then continue reading to know the solution to the above issue.
A number of Drupal users were encountering a scenario in their Drupal site where the Drupal Pathauto automatic alias checkbox was coming up on all pages by itself. If you are a Drupal user facing the same situation in your Drupal site then read on to find out to know the cause of the issue and the easy workaround for the issue.
A number of Drupal users were facing a scenario in their Drupal site where the Drupal Pathauto automatic alias checkbox is visible to anonymous users. If you are a Drupal user facing the same scenario with Drupal Pathauto in your Drupal site then read on to find out the solution.
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.
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.