How to Add Custom Profile Fields to the Popup- Edit the template: member_ajax
- Find the line of code with: <strong></strong>
- After it add:
Code:
<if condition="$post['field25']"><div>Label Title: $post[field25]</div></if>
- Replace: field25 with the correct field number you wish to have displayed in your popup window.
- Replace the Blue text to label your field how ever you wish. This this our to not include a label.
- You can apply system to your included fields very easily. For instance, you can use: <strong></strong> to bold your field. You can use: <br /> to beter separate your fields in the popup window.
(See attached screen shots)
ENJOY!