Great module..

Is there any easy way to still display the "View|Edit" links on the page for those that have permission to edit the node?

Thanks..

Comments

iLLin’s picture

Title: Edit links » When editing links from within Colorbox, it redirects to screen without any styles, after you save.
Assigned: Unassigned » iLLin
Category: feature » bug

Contextual links are built in. Make sure you have the necessary classes in place. I am working on an issue right now that when you click on edit, it closes the colorbox and then the Drupal Overlay opens. But when you save it redirects back to the node but it thinks its still in the colorbox so it loses all its styles.

Make sure you have this in your node template. This outputs your links.

<?php print render($title_suffix); ?>

I am updating the title to reflect the other issue I spoke of. I have a fix to close the modal when clicking on edit/delete, but I'm still working on the redirect.

iLLin’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.