I am building a social network using the Panels with the mini panels feature. I am trying to change the layout of the information in the mini panel called "user-basics." In particular I am trying to rearrange and control the info in the "user info" pane. Is there a way to do this in Admin? I don't mind hacking through a bit of code - I just want to know where/how to do this properly.

Comments

seth.young23’s picture

I figured it out. I noticed that there is an include file called /advanced profile/advanced_profile_userinfo.tpl.php which contains the elements that are written into advanced_profile.module.

I downloaded advanced_profile.module into a text editor and found the list of elements for the ouputting of user info at about line 156. I simply rearranged the order. And it worked.

Great module!