Hi,
On my site authors can be contacted by anonymous users using the 6x port of Anonymous Contact module http://drupal.org/node/310895#comment-1129097
But, while they can see the "Email" tab on their profile pages, they cannot see the little Envelope icon (which is a lot more attention grabbing) in that author's Author Pane. How can I make that envelope icon visible to Anonymous readers???
Many thanks!
Comments
Comment #1
drupalina commentedI just need a little help here.
I suspect that a simple answer may be in the file "contact.author-pane.inc". Here's the original code:
What do I need to change in
in order for the Anonymous users to see that contact.png image???
Please help...
Comment #2
drupalina commentedas a wild guess of a non-coder, I removed the bit that says
&& ($user->uid != 0)and it seems to work.
Is this the correct thing to do? Please reply...
Comment #3
michelleWell, it's better to write your own preprocess than to hack the module but, yes, that's the change that needs to be made.
Michelle
Comment #4
drupalina commentedThanks Michelle!