Closed (fixed)
Project:
Author Pane
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2009 at 13:49 UTC
Updated:
18 Mar 2012 at 11:19 UTC
Hi,
My user profiles have a custom profile field for a biography (profile_bio). I can't find anywhere in the documentation the print variable i need to add to the tpl file to get it to display. Please advise. Many thanks! Kevin
Comments
Comment #1
michelleIt's right in the .tpl file:
Michelle
Comment #2
pyxio commentedUfff... sorry for the oversight. Thanks for the great module. K
Comment #3
michelleNo problem. Now you know where to look. :)
Michelle
Comment #4
czeky commentedHi, maybe I'm stupid, but created field "profile_name" under "Personal info" category, added
print $profile['Personal info']['profile_name']['#value'];in author-pane-block.tpl.php right afterprint $account_name;, and nothing shows up in block. Many thanx for help, this is the module I was looking for a long time.Comment #5
czeky commentedHi again ;-) Yes, I'm stupid, thanx anyway.. ;-)))))
Comment #7
dries arnoldsI'm trying to link a profile url field to an image icon, but #value seems to output an entire link. Is there a way to just output only the link?
Off course I could use another profile field instead of url, but then I would lose url checking for users during input.
This is what I have:
Comment #8
Steel Rat commentedDo you have code to do this with D7?
Comment #9
Scyther commentedHave created a doc page for this: http://drupal.org/node/1488468
@Stteel Rat, you will get your answer on that doc page.