Active
Project:
Content Profile
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2010 at 21:08 UTC
Updated:
23 Sep 2010 at 18:20 UTC
If I choose "Include an edit link to the display" under "Content Profile" in the Content Types, I can get a link which shows the full view of the user's profile. Only through this am I able to see the GMap Macro that shows my user's location. I have already selected "Display the full content" but the map is not showing in the users/* screen. Is there a way to fix this?
Comments
Comment #1
sansui commentedCurious if you ever found a solution to this Hanscraft.
I've noticed I have a view that works:
But this doesn't work when using "full content" on the user account View page
The HTML is just blank where this information should be. Displays just fine when viewing the node by itself
Comment #2
sansui commentedI worked around this by creating a custom view instead of using the supplied Gmap block. In the custom view, I just needed to specify uid as an argument, and setting the default argument by UID in the URL - once done, I had a map that worked on my "full content" profile display on the user account page.