Manage Extended Profiles Templates Screen

The Extended Profiles templates allow you to further specify html blocks to use for sections of user profiles:

Exteded Profiles CSS

This is the CSS to associate with extended profiles. Some users may prefer to delete this and rely on an external css file.

Begin Profile

This allows you to specify the html to output at the begining of user profiles.

End Profile

This allows you to specify the html that comes at the end of a profile.

Edit Box Begin

This allows you to alter the html output at the begining of the edit screen for a profile. This field should contain an opening html form tag.

Edit Box End

This allows you to alter the html output at the end of the edit screen for a profile. This field should contain a closing html form tag, and a save button ( a html input tag with the name attribute given as "<?=$this->do_edit_post_var?< as shown above.

Group Box Begin

This allows you to specify the html output at the begining of a group of fields.

Group Box End

This allows you to specify the html output at the end of a group of fields.

Profile Not Found

Allows you to alter the html shown if a profile can not be found.

View Profile Preview

Shows you a preview of how your profiles will appear in view mode.

Edit Profile Preview

Shows a preview of how your profiles will appear in edit mode.

Profile Not Found Preview

Shows a preview of what will appear in the event that a profile can not be found.

ProPHPScripts