Posted by ithacaindy on May 1, 2010 at 9:38pm
I've had partial success creating sections via context and views. I created a "play" context, where I've recreated the look of the front page. The trigger is the path /articles/Play. This displays the left sidebar, but the content in the left sidebar spans the entire page. After the last left-sidebar post is displayed, then the "Articles in 'Play'" appears in the left column and the normal right-column blocks appear. It seems as if the "articles" view is being tacked onto my "play" context.
How do I clear this up?
Comments
I've had the same problem,
I've had the same problem, it's because i think you are assigning the context to the display of an article, so the article display is mixed with the context display as well. I don't know how to solve it.
Think of the context as being
Think of the context as being a blank page. Once the context is triggered each region needs to specified. A,B, C go into region 1 and X,Y,Z go into region 2.
Marine job board with Drupal 7 at http://windwardjobs.com
@adomsohn: here's my problem
@adomsohn: here's my problem with context in OP. I can create a context, but it is always tacked-on the articles listing page. This means my context appears, then comes the article listing for that taxonomy. All context tutorials illustrate a straight-forward process, but somewhere OP throws in this default article listing context. Is there a way of putting a stake through the heart of those listing pages?
I've done some dry runs in
I've done some dry runs in development with the context module. I don't fully understand the issue here. Can you take a screenshot and post it?
Marine job board with Drupal 7 at http://windwardjobs.com
Here is a screenshot
Here is a screenshot. I disabled the following openpublish contexts:
openpublish > general > sitewide
openpublish > listing_pages > articles
openpublish > multi > content_detail
Still, when I click on the "Local" menu item, I get the default articles listing page. When I click on an article from the front page, I get this mish-mash of my "local" context, which is supposed to mimic the frontpage context, and the article detail.
I guess what I'm searching for is a way to remove that articles listing display, replacing it with my own context.
It looks like there is
It looks like there is something being triggered inside the on top of content region. One of your contexts triggers a block to be shown in that region under those conditions. You might try playing with different context conditions.
Marine job board with Drupal 7 at http://windwardjobs.com
@adomsohn: here's my problem
@adomsohn: here's my problem with context in OP. I can create a context, but it is always tacked-on the articles listing page. This means my context appears, then comes the article listing for that taxonomy. All context tutorials illustrate a straight-forward process, but somewhere OP throws in this default article listing context. Is there a way of putting a stake through the heart of those listing pages?