Custom urls for Drupal paths.
0
votes
2answers
44 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
1answer
17 views
What is the Correct UID path whilst using Ubercart Affiliate in Custom DB
I'm currently building a various user dashboard using my own custom hacked Workbench (WB) & cloned from one Master for end users (3 roles ex SU). WB chosen over Homebox as that was taking me too ...
2
votes
1answer
26 views
How to programmatically uncheck 'Generate automatic URL alias' option for all nodes
I've created some nodes programmatically and set the path alias. But when I then go into edit the node the 'Generate automatic URL alias' option is still checked, even though my alias is shown in the ...
0
votes
0answers
8 views
Return different content in panel nodes based on path patterns with centralised settings
I am using Drupal for an app that returns Drupal based content based on a url path. the app is an overlay that sits on an international site and redirects users to content on the local version of the ...
0
votes
0answers
23 views
Upload an entire images folder
I'm integrating a plugin (starzoom) in a gallery page.
The plugin uses an array of small parts of an big picture inside a specific folder.
I need to create a visual friendly way for the client to ...
0
votes
1answer
50 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
21 views
Image not showing in Drupal 7
Site is hosted in fasthosts wherein <IfModule> is not supported so they advice me to edit .htaccess to something like this.
Comment,
Order allow,deny
</FilesMatch>
Options –Indexes
...
0
votes
0answers
10 views
Menu item not showing while using view with argument as link
I'm using D7 and I've found that menu disappears while it's linking to view with argument. Example:
I have a view called with it's path "/news" and it contains argument (Contextual Filter) "Has ...
0
votes
1answer
52 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
32 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
2answers
45 views
update only a part of url path in database
I am migrating website and I changed my mind about url path where my images are stored. Before the path looked like: files/name-of-article/image.jpg now I would like to change it to ...
0
votes
1answer
55 views
How to associate an entity view mode with a path? (Commerce product entity)
I created a view mode for a Commerce product entity with http://drupal.org/project/entity_view_mode , now I would like to associate this with a path like myproduct/[entity_id] , so I can attach meta ...
0
votes
1answer
36 views
Custom theme css separate from editor css
I have a custom css file in my custom theme folder which has a few changes I made throughout site but does not affect the tinymce editor but probably overrides it making so no changes in text.
I have ...
1
vote
3answers
284 views
What is causing /user/*/taxonomy/term/* to redirect to /taxonomy/term/*?
I got a view with contextual filters set up as the following:
Global: Null (Fixed value "user")
Content: Author uid (User ID from URL)
Global: Null (Fixed value "taxonomy")
Global: Null (Fixed value ...
1
vote
1answer
26 views
D7 - Losing images when moving site location; placeholders point to old absolute path rather than relative path
My file directories have not changed, but every time I move from local host to production, or just change the filename of a test site online, I loose the images.
For example if I use the backup of ...