First off thanks for the awesome module and amazing contribution!
I'm running into a really bizarre problem where the uprofile node content won't show up when using a customized theme.
In User Profile panels content tab I have "Node from user fieldgroup Basic Info"
The content of that field group("about me", etc.) shows up in the default garland theme but is blank in my own theme(just leaving the basic info title)... The panel still seems to be loading in the uid since "My Posts" and "Guestbook" are still work... ("All about User" works but without uprofile content)
Obviously the problem most likely isn't an Advanced Profile one but I was hoping someone might know how a theme could screw up the process and point me in the right direction. Thanks!
Comments
Comment #1
paradigmshifter commentedFound the culprit!... In my template.php file I had overridden the function theme_field()... Not sure why it was overridden but commenting it out only caused a couple of changes across the site.
For completeness sake this is what I had:
Comment #2
michelle