Paths

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.

This group serves as a means to discuss paths in Drupal and specifically the Pathauto and URLify modules. The modules all have similar but different functionality and discussions frequently overlap the modules.

I addition to the issue queue, this group serves as a place to discuss new features and changes in functions of the modules.

Finally, this group serves as a means of alerting users to updates in the modules. If you sign up you can expect to get an email from the Pathauto and URLify module maintainers if/when there is significant news in the development of their modules such as the release of a new version or a security update.

Pathauto Specifically for Pathauto the main area that is most up to date for news and changes to pathauto will probably always be the Issue Queue.

comerer's picture

Drupal 8, Pathauto - Content type pattern the token for taxonomy term parent is missing

Hi,

The whole question is in the title.
Will elaborate bellow.

Need to create an automated alias pattern based on the taxonomy structure that includes Term parent + term + node title.
Presently, when creating a new pattern based on the content type there is no token that reflects taxonomy term parent.

Same token do exist when creating a pattern based on the taxonomy terms ([term:original:parent:name])

The question is very simple:

How do I create a node aliase based on the content type that reflects the whole structure of the Taxonomy (term parent + child).

Read more
Andy Inman's picture

Path Finder module - another solution for path/alias management

Comments invited - new module to help with path-management and avoid broken links: http://drupal.org/project/pathfinder

Code will be uploaded very shortly.

Read more
greggles's picture

Pathauto maintainership June 2011 update

Hello friends,

Read more
-enzo-'s picture

Screencast Introduccion a PathAuto con Drupal 6

Este es mi regalo de navidad para la comunidad "Introduccion a PathAuto con Drupal 6" http://anexusit.com/es/screencast/introduccion-pathauto-con-drupal-6.

Que lo disfruten.

Espero les guste

enzo

Read more
innovationcreation's picture

How to create new URL aliases for _all_ nodes and still keeping existing URLs working

short version:

I am looking for guidance on creating new URL aliases on all nodes to meet Google News URL specs (http://agtoday.us/eV7DSB ). Existing URLs need to continue (I think the term here is 'redirected'). Site is Drupal 5.x with Pathauto already running. Thoughts? Issues? Ref links? :)

Longer version

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

Read more
MTecknology's picture

Nginx Wiki - Drupal

I took the time to write up a best practices wiki page on the Nginx wiki for Drupal. Your configurations may or may not be similar and may or may not add extras. The setup in the Nginx wiki will not cover things like using Boost or Varnish.

The configuration in the wiki will provide an excellent base for anything you want to do with Drupal (and Pressflow). It takes a lot of beginner mistakes and explains why they are the wrong way. There are a massive number of beginner mistakes that I've seen around drupal.org and the rest of the Internet. I hope that linking to this page will help.

Read more
Dave Reid's picture

New releases of Pathauto imminent - help us test!

This week we'd like to release a new version of Pathauto for both Drupal 6 and 7. There have been numerous fixes for long-standing bugs with alias generation and internationalization. Oh and a few new features too (mostly in the 6.x-2.x and 7.x-1.x versions). As there have been quite a few changes made, we'd like your help testing either the 6.x-1.x-dev, 6.x-2.x-dev, or 7.x-1.x-dev versions.

Make sure when testing you have the latest development version of Token module downloaded as well.

Below are some of the major changes and bug fixes:

Read more
thelionkingraja's picture

I wish to have subdomains for specific content types.

Hello Everyone,

I am having a site where i have installed OG(Organic Groups) module for managing groups.

Each group created must have a subdomain like groupname.domainname.com ?

I have a shared hosting, also i wish to do this in localhost.

Please help me to do this.

Thanks in advance.

Read more
MTecknology's picture

Pathauto and Content Translations

I'm working on a website that will need to have multiple languages.

I'm using a few of the basic tools. When I create a node in the default language it will become /content/test002 is aliased to /node/227. This is as expected. I can also click the Translate tab and click a language I want to translate the node into. I'm also able to add the actual translation. This is also as expected.

Where it breaks... I'm not able to go to fr/content/test002. I get page not found.

I'm not sure what I'm missing to make this work.

Read more
Dave Reid's picture

Unified redirection framework for Drupal 7

We've got a lot of overlap and duplication of efforts between modules like Path redirect, Global redirect, Secure pages, etc which could potentially really benefit from a unified redirection API and UI. Another advantage is if we can make this redirection API/UI simple, it could be a good candidate to be considered for Drupal 8 Core/CMS.

So...what APIs or features do we need to provide?

Read more
ojardila's picture

Table, Path Auto

I need know the tables of DB where pathauto stores the rewrite rules. Do you know what are these tables?

Read more
Dave Reid's picture

Should were merge the Path redirect and Global Redirect modules into a 'Redirect' module for Drupal 7?

Let's merge them
100% (26 votes)
Let's keep them separate
0% (0 votes)
Total votes: 26
Dave Reid's picture

Roadmap for Pathauto for D7 and beyond

I wanted to post my ideas and what I thought would be a good roadmap for Pathauto as we're getting closer to a Drupal 7 release and what could be a big effort to have Pathauto in core for Drupal 8. I'd love to hear your feedback on these ideas!

Read more
Dave Reid's picture

Separate bulk updating from Pathauto

I'd like to get everyone's input on moving the bulk-type operations out of the main Pathauto module and into a new separate or sub-module called 'Pathauto Bulk Update'.

See http://drupal.org/node/713238 for the Pathauto RFC issue

Read more

One more 6.x-1.x release

Hey folks, let's get a list going of bugs (ideally with patches) that are ready to go for what will hopefully be the last 6.x-1.x release of Pathauto.

Read more
speersd's picture

create alias for content profile automatically

I am trying to figure out how to get an alias to be automatically created for a user's content_profile (6.x-1.0-beta4) when they create or edit the profile, but without giving them the option.

Read more
pshafer's picture

Pathauto pagination with Drupal 5

I have a few content types that I have used pathauto to alias as taxonomy listings. Will drupal paginate automatically when a certain number of nodes are displayed? Is there a way to make that happen?

Read more
asPagurus's picture

How I can add some symbols to remove by pathauto? (Drupal 5)

My site in russian language and all is well with pathauto exept '«' and '»'.
Thease symbols pass through pathauto and cause problems when link copied from address bar to mail or other program..
For example, gmail does not include it to link..

How I may include thease sybols to list, that removes from address?

P.S.
I've try to place two string in pathauto.inc - in function pathauto_cleanstring():

$output = str_replace('«', '', $output);
$output = str_replace('»', '', $output);
Read more
mr.alinaki's picture

Generate path by node type without Pathauto

Hi!

Is it possible to generate url aliases to nodes by their type without pathauto? I.e. topic/234, forum/456, where topic and forum are some content types? Maybe url_alter may help with that?

Read more
andrewz's picture

pathauto doesn't work with content translation

I am new to Drupal and trying out Drupal 6.13 with path auto and content translation. For an open source project, I hope to have basic pages translated in multiple languages. However, my first Spanish page shows up as /node/7/ even though I see its URL alias (in the list of aliases), and I can't navigate to its alias (404 not found).

I'd also be interested in example URL schemes for multiple languages.

Read more
Subscribe with RSS Syndicate content