Profile Completion
Numerical and graphical representation of the user profile completion
Profile Completion Plugin Designation
Profile Completion plugin is designed to output verbal and graphical information relating to the user profile completion:
* Profile completion percentage
* Incomplete user fields
* Profile completion diagram
Plugin Installation
* unpack and upload plugin into ./plugins/
* adjust mandatory fields and their % in the plugin settings
* use PHP.percent and PHP.valuetext tags to output completion percentage and incomplete fields list
* add diagram code if desired
Css ye ekleyin.
Kod:
.profile_bar { background:red; height:16px; font-size:1px; }
.profile_bar span { background:green; height:16px; display:block; }
şlgili tpl ye ekleyin.
Kod:
<div class="profile_bar"><span style="width:{HEADER_USERPERCENT}%;"></span></div>{HEADER_EMPTYFIELDS}
Eklentinin hoks ve tags kşsşmlarşnş deşiştirerek istedişiniz .tpl dosyasşna ekleyebilirsiniz.