I'm running Advanced Profile basically out of the box with a couple of additional modules
- advanced_profile 6.x-1.0-beta1
- realname 6.x-1.2
- auto_nodetitle 6.x-1.1
In the "Context" section of the User Profile Template a relationship is indicated with Profile Node that should allow me to use keyword substitutions like: %content_profile:title --> Node title
However, when you go to modify the title for a specific panel (say uprofile:field_about_me) the only keyword substitution i can get to work correctly is %user. When I try %content_profile:name it literally prints "%content_profile:name"
Any ideas.. could there be something in confilct with realname or auto_notetitle? Is this really a panel's issue?
thanks
Comments
Comment #1
michelleIt's not an APK issue, but I'm not 100% sure which module's issue it is so leaving it here for the moment. I asked merlinofchaos and he says it could be #534570: keywords with underscores don't work properly so the first thing to try is upgrading your CTools/Panels to 1.0/3.0. If it's still an issue, report back and I'll try to help you find what module's queue it belongs in.
Michelle
Comment #2
locomo commentedthanks for the fast reply Michelle
it was in fact the underscore - i removed that from my context setup and the keywords worked! thanks
should i re-open this in ctools as it doesn't seem to be actually fixed?
Comment #3
michelleIf you have CTools 1.0 that was just released and it's not fixed, yeah, let him know on that issue.
Michelle
Comment #4
locomo commentedi've let him know (i'm using CTools 6.x-1.0-beta4)
btw - this is off topic of this thread - but have you run into any problems with the page_title module and the setup for advanced profile?
i have the title for my uprofile content type being autogenerated with the auto_nodetitle module. I have page_title enabled for this content type and when I manually enter in a value for a given node its not reflected in the browser
the title generated by auto_nodetitle is displayed instead
thanks again
Comment #5
michelleI've heard something about the page title module not working with CTools but I don't know specifics. You'd have to check the queue.
Michelle
Comment #6
chony commentedHi all, I have the same issue, in my case the keyword is %location which does not have any underscore. I noticed that it works fine in the preview of the panel page, but not through the actual URL.
Any idea?
Comment #7
crea commentedYes there's critical bug with Page Title module breaking all custom page titles ( page titles set by CTools and Views for example).
#529186: Usage of global token breaks default page titles because of early Token caching
But it only affects titles in
<title></title>tags. Since you have not working substitution it's more likely a problem with CTools.Comment #8
michelleSetting this fixed again since we've determined this isn't an APK issue. If you're still having problems, take it up in the CTools queue.
Michelle