Tagged Questions
The Context module allows you to manage contextual conditions and reactions for different portions of your site.
0
votes
0answers
8 views
views arguments not working with context
I am using Drupal commerce, context and search api module in Drupal 7 website. I have created views to display all products, which is working fine.
Now, I have added contextual filter product ...
2
votes
0answers
16 views
Contextual filter that checks front page URL for taxonomy term
My site is laid out in the following way using the Sites Module:
mysite.com/one
mysite.com/two
mysite.com/three
(And so on)
Additionally, there are subpages created with Context for each of these ...
0
votes
1answer
13 views
Context within context?
I need 2 context that are identical expect that a single block will not be shown for one. Do I have to create 2 completely separate context (which will be more work to maintain)? Or is there someway ...
1
vote
0answers
54 views
+50
Context OG Reaction: Block does not appear on Views override pages
I'm using the module Context OG in order to use the condition "OG - Member Role" in a context.
The context by itself works without problems, until I override the node page with a view. The view by ...
0
votes
1answer
70 views
How to set context by url argument for node preprocess
I have a View of nodes, rendered using a Display Suite view mode. I need for users to either view the page with or without an argument in the path. If they don't enter an argument, I want the nodes ...
0
votes
0answers
11 views
Remove a single menu link with Context?
Is it possible to disable a single menu link with the Context module?
1
vote
1answer
12 views
Integrate Switchtheme with Context?
Im using Switchtheme to allow users to switch the theme of my site. Im also using Context and id like to create a new context depending on what theme has been chosen, but I cant see any options for ...
1
vote
2answers
28 views
Make a block display in one page and not in other
I am using Drupal 7 with omega and adminimal theme. I use adminimal theme for my iframe in the site (using entity iframe module). I would like to display a block in the adminimal theme alone, but not ...
2
votes
2answers
45 views
Advantages of using context for sitewide blocks?
As far as loading time is concerned I haven't seen anywhere, including the documentation, if there is a real advantage in using the context module to display sitewide blocks over the Drupal default ...
0
votes
1answer
39 views
Omega & Context vs Bootstrap & Panels
I know this might be more of an opinion question, but I need some advice on it.
Currently I have been using Omega 3, Delta, and Context to create layouts for different pages. This has been working ...
0
votes
0answers
12 views
How to enforce Top Menu to show using Context
I have a new 'temp' user registration page which after a user signs ups using LogginToboggin is taken to a temporary holding page 'tempuserpage', I wish to have a alternative temporary menu which I ...
0
votes
1answer
25 views
Fatal error: Call to undefined function context_get()
I got an error after trying to update two modules:
Fatal error: Call to undefined function context_get() in
sites/all/modules/context/context_ui/context_ui.module on line 422
Also:
An AJAX ...
0
votes
0answers
10 views
List all paths used by Context
Is there a way (view, module, or even SQL statement) that will list paths that Content uses and to which condition names those paths belong? I'm managing a site with a legacy of 30+ context rules with ...
0
votes
1answer
16 views
Context module not triggering Delta snapshot
I am using the Omega theme, and have the Delta and Context modules enabled. I created a Delta snapshot, and then created a Context to load that snapshot on the front page.
I created the context ...
0
votes
1answer
45 views
how to import cck data from drupal6 to drupal7?
Now I have to upgrade to drupal7 website from drupal6, but there has been a new during the upgrade of the old site data, mainly CCK and taxonomy, what would I do for the way to the input of CCK in 6 ...