Active
Project:
Omega
Version:
7.x-3.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2012 at 01:48 UTC
Updated:
24 Oct 2012 at 15:54 UTC
Unchecked Toggle for Tabs but they still show. I want to move the tabs above the page title and only way I can think of is to disable that and enable the delta tab block.
Any ideas?
Thanks
Comments
Comment #1
elijah lynnFor now I am playing with overriding region--content.tpl.php and commenting out:
<?php if ($tabs && !empty($tabs['#primary'])): ?><div class="tabs clearfix"><?php print render($tabs); ?></div><?php endif; ?>But it is causing issues in the admin sections of the overlay with the delta tabs block and context, I have to figure out how to have context only show it on certain pages because it is showing up twice on those pages.
Comment #2
elijah lynnI finally figured out how to have context not show the tabs block on all the pages, I now have a sitewide condition and the below path conditions (hopefully that is all) with the "require all conditions" flag set:
~admin/*
~node/*/edit
~node/*/webform*
~node/*/submission*
~node/*/display*
~node/*/revisions*
~user/*/*
Comment #3
elijah lynnI am having permission issues though which I am not sure are or are not related, I am crossposting a Delta ticket I made --> http://drupal.org/node/1793942
Comment #4
broncomania commentedSimilar here. The tab block is hidden for authenticated users but anonymous can see him.