The email link in "All About $username" section is incorrect. This can be fixed in the panels-content_userinfo.inc file. Replace $vars['contact_link'] = 'contact/'. $accountid; on line 102 with this $vars['contact_link'] = 'user/'. $accountid . '/contact'; Let me know if you have any questions.

Comments

michelle’s picture

Assigned: Unassigned » michelle

Whoops. Sorry, folks. I made a lot of changes and really didn't do a lot of testing because I ran out of time. Looks like I made a bunch of mistakes. I'll give it a better going over before alpha 3.

Thanks for reporting it,

Michelle

tehquickness’s picture

Michelle,

I have no problem with the mistakes you have made. The two I have seen have been simple wrong links. That is all. Besides, I think I speak for the majority of people when I say the work you have done is amazing and solves so many problems we have had with drupal's profiles! You software is only alpha, and I for one have no problem helping debug small aesthetic problems such as links.

Great Job,

Ryan

michelle’s picture

Awww, thanks, that's sweet of you. :)

Trouble is that I really changed things around under the hood to make it a lot more customizable but my only testing was making sure the links actually linked when I hovered over them and showed up when they were supposed to and the whole thing didn't error out. I didn't actually _follow_ the links to make sure they still worked.

If the kids will stay asleep long enough, I'll get that cleaned up and make a new alpha.

Michelle

michelle’s picture

Version: 5.x-1.0-alpha2 » 5.x-1.x-dev
Status: Active » Fixed

Committed.

Michelle

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.