A Universal Resource Locator (URL) is a string (address) that references a webpage or other Internet resource.
0
votes
0answers
14 views
Path-based context and URL aliases - wrong block shown
My (Drupal 7) site has a search which uses two blocks - one for entering the criteria and one for the results.
(For brevity, I won't explain in detail why I need two blocks but it's basically because ...
0
votes
1answer
31 views
Passing Argument from URL in Panel to View Pane or Block (D7)
I have a page where I want to display all resources for a course grouped by taxonomy term. The courses are organic groups and the resources are materials belonging to those groups. I'm using panels to ...
0
votes
0answers
11 views
How to alter language domain?
I would like to alter the language Domain for all url on a Drupal 7 site. My aim is to get multiple domains working as languages domain (for example en.example.com/english-path and ...
1
vote
1answer
25 views
double slash '//' with drupal_goto
I am using drupal_goto and url methods to try and direct the user to a page.
url returns a string like "/whatever/example" and then I pass that into drupal_goto and they get sent to
...
0
votes
0answers
13 views
How to pass a url as a hook menu argument
I need to send a url as a variable in path e.g.
2 arguments. The 2nd argument would need to be a url so http://www.blah.com. However, at the moment even if I use urlencode (which produces ...
1
vote
0answers
19 views
Adding an extra query string in URL
I am no way related to Drupal but my client has problem in embedding my web application in drupal.
Here is the problem
www.abc.com/node/14583 this site was build using Drupal and our web application ...
0
votes
1answer
32 views
How do I pass a value from the url to a custom field in the registration form?
I know variations of this question have been asked but I haven't found any with this specific set of characteristics. Also, the only programming language I know is python. I don't know PHP at all.
I ...
1
vote
1answer
37 views
Custom url inside the button
I was creating my first project with drupal and now my problem was the request new password since this is a link and i want to make it into buttons so i generate my hook_form_alter but i got a problem ...
0
votes
0answers
21 views
Drupal always creates its own URL aliases, even when I tell it not to
I don't know if this is a bug in Drupal, or if there's a configuration somewhere that is causing the problem, but when I create a new page or edit an existing page, Drupal (always? often? sometimes?) ...
0
votes
2answers
54 views
Linking terms to views instead of taxonomy pages
I have created a view for movie genres, with contextual filters to generate such pages as /horror, /comedy, etc.
When I tag content or users, I want the links which then appear on these pages to ...
0
votes
2answers
52 views
How do I get the ID value from a URL
example.com:8080/browse?category=137 is my URL for a taxonomy category page.
How am I supposed to take the category ID (137) from that URI?
0
votes
0answers
22 views
Passing a contextual filter value to a view via a link with entityreference prepopulate?
I have two content types, Ad and Reply (think of how posting works on Craigslist for the Ad, and the Reply is an on-site form to reply). I am using Entity Reference Prepopulate to automatically ...
0
votes
1answer
29 views
Get page title of view and panel page via url
Is there any way to get page title of view and panel page using url. I tried
$normal_path = drupal_get_normal_path($path);
$item = menu_get_item($normal_path);
$title = $item['title'];
and it is ...
0
votes
2answers
26 views
How do I create a url for views that displays values using exposed filter?
I created a view block that displays in table where there is an exposed filter called category:
Category | Data
A 1
A 2
B 3
C 4
now I want to create ...
1
vote
1answer
40 views
Imagecache_external: Thumbnails of external URLs aren't accessible
Modules:
Imagecache External, Media, Remote Stream Wrapper
Scenario:
I created a content type, in which I want to collect Movie Actors. My aim is to add images of those actors which arent hosted on ...
0
votes
1answer
21 views
How to determine the source (views/modules/blocks, etc) of content in different URLs?
I am working on re-designing an existing site for which I need to edit the output of each page (i.e. each URL). Is there a good way to determine where the data is coming from? By "where" I mean, is it ...
3
votes
1answer
70 views
How to add an external image to node with a module?
I have created a form through my module in which the user(anonymous) can enter an image URL and some title for the image.
The link needs to be, like with remote stream wrapper, shown as an actual ...
0
votes
0answers
26 views
Why does the Scheduler change my URLs?
I have an xxx field that is the last part of the URL (the title in other language basically). I have already built the whole site that way: all of my content types, already unique visitors and ...
0
votes
0answers
34 views
trailing slash added unwillingly and page not found
There is a url that links to a view that is a page. When clicking the link to that view, a trailing slash gets added and the the page returns 'page not found' nothing about the site gets loaded, just ...
1
vote
1answer
24 views
Detect page redirection and execute code
I have two modules which I am trying to make work in synch.
The first module creates a dynamic page and redirects users if certain conditions are met. The redirect URL takes to following form: ...
1
vote
1answer
26 views
Update field via url
Is it possible to modify a field on a node via a url string? For example, my node (1) has a field (field_stage) which I'd like to update using the following url:
...
0
votes
1answer
51 views
How to alias / rewrite path to theme?
The paths to css/js/images in a theme look like /sites/mysite.org/theme/*
Is there a way to rewrite those paths to – let's say – /mytheme/* ?
0
votes
1answer
107 views
Drupal 7 menu translation and url aliases
I am building a multilingual site with Drupal7 and enabled i18n and menu translation module. I can translate menu items and it is working fine with only one little problem:
If the menu item points to ...
0
votes
1answer
69 views
Drupal 7 taxonomy add term missing url path settings
I'm working with a Drupal 7 installation, I watched a video that shows how to work with taxonomy, http://www.youtube.com/watch?v=Qmr2HW6CtJQ but when I go to "add term" to create a new term in my ...
0
votes
1answer
25 views
How can I setup automatic subpages for existing pages using a view with a contextual filter that uses the URL to determine the filter value?
I have two content types that are being linked via entity references.
Area of Expertise [Existing URL: /expertise/specific-area-here]
Employee [Desired URL: ...
0
votes
0answers
38 views
Evaluate URL to set values in webform
I am sending a link for a survey (webform 3.x) to users. Based on a variety of information, they receive a link in the format http://www.domain.com/group/userid. I'm able to retrieve the /group ...
1
vote
0answers
53 views
Generate one-time-use custom links for emails and interact with them to accomplish tasks
Is there a module that would auto-generate custom unique one-time-use URLs that timeout after a set time, and can be used to accomplish tasks and progress workflows in Drupal 7?
Use Case 1
User ...
0
votes
0answers
167 views
Link field and itms-services protocol issue
Last week I was confused by the itms-services.This protocol is use by IOS devices to install APPs.
In my website the link if use HTML format is like:
<a ...
0
votes
1answer
33 views
Inherit page id for drupal node
I am trying to make a node inherit the url of where it is clicked form.
eg : .com/blue-work/node-1
not .com/node-1
This is so when a link is clicked from a certain destination the node inherits its ...
0
votes
1answer
24 views
How to map a URL to an attachment
I'd like to have a simple and clean URL for a PDF file, such as
http://www.examples/file1
that maps to an attachment in a Drupal node, rather than using something like
...
-2
votes
2answers
150 views
Allow special character in URL like curly bracket?
Any idea how I can allow special characters like curly braces and equal ({}, =)?
The IFBYPHONE analytics asked me to add this ...
0
votes
0answers
27 views
Creating custom page with url callback [duplicate]
I guess my problem is very simple but I still could not get it solved... I am very new to Drupal.
I have a Drupal 6 website and I create my own custom_page.php file (just a dummy static html page for ...
2
votes
0answers
36 views
Custom language negotiation module not working
I'm writing a custom module to allow the use of language a language suffix (of the form -eng or -fra) rather than the standard prefix.
I'm using the language's configured prefix and have a number of ...
2
votes
3answers
220 views
anchor (#) in url alias
I want to open same page from different contents. So I need to generate link like /testimonials#group-1 for these contents. I used pathauto module for this. I made pattern for this category ...
0
votes
2answers
48 views
Migrate Drupal7 to local, user login link redirect to live, how to redirect it to local?
I have changed cookies name and base URL for my local environment, I have also emptied all cache tables, but still it redirects to the live site.
Like http://server1/mysitename/user to ...
0
votes
0answers
36 views
How to get nodes of selected language passed as URL prefix?
I was able to do it in D6, but I have no idea how to do it in 7.
All I managed is to set contextual filter (node: language) but it works only for:
rss.xml/en
rss.xml/de
but I want to use language ...
2
votes
2answers
56 views
How do I find a node knowing its URL?
I need to rename the node home-care/vids into home-care/product-solutions. The trouble is that I can't find home-care/vids in the dashboard of this relatively big site.
How can I find it?
I have ...
0
votes
2answers
56 views
Handling dynamic URLs in Drupal 6 through my custom module
I have written a custom module and have defined a menu inside the module as test. This menu uses a function named mymodule_test() to render contents. The code written for this menu is working ...
0
votes
0answers
41 views
Redirect D7 views landing page to specific node view
I have a permanent URL that displays the latest newsletter:
www.example.com/newsletter
I have a views block on the right that allows people to view back issues:
www.example.com/newsletter/68
...
0
votes
1answer
72 views
How to get url path info into a form variable
I am creating a module for Drupal 7 that has form that will appear in a block. What I would like to do is get the url for the page that the block appears on (when displayed to the user) and store it ...
2
votes
1answer
71 views
Automatically shorten URLs on website with other domain name that I own
Yesterday I purchased the domain stps.me to be able to shorten URLs for my other website setups.co.
I found two modules, Shorten URLs and ShURLy, that were able to shorten URLs.
However, I can't ...
3
votes
1answer
56 views
Need to change the subdomain URL structure - D7
Need to change the subdomain URL structure from:
sub1.example.com
sub2.example.com
To:
www.example.com/sub1
www.example.com/sub2
Is there any module to do this in Drupal 7
If there is no other ...
0
votes
2answers
74 views
A sub-domain for each user blog
Is there any module, or a way to get a user blog in a separate sub-domain, such as user1.example.com for user1, and user2.example.com for user2?
0
votes
3answers
129 views
drupal_goto(request_uri()) replaces my '?', '=' and '&' in url
I need to redirect user from a page with mysite.com/node/add/dispo?arg1=1&arg2=2 to the same type of URL. But when I simply do a drupal_goto(request_uri());, it redirects my user to ...
0
votes
2answers
176 views
Passing url arguments to views
I've created a landing page/portal content type and created a series of views for it. However I have run into a problem, i'm not sure how to pass arguments from the urls to the block views on these ...
0
votes
1answer
148 views
Set cron job to open URL
I want to automate one task in cron. I have one URL which I can open and it refreshes the web service data. I can do that in every 12 hours. Is it possible to automate that in cron? Please let me know ...
2
votes
2answers
138 views
Any way to get localized term names in node paths
I have a node type "news" with an included term reference field named "newscategory". i18n-module incl. taxonomy-i18n is also installed, vocabulary is translatable and all terms are translated. But ...
0
votes
0answers
58 views
Changing the URL messed up my clients drupal site!
I have been working on my clients site without a URL so to log in to the server we've been using the "ip address/~henryl" The client told me to make the site live by transferring over his domain name ...
1
vote
1answer
151 views
space character in url is coming up as '%20'
one of my clients website (built on D7) has the '%20' sign coming up in url as a result of a space. My only way around till now has been to use'-' instead of a space between the product names. But i ...
1
vote
1answer
235 views
Rewrite URL not working
In Drupal 6 I used the following snippet of code in my .htaccess file to extract information from a non-existent URL and pass it to an existing URL in a GET form. However, it isn't rewriting the URL ...




