Currently, if login user has edit permission to the page, tabs such as "View, Edit, Translate, Clone" are not visible. As a result, when a "node" is included in the tab, and disable the "Hide the title of this node", the only way to edit that particular page is by tracing back via content listing filter which is a bit trouble some.

Can this be included in future release?
Thanks

Comments

pasqualle’s picture

yes, this would be a cool feature. I would also like an edit link for the whole quicktab, that would save many clicks for me..

But I am not sure that this feature should be part of the QT module, as creation of such link(s) would be quite easy when QT supports theme templates #361114: Theme functions or template files

najibx’s picture

Title: Edit tab content » Configure QT tab and it's content directly

you could try something like this here ... http://drupal.org/node/424318
But you must do something to your theme.

basically if done properly, you can see edit block and quicktabs edit. infact other blocks ...views, menu ...

One down, now, we need edit node for the respective tabs.

najibx’s picture

any update on this?

pasqualle’s picture

I believe you can do the same thing in node.tpl.php as you did with block.tpl.php

something like:

  <div class="content clear-block">
    
     <?php if ($page != 0): ?>
        <?php print $edit_links; ?>
     <?php endif; ?>

     <?php print $content ?>
  </div>
scotwith1t’s picture

I posted a duplicate of this before I found this one...I really hope to see this as part of the module in the near future, total nightmare for non-drupal-savvy content editors!

avpaderno’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

I am closing this issue, since it's for a Drupal version no longer supported.