I have just installed and configuret phpMychat and now I want to customize it to better work for me.
First, I want to remove the registretion from the main screen (I don't want the user to register on their own). I guess I could just remove the register.php file, but I want to remove the text from the screen as well. (and the same for delete user).
Second, I would like to add some description to the users profile, just some lines of text describing themselves.
Last but not least - is it possible to add e picture to the user-profile.
Anybody out there who has done this? or know how to do it?
Btw. Merry Christmas to all!
Regards
Jan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
To remove registration links you have to hack the "lib/index.lib.php3" script.
Adding a description to user profile requires you to modify the table structure (see the "c_reg_users" table) and also to hack the "whois_popup.php3" script in order to display this extra information.
At the end, adding a picture to user profile is feasable but not so easy. The main problem as to me is the server charge increase.
Best whishes,
Loc
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all
I have just installed and configuret phpMychat and now I want to customize it to better work for me.
First, I want to remove the registretion from the main screen (I don't want the user to register on their own). I guess I could just remove the register.php file, but I want to remove the text from the screen as well. (and the same for delete user).
Second, I would like to add some description to the users profile, just some lines of text describing themselves.
Last but not least - is it possible to add e picture to the user-profile.
Anybody out there who has done this? or know how to do it?
Btw. Merry Christmas to all!
Regards
Jan
Hi Jan!
To remove registration links you have to hack the "lib/index.lib.php3" script.
Adding a description to user profile requires you to modify the table structure (see the "c_reg_users" table) and also to hack the "whois_popup.php3" script in order to display this extra information.
At the end, adding a picture to user profile is feasable but not so easy. The main problem as to me is the server charge increase.
Best whishes,
Loc