Hello, could you please tell if is possible to insert the default 'event' page (with the different views and the taxonomy dropdown menus) into another node?

I am trying to do this to add more content to the standard page, like a googlemap with locations of events, banners, comments,...

Tryed with

<?php
print node_view(node_load(nid), FALSE, TRUE, FALSE);
?>

but looks like event page does not have a $nid

.. i am not a coder and i am pretty new to Drupal, so any help would be apreciated!

Comments

marcoBauli’s picture

Priority: Normal » Minor
Status: Active » Closed (fixed)