Questions tagged [drupal-path-aliases]

32 questions
0
votes
3 answers

I want to use the question mark in the auto-generated path aliases

I want to use the question mark the automatically generated path aliases, but when I write the question mark, it is changed to %3f. How can I fix this?
Ghan Shyam
  • 626
  • 1
  • 6
  • 18
0
votes
1 answer

how to URL path translate

my language is Arabic i want to use pathauto for clean URL but my problem is when use this module my URL is very long because mydomain.com/الشهور الأخيرة بشأن استحواذ and browser convert to UTF-8 char how to use Google translate for translate my…
reza
  • 133
  • 13
0
votes
2 answers

where do I set the default node path in drupal

I set somewhere, that all new nodes should be published under 'reports' (domain.com/reports/node) Where can I change this?
jospBln
  • 23
  • 6
0
votes
0 answers

Drupal 7 - How to add article at URL location based on taxonomy?

I want to be able to add articles to my Drupal 7 website where the URL location is automatically generated based on the taxonomy. Therefore, if I choose the taxonomy "News > Local > Town", it will be placed on my site at…
0
votes
0 answers

Drupal path alias routing to homepage ( page) when link is clicked in the main menu

I have been slaving over this issue for 6 hours now and it seems so simple but I can't seem to figure it out. I am creating a Drupal site for a client and I have never used Drupal before, Ive picked up on basic custom theming and everything was…
Tyler
  • 73
  • 2
  • 11
0
votes
1 answer

Drupal 6: URL Alias setting for Vocabulary/Term to Term-customtext

I have a Vocabulary for location. and as a default it takes path as www.blabla.com/location/uk/london and I need to make it as www.blabla.com/london-restaurant My configurations are as below. but somehow it doesn't work at all :/ Appreciate…
0
votes
1 answer

Many 1000s of URL redirects in Drupal 7: PathAuto/GlobalRedirect, apache .htaccess, or another solution?

I am looking for the 'best' (fastest, most efficient) way to map http requests when there could be as many as 30,000 different URLs that need mapping. I have made a map pointing URLs on the old vBulletin system to the URLs on the new Drupal 7…
0
votes
1 answer

Page not found error when using plus"+" sign in the path aliases

I am trying to create a new simple node with url alias as test+node. when i save the node the page is not showing the node, the url changes as http://server/packets/test%2Bnode but it only shows the following error Page not found The requested page…
Mukilan R
  • 445
  • 5
  • 17
0
votes
1 answer

Drupal 7 make url alias accept additional args

I have node with path 'node/78' and it has alias 'the-island/news'. In 'node/78' path I can add additional args like 'node/78/second/third', but if add in alias 'the-island/news/second/third' it doesn't work. How create such aliases?
Lyubimov Roman
  • 1,269
  • 15
  • 27
0
votes
1 answer

Drupal get path from redirect url

I would like to know if there is any way in Drupal that given a url that is a redirect of another url get the original one. Ie, I have a url and alias as: /prices/old-vehicles -> node/112 and I have and url redirect as -> /old-vehicles-pricing ->…
vicpada
  • 65
  • 11
0
votes
1 answer

drupal 7 create an alias view alias with arguments

I have an url like this: http://www.mysite.com/myview?arg1=3&arg2=4. It points to a view. I would like , for a specific compination of arguments, a shorter url alias something like http://www.mysite.com/myalias that point to the same page. I did…
John
  • 41
  • 2
  • 2
  • 6
0
votes
2 answers

Is there option to have powerful URL and Aliases in Drupal, not the poor one that I've found?

First of all I want to state that I've just started with Drupal so I'm a noob. I'll try to explain what I think is a powerful URL and Alias system. Lets say we have some structured content with some subcontent shared between main sections. The main…
foobar011
  • 3
  • 2
0
votes
3 answers

Drupal 7: Display Hierarchical Vocabulary Terms in URL Pattern

I'm not sure if this is the appropriate place for this question (I'm a self-proclaimed newbie)...I have a vocabulary with the following scheme: category1    subcategory1a    subcategory1b I'm trying to create a URL pattern for the…
ForTheWin
  • 617
  • 1
  • 8
  • 15
0
votes
2 answers

Drupal menu_link with node/number instead of alias

I have a problem: function drupal_menu_link($variables) { $element = $variables['element']; $sub_menu = $element['#below'] ? drupal_render($element['#below']) : ''; return '
Michael D
  • 83
  • 2
  • 11
0
votes
1 answer

Drupal 7 path_save with a query arguments

I've searched all over for examples of this, but I haven't found any. I'm trying to create an alias for path which includes query arguments, like profile?arg1=113. It doesn't matter if I provide path_save() with the plain string representation of…
LEN
  • 35
  • 1
  • 10