Hai
I am working on OJS 2.0.1. As the part of the project , we have to
add some more fields for the user..so i have edited in the following filed ..
but after doing this, i have just resterted the system , while i am trying to
login or to register in a JOURNAL it just gives a blank page .... like for
example
for register in a jounal ::
http://localhost/ojs201/index.php/jog/user/register
i gaves a blank .. not dispaying the template
for login::http://localhost/ojs201/index.php/index/login/signIn.. same thing
happens..
The following files i have edited .whether i have to take care of any other files.
the file edited for the database ::
/var/www/html/ojs201/classes/user/UserDAO.inc.php
the file edited for making the get and set funtion::
/var/www/html/ojs201/classes/user/User.inc.php
the file edited for displaying during the My Profile display ::
/var/www/html/ojs201/classes/user/form/ProfileForm.inc.php
the file edited for Register a user::
/var/www/html/ojs201/classes/user/form/RegistrationForm.inc.php
profile.tpl
other than this files i have edited the templates files too..
they are
/var/www/html/ojs201/templates/user/profile.tpl
/var/www/html/ojs201/templates/user/register.tpl
i have added one more column in the database for the tables users too
so for adding new fields for the user while he registering .. whther the
method i have done wrong or in what way i have to make it working.
with regards
Thomas Abraham