Hi,
How do I add back the Drupal edit tabs on content pages please? It is annoying when I am used to editing nodes the Drupal way and to have to go back to the content page and click on the edit on the far right.
Thanks
Hi,
How do I add back the Drupal edit tabs on content pages please? It is annoying when I am used to editing nodes the Drupal way and to have to go back to the content page and click on the edit on the far right.
Thanks
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi,
Open page.tpl.php file located in md_ethereal/template
+ Add this code : <?php if ($tabs): ?><?php print render($tabs); ?><?php endif; ?>
Note: The added code will be above : <?php if($page['content']) : ?>
<?php print render($page['content']);?>
<?php endif;?>
Regards,
Thanks, had worked it out anyway, but appreciate teh quick support. Nice one.
Needs the styling adding for the tabs, as adding the code as above just has an unstyled list to the top left of page.