Closed (works as designed)
Project:
Node clone
Version:
5.x-2.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2007 at 08:25 UTC
Updated:
27 Aug 2007 at 18:56 UTC
Hi all,
I've got a module which returns a node_view() on special paths (by menu callback).
I.E. /front will do the following
return node_view(node_load($node->nid),FALSE,TRUE);
When the page is rendered, the Clone-Tab is missing (its a regular node). When viewing the
node directly by the "regular" node path (/node/58), the clone-tab is visible.
Comments
Comment #1
pwolanin commentedyes, of course.
If you want this tab visible elsewhere, you can arrange it via your hook_menu implementation.
Comment #2
mr.cake commentedThanks for your reply. My menu_hook implementationI looks like this:
But that doesnt seem to work. Andy ideas?