How to Edit a User Page
I am trying to create an auto club website which tracks customers personal info, vehicle info and reward points $$$.
I would like them to click my account and be able to edit/view
- View and not edit their reward points $$$
- Upload pictures
- view/edit personal info
I need to be able to upload a csv file of all the members reward points. But, I want members to view only their info and not others which are uploaded via csv.
Will this take alot of coding?
1) First see videos in section "Drupal 7 Development Core Concepts":[10 How to work with database],and [11 How to work with Users]
2) Uploading of user's picture easy - you just have to setup this in admin
3) using knowledge from 1) create and display reward points $$$. Some tables will be created for you.
4) go to the database, using knowledge of 1-4 find the tables being populated and write SQL script to fill them up with you cvs data.