"Espcms Member Picture Field"
Add a field to a picture type
/webadm/include/inc_formtypelist.php
Member modified page model
/webadm/templates/member/member_edit.html
Member core document
/webadm/control/memattmanage.php
Content Model Core File
/webadm/control/modelmanage.php
Background field translation
/webadm/include/admin_language_cn.php
Member Registration field Add Image method:
1. Add a picture type to the membership function in/webadm/include/inc_formtypelist.php
2. Background to add a picture to the Member registration field
3. Add a picture control to the member Edit page template in/webadm/templates/member/member_edit.html
"member function related documents"
1. The default page after member login (the center is forcibly assigned to Editinfo)
/public/class_connector.php 3280 Lines
2. The PHP code at the front desk about the Member Center is:
/interface/membermain.php 50 lines
3. Member Center Editinfo page can also show membership level
/interface/membermain.php 21 Line This file implements all foreground field calls
4. Membership level related function file
/public/class_connector 799 Line This file implements all underlying data queries
5. Member Added field query function
/public/class_connector 2032 rows Get_member_attvalue function
6. Implement member changes Editinfo page show membership level
/interface/membermain.php 56 Line added $rsmember[' rankname ' = $this->get_member_purview ($rsMember [' mcid '], ' rankname ') ;
★7. Implement member Query function
The Get method gets the parameters in the URL and adds the In_search () function near the/interface/membermain.php 98 line
8. Front Desk Member Center display template
/templates/specialty/cn/member/member_center.html
ESPCMS member two-time development document description