Implement user profiles
Existing installations will have to apply the following SQL: ```sql ALTER TABLE `registrations` ADD `profile_image` VARCHAR( 255 ) NOT NULL , ADD `profile_text` TEXT NOT NULL ```
This commit is contained in:
parent
c6446d6f84
commit
ebe48798fe
8 changed files with 83 additions and 50 deletions
|
|
@ -36,7 +36,7 @@ var uname = readCookie("sync_uname");
|
|||
var session = readCookie("sync_session");
|
||||
var PROFILE = {
|
||||
image: "",
|
||||
bio: ""
|
||||
text: ""
|
||||
};
|
||||
|
||||
function parseBool(x) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue