The contextual tag has no wiki summary.
0
votes
1answer
29 views
drupal 7 contextual filter views update
I updated views 3.0 to 3.7 and it broke a slideshow view that was setup with contextual filter to display certain content based off the url. Same setup just updated views if anyone can tell me why ...
0
votes
1answer
49 views
Contextual Filter (Author's Username) Multiple usernames
I'm setting up a custom Views RSS Feed that looks something like this.
The problem is, when I add one user name as a filter, it works but anything after it, the view will not show the post of the ...
0
votes
2answers
31 views
views related content block // show content with specific initial letter
i have a content-type with this fields:
title field
starting letter // term reference -> stores term in vocab "starting letter"
car brand // term reference -> stores term in vocab "car brand"
...
0
votes
0answers
19 views
contextual-links-wrapper all over the place
What is the best practice to keep the contextual-links-wrapper/gear icon where it should be.
I've been moving stuff around, well really, just playing around with margins and paddings, and the gear is ...
0
votes
1answer
26 views
Contextual links for node blocks
I have the Nodeblock and the Contextual links modules installed. They work fine, but I want to add the "Edit node" link in the contextual links for node blocks. For views, there is a "Edit view" link, ...
2
votes
0answers
85 views
How do I filter a view with a contextual filters on a custom date field?
I am using the Quicktabs module to filter out posted that have a field value that in the date range specified. If you have a better solution in mind, please let me know. I am running Views 3.5 and ...
1
vote
2answers
134 views
Can you get any view to list content based on a field value?
I am trying to get a list view in a panels node template to show content based on a text field of the currently viewed node.
Just to give you more information I am including my setup below:
Content ...
1
vote
0answers
102 views
Views: Path component not working in contextual filters
Details: I have to display view data on per user basis in a block-view. So i am trying a contextual filter on user id.
Read it somewhere that since blocks doesn't have a path so we will have to use ...
0
votes
2answers
70 views
How to list articles by an author in a views?
In Drupal 7, I have defined a node type 'article' which has an 'author' field (The author is not a user, but just a 3rd party contributor). Now I want to list articles by the each author in a view. ...
0
votes
0answers
340 views
How to create a contextual filter based on taxonomy terms in a specific content field
I'm using a recently installed D7. I have a content type "Database". I have a taxonomy "Subject Areas" with a list of subject areas like Art, Biography, Chemistry. I have two fields in Database: ...
0
votes
2answers
566 views
How to add contextual links to the main content block?
The main content block has no contextual links. I believe this is related to _block_get_renderable_array but I'm not really sure. I'm using Custom Contextual Links module to add contextual links to ...
2
votes
2answers
264 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
101 views
Contextual links for main menu
Hello Drupal enthusiasts,
any idea why in my theme I cannot see that gear icon with contextual links for left menu? Module enabled, I see them for views and blocks used in Panels. But in left menu, ...
0
votes
1answer
264 views
Contextual Links add destination=node to URL - can i restrict that from happening? - stopping delete functionality
I have a contextual link on a block that will take the user to an admin screen with a delete button on the admin screen. The delete button works fine when not coming from the contextual link. I ...
0
votes
2answers
236 views
Contextual links don't display in a floated custom region
I created two custom regions in my Drupal 7 theme and used CSS to float them side-by-side (to create columns). That worked fine, and I'm able to place blocks in the regions, but the contextual links ...
1
vote
2answers
196 views
How can I create a view on a profile page that shows content related to the user we are viewing
I have a specific "sport user id" that the user provides in order to grab sports results about that user. I want to display their results, which I keep updated and organized programmatically in a cron ...
1
vote
1answer
965 views
Drupal Views: Contextual Filters for certain fields
I'm having a little trouble understanding contextual filters on Drupal Views and was wondering if I could have a hand solving this problem.
I've got a content type and which allows me to add a Title, ...
2
votes
0answers
485 views
Get “previous” and “next” buttons on view
The view I want to create consists of two parts:
An overview page with all the products, that is sortable using Draggable Views.
The url given by /collection/
A specific page that is shown when a ...
1
vote
1answer
123 views
No fields to select
In View 3, the contextual filter page is missing some fields; only content, content revision, content translation, file usage, global, search, and user show up. Is this an installation issue?
0
votes
1answer
2k views
Why doesn't this Views 3 contextual filter work?
I have expanded the article content type to include a few more fields and want to display an article node as a page. Each article node (content) I give an alias with the following pattern: ...
4
votes
1answer
8k views
Drupal 7 views Contextual filters with Page & Blocks
I have an issue and i'm hoping to get some advise.
I have a view created that show content based on the url:
eg:
domain.com/item/one
Shows fields for my node with the title one
...
0
votes
1answer
322 views
How can I set a View contextual filter fallback?
Ok I have 2 content-types:
Page
Video
I have a block in the sidebar that shows videos embed by youtube.
In the Video content-type, I have a Node References field that can reference any Page-type ...
1
vote
0answers
372 views
Views, Taxonomy, multiple parameters using contextual filters
A view has been created to display related content types via their taxonomy terms, using contextual filters.
Currently the view is able to display content based on the first param eg. about
The goal ...
2
votes
1answer
656 views
How do I filter a views page with contextual filters?
I have an all events views page where I would like to put the links 'All Events', 'Upcoming Events', 'Past Events' in the header.
I would like to link them to the same views page but show filtered ...
1
vote
4answers
693 views
Contextual link for individual node?
When I hover over a block on the front end, I get the Contextual Links popup to edit the block. Can I also set this so when someone with permissions to do so hovers over a node, they get a link popup ...