pathauto

Fix for Seeking way to creat new URL aliases for Drupal nodes that already have pathauto aliases, for Google News URL spec

  1. Current setup: I use Drupal 5.x and have had Pathauto (using 5.x-2.2 currently) installed for a year or two.

Seeking way to creat new URL aliases for Drupal nodes that already have pathauto aliases, for Google News URL spec

  1. Current setup: I use Drupal 5.x and have had Pathauto (using 5.x-2.2 currently) installed for a year or two.

Dynamically changing menu items on !$may_cache

  1.     foreach (taxonomy_get_vocabularies() as $vocabulary) {
  2.       if (_taxonomy_navigation_is_supported($vocabulary) && variable_get('taxonomy_navigation_show_' . $vocabulary->vid, 0)) {

Use pathauto to create an alias for url of a custom node tab

  1. /**
  2.  * REMARK: make sure your nodeapi implementation is called
  3.  * AFTER pathauto's, to ensure that you'll be using the latest
  4.  * alias information. pathauto has weight 1, so your module

_pathauto_build_alias_string() … or something like that?

  1.   // Replace the placeholders with the values provided by the module,
  2.   // and optionally lower-case the result
  3.   $alias = str_replace($placeholders['tokens'], $placeholders['values'], $pattern);

errors resulting from adding an alias in pathauto to a vocabulary

  1.     * warning: Invalid argument supplied for foreach() in /var/www/vhosts/donttravelempty.co.uk/httpdocs/business-directory/modules/views/includes/handlers.inc on line 794.

Pathauto issue

  1.     * node
Syndicate content