Tagged Questions
0
votes
0answers
12 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
34 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 ...
1
vote
3answers
288 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 ...
0
votes
1answer
42 views
Use Ajax in a view outside Its path
I am using a view that I get from views_get_view('') and I put it inside a node page.
The problem is that the view normally uses AJAX (to filter,pagination,etc...) only when called through Its path.
...
0
votes
1answer
269 views
Views-overriden taxonomy/term page returns not found
I am trying to override the default taxonomy/term/xxx page with a page created by views.
My view: I have followed the usual instructions with using url taxonomy/term/%, gave it a contextual filter ...
0
votes
0answers
19 views
Adding Views in Taxonomy Tags
I have created a views and want to apply it for a Taxonomy Tags, but i can't understand how to configure its path. I have tried with this path /news-tags/%/term but it did not works. any ideas? Thanks
...
0
votes
1answer
91 views
Should I disallow drupal path or alias by robots.txt?
I have 2 languages enabled on my site English and Japanese.
Japanese is the default and English has prefix "en".
I want search engines to crawl one View page only in Japanese.
So I decided to use ...
0
votes
2answers
280 views
Views - path field gives wrong url
I made change in setting.php for base url
$base_url = 'http://www.example.com/drupal
Pattern for this content type paths are
[node:title]
pathauto works ok, in the database path is exactly as ...
0
votes
1answer
108 views
How to set different paths to different images on the same views block
I have a situation where I have a block with 3 Images and links in the front page set in a block (drupal 7)
and I am trying to make each image and link to point to a different section in the site
but ...
0
votes
1answer
118 views
How can I redirect the user to my view?
I made a view ("exampleview") that needs an argument: myarg. I can load my page at "exampleview/myarg" and at "exampleview".
When I call drupal_goto(exampleview/myarg), the destination is only ...
1
vote
2answers
2k views
Get image's URL as a token for use in Views' replacement pattern
I need to get an image's full URL path as a token that I can use as a replacement pattern in Views.
I'm trying to have one thumbnail image link to a larger image. I have the larger image excluded ...
2
votes
2answers
268 views
Use a contextual filter value in a view referencing a node name/path rather than id
I would like to create a views that has a contextual filter with a node reference.
I'm able to view the contextual filter working when I use the node's id value, but I need to be able to use the ...
1
vote
0answers
59 views
Cannot get translation path views
I used drupal 6.25 and views and translation modules .
I do not know why not I am not getting my translation path but another page translated.
I noticed I created 2 views but I cannot get the ...
0
votes
1answer
605 views
How to set the breadcrumb for view defined pages
I have created a page using views 3 like this
node/%/classroom
How can I set the breadcrumb and title for this page.
I tried to set using views menu option but restricts me to use normal menu for ...
0
votes
2answers
873 views
Override path with Views
How can I override the default display of a taxonomy term with a view ?
eg : the path of a taxonomy term taxonomy/artist/artist_name take me to the default display of a taxonomy term and I want to ...