Hi,
When you are using overlay. it will be considered as admin pages so, norm...

Contribution Date
Technology
Contribution Project
Contribution Details

Hi,

When you are using overlay. it will be considered as admin pages so, normal menu, sidebar used for frontend will not be displayed.

function mymodule_admin_paths_alter(&$paths) { $path['node/*/view'] = TRUE; }

There are some available modules by using those modules you can display content in the overlay.
http://drupal.org/project/overlay_paths
http://drupal.org/project/ctools_automodal

Contribution Author
Files count
0
Patches count
0