A Universal Resource Locator (URL) is a string (address) that references a webpage or other Internet resource.
0
votes
1answer
24 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
31 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
44 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
42 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
15 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
22 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
25 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
30 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
20 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
49 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
32 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
22 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
21 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:
...