PDA

View Full Version : moving custom fields on posts


edgeless
03-07-2013, 01:49 PM
I'm running v4.2.0 and postbit (not postbit_legacy). As such, the member information and custom profile field contents appear on the right. How can I move the bottom-most field (with its contents) to the center area of the member information strip (between the user name on the left and the other user information fields on the right)? I've seen it done on v3.8.x.

Any thoughts will be appreciated. Thanks.

Lynne
03-07-2013, 03:34 PM
Is there already a center there? If not, you will need to edit your postbit and add a <div> inbetween the right and left divs (and add some CSS to keep it there). Then you could put in a template_hook and then just spit out the field to that template_hook instead of the one you are currently using for it.

edgeless
03-07-2013, 07:25 PM
Thanks much, Lynne!