Active
Project:
Content Profile
Version:
6.x-1.0-beta4
Component:
Base module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2010 at 04:31 UTC
Updated:
9 Feb 2010 at 23:14 UTC
Been looking in issues queue and search for this one; no luck. Any way to add the user contact form tab/link to the member profile page/node without modifying template? If not, any alternative? Custom member profile node template?
And, thank you for this module!
Greta
Drupal 6.15
Content Profile 6.x-1.0-beta4
Comments
Comment #1
glass.dimly commentedHi,
I used the following solution which I got from here:
http://codenewbie.com/forum/php/5639-drupal-contact-node-author.html
Comment #2
glass.dimly commentedOne more thing: if you don't want to mess with template files and you want Drupal UI-centered solution to modifying template files, try the module contemplate: http://drupal.org/project/contemplate
Comment #3
greta_drupal commentedMy theme already uses a custom node template. However, I do not want it to appear in every reference with author name, but only on the Content Profile content type pages. So aside of creating a custom template for the Content Profile pages, I thought perhaps that I had overlooked a Content Profile module solution. (I do include the with my views.)
Thanks for the reply, though.