Description: This is a guide to creating your own modifications to the user page. This includes discussions of PHP, MySQL, and other things you will need to know in order to modify your user page.
Requirements: eFiction 2.0
This guide is also written as though you currently have user.php, viewuser.php, and your database open as you’re reading.
Mod History:
29 June 2006 — Created this guide and submitted to developers for review
09 July 2006 — Guide Released
14 July 2006 — Edited for clarity
Modification & Support: eFiction.org
Table of Contents
- Page 1: Introduction & Requirements
- Page 2: Understanding your Database Structure
- Page 3: Planning your Database Addition
- Page 4: Inserting your new field
- Page 5: Introduction to user.php
- Page 6: Understanding SQL statements
- Page 7: The Edit Bio Form
INTRODUCTION
So you want to create a custom user page? Great! Customizations to the user page are probably one of the areas that receive the most modification requests for eFiction 2.0. While this page may look confusing, it’s actually pretty straight forward once you get the hang of it.
As with any mod, making frequent backups is essential. If you want to be really safe, I suggest making multiple copies of your modifications as you progress through each step, for an easy return to that step should something go wrong.
Another thing to note is that eFiction 3.0 will allow you to add your own custom fields to the user profile. I’ll update this guide or release a new one once it is released to explain how to customize your install and how to do further modifications.
|
|

