I've implemented the drupal nodes modules, but need to figure out how to detect a given machinetag. According to the readme file, "All nodes, of the content types you enable, receive a unique Flickr machinetag that you can then use to tag photos with." So after enabling the content types, where does one detect the machinetags?
Comments
Comment #1
the1gofer commentedI have the same question!
Comment #2
tobiassjosten commentedThere should be a block you can enable, which will provide per-node information about what tag to use for that specific node. The format is
<namespace>:<content_type>:<nid>. The site Flickr nodes was built for, luger.se (not yet live/updated as of writing this), has luger configured as namespace and uses the module for its concert nodes. An example tag would then beluger:concert:3for node/3.It should apparently be made more clear in the documentation and I will do so. Thanks for bringing it to my attention.
Comment #3
francewhoaSame here. Seems like a great module but I can't make it work. Current README.txt file is very confusing. Could you clarify in the next README.txt file? Maybe step by step instructions would help. Or adding a concrete example. Thanks.