Closed (duplicate)
Project:
Advanced Profile Kit
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2009 at 14:29 UTC
Updated:
13 Nov 2009 at 04:12 UTC
I'm having a problem where the add a relation link was showing up for a while on the profile page but suddenly stopped with no apparent reason. Not sure if this is your jurisdiction, but I could sure use your help! Any thoughts?
Comments
Comment #1
loconut commentedmore detail- the problem seems to be in author pane. I did some debugging and at the end of the author pane preprocess, $variables['user_relationships_api_link'] does contain the link, but somehow it doesn't actually end up in the author pane?
Comment #2
loconut commentedediting theme/advanced_profile_author-pane.tpl.php
changing line 95-97 to:
puts the link back...
but worth mentioning, the top portion of the if block in the author pane user relationships preprocess doesn't
$variables['user_relationships_api'] = $variables['user_relationships_api_link'];
Comment #3
michelleSounds like a dupe of #588468: Update Author Pane template
Michelle