Closed (works as designed)
Project:
Send
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2007 at 16:59 UTC
Updated:
19 Feb 2008 at 01:03 UTC
Is there a way to have the "Email a friend" link show up in the footer instead of the bottom of each node? I'd like to have a send a link to this page in the footer with my contact info instead of the node body. Help is appreciated!
Comments
Comment #1
allie mickaIf the link is appearing at the page footer, it's not being attached to a node ( because there's just no telling which - or how many - nodes you're displaying ). Since send is designed to send and track nodes, you can see how this might be a problem.
One option you may have is to create a particular node that would be used as an overview for your site ( such as the front page, or a welcome/check-this-out page).
Then, in your theme, or in the footer text, add a hard-coded reference to "send/send/NID", where NID is the ID of the "introduction" node for your site.
Naturally, the only node that will get sent is this introduction node. But you'll have the tracking and themeing that send provides.