alias

Events happening in the community are now at Drupal community events on www.drupal.org.
carcheky's picture

Alias automático en vistas filtradas por argumentos?

Saludos, estoy peleándome con rules de nuevo, les planteo mi duda:

Tengo una vista, que me muestra productos de una tienda usando como argumento el id del producto, generando una vista final con la url "producto/34" (o un número cualquiera).

Ahora, me gustaría que rules agregase un alias cuando añado un producto, sustituyendo la dirección con argumento de la vista "producto/[ID]" por "producto/[title]", previamente transliterado.

La opción de que el argumento sea directamente el title no funciona, la vista sólo se puede hacer con argumento ID, y se trata de una entidad.

Read more
betovarg's picture

Does anyone know about a good tutorial for remote aliases?

Hi there,

I understand that you can use drush installed locally, on a remote server without the need to use ssh, through an alias. Is this correct? Do you people know about a good tutorial out there? I have a bluehost account and they ask for some ID faxed to them, I do not live in the US and i dislike the idea of having to scan an send an ID. Not happening.

Thanx in advance!

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
jasom's picture

"Create or delete an URL alias" don't produce lowercase aliases

I'm using rules to create path alias after saving new user. Values are:
Existing path: user/[account:uid]/blog
New alias: [account:user-raw]/blog

Example

User name: Kotuha Matuha
Current result: http://127.0.0.1/Kotuha-Matuha/blog
Demanding result: http://127.0.0.1/kotuha-matuha/blog

Any idea? ;)

Read more
boaz_r's picture

Showing content based on URL alias

Hi,

Am I missing something or what? : I'm looking for a way to make panels 3 show content (node) based on the url alias - to match the requested URL with the URL alias of the node.
Can this be done with panels 3 ? (This is D6 with the latest CCK, panels, ctools modules to date).

Thanks!

Read more
apemantus's picture

Changing the node value of an aliased site on the fly

I can't think of a better title sorry...

I'm using the (excellent) Domain Access module. One thing I'm doing is aliasing sites. As an example.co.uk is aliased to example.com. So going to example.co.uk/foo is identical to going to example.com/foo.

However, there are one or two pages (in a large site) which I want to be different. So example.co.uk/contact would go to a different page than example.com/contact.

The "easiest" way (if horrendous in some respects) seems to be to add code (to theme_preprocess_page? to settings.php? custom_url_rewrite_inbound?) that says:

Read more
Subscribe with RSS Syndicate content