Hello, sorry for my English
I install Views Gallery and all required modules in Drupal Commons
I want to create the same referenceable node link "Add photo" in header section of the view attatched to node.
In my case the original link from links section goes to:
http://commons:8082/node/add/gallery-image/23?destination=node/23&gids[]=1 OR
http://example.com/node/add/{content-type}/{nid}?destination=node/{nid}&gids[]={og-id}
I'm not a coder and I don't know what code(php or html) must to put in the views header to prepopulate node id and group node id.
I try with PHP input format this:
print url('node/add/story/' . $node->nid); ">Add a story
from(http://drupalcode.org/viewvc/drupal/contributions/modules/nodereference_...) but don't prepopulate node id in views and there is no group node id.
Thank you in advance for your help.