Not sure if I miss configured something but I can't get the tabs block to show up on the views page. Is that expected behavior?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

designerbrent’s picture

Bump... anyone else?

jpoesen’s picture

Issue summary: View changes

What were you trying to do exactly?
Please provide accurate steps to reproduce.
Thanks.
J.

designerbrent’s picture

Add the blockify tabs block to a Views Display Suite page and nothing shows up. I would expect for the View|Edit View tabs to at least show up.

dasginganinja’s picture

I'm having this issue as well. In my theme I was previously displaying my page title via the following code:

<?php print render($title_prefix); ?>
        <?php if ($title): ?><h1 class="title" id="page-title"><?php print $title; ?></h1><?php endif; ?>
        <?php print render($title_suffix); ?>

When I remove this code and use the Blockify Page Title block I do not get the "Edit View" contextual link that displays on the page title. This happens for views displayed as pages. I have attached two images showing the functionality of the blockify title as well as a normal page title.

It looks like the contextual links come when $title_suffix is rendered. Is there a theme preprocess function that I could just amend this with?

Here's where the title code is generated.
http://cgit.drupalcode.org/blockify/tree/blockify.theme.inc?id=8984c5df5...

dasginganinja’s picture

Steps to reproduce:
Create a views page.
Add the blockify page title block to the content region above the main content.
Observe the contextual links on the theme-rendered page title versus the block page title.

vuil’s picture

Version: 7.x-1.2 » 7.x-1.x-dev