DrupalBin
Submit Code
About
Recent Posts
Serializable closures
Closures in menu item arguments
dpr($content['field_headshot'])
Fix for Git push error
Проверка
Code
$item['title'] = $item['title'];
Loading specific field
expire give non-aliased paths
Fix for Code
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
taxonomy
test
theme
views
more tags
Home
pathauto
Fix for Seeking way to creat new URL aliases for Drupal nodes that already have pathauto aliases, for Google News URL spec
December 8, 2010 - 4:50pm — Anonymous
Current setup: I use Drupal 5.x and have had Pathauto (using 5.x-2.2 currently) installed for a year or two.
Alias
bulk
google news
pathauto
url
Read more
Seeking way to creat new URL aliases for Drupal nodes that already have pathauto aliases, for Google News URL spec
December 8, 2010 - 4:49pm — Anonymous
Current
setup: I use Drupal 5.x and have had Pathauto
(
using 5.x-2.2 currently
)
installed
for
a year or two.
Alias
bulk
google news
pathauto
url
Read more
Dynamically changing menu items on !$may_cache
May 29, 2009 - 9:28am — Anonymous
foreach
(
taxonomy_get_vocabularies
(
)
as
$vocabulary
)
{
if
(
_taxonomy_navigation_is_supported
(
$vocabulary
)
&&
variable_get
(
'taxonomy_navigation_show_'
.
$vocabulary
-
>
vid
,
0
)
)
{
menu
pathauto
taxonomy
Read more
Use pathauto to create an alias for url of a custom node tab
February 17, 2009 - 7:44pm —
Wim Leers
/**
* REMARK: make sure your nodeapi implementation is called
* AFTER pathauto's, to ensure that you'll be using the latest
* alias information. pathauto has weight 1, so your module
pathauto
Read more
_pathauto_build_alias_string() … or something like that?
February 17, 2009 - 7:39pm —
Wim Leers
// Replace the placeholders with the values provided by the module,
// and optionally lower-case the result
$alias
=
str_replace
(
$placeholders
[
'tokens'
]
,
$placeholders
[
'values'
]
,
$pattern
)
;
pathauto
Read more
errors resulting from adding an alias in pathauto to a vocabulary
January 27, 2009 - 10:08am — Anonymous
*
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
Read more
Pathauto issue
November 12, 2007 - 9:19am — Anonymous
* node
pathauto
Read more