Posted by plasticlax on December 1, 2008 at 2:11am
1 follower
Jump to:
| Project: | Anonymous Contact |
| Version: | 5.x-1.1 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
so i have this installed and it works well when i navigate to contact_anon/nid but how to i make this appear on a node? i am assuming i need to create a block that has some php to create a link to the current node (something like <?php" rel="nofollow">Contact the author of this posting.), and then i can choose to show this block on only certain node types or nodes?, but what exactly is that process or code? i am trying to look up how the nid is passed to blocks but i am new. would this be best accomplished by integrating this module with the exiting anonymous contact or author contact modules which only work for logged in users?
print $node->nid;
?>
Comments
#1
sorry about the last comment, forgot my code tags,
anyway, i found the module contactlink ( http://drupal.org/project/contactlink ) and hacked it to be a way to implement anonymous contact in a way people might desire. see my notes here: http://drupal.org/node/169930#comment-1132981
maybe contact link, anonymous contact and author contact should all get together?