Forums | Mahara Community
Support
/
Regarding profile fields
22 December 2008, 3:47
Hi Nigel,
i want to know which function is handling the profile fields after submitting the profile information.
Do u have any documentation for just profile.If u have can u plz send to [email protected].
Thanks again
22 December 2008, 6:06
Our developer documentation is sorely lacking right now.. over time it'll get better but right now there's nothing available. You will have to trace the code to find what you're looking for. You will want to look in htdocs/artefact/internal for all the code concerning the profile, especially index.php and lib.php.
Hope that helps!
28 December 2008, 14:52
actually i want to edit messaging tab in that edit profile form to acamedics and change that msnid icq id all that to the grade in 10th class and grade in 12th class like that
so as you told i opend index.php in that articifact/internal folder and replaced the word 'messaging' with acamedics at all places
the word messaging is not there in any other file like lib.php or any other file that that dir
but when i go to the site and click my profile there i am getting this"
[[acamedicsdescription/artefact.internal]] |
" insted of acamedics word there.
please help me how do i change messaging tab to acemadics tab
28 December 2008, 16:27
Hello Vinay,
[[acamedicsdescription/artefact.internal]] is displayed because you missed to insert a translation string in the file "artefact.internal.php" . you find this langpack file in "artefact/internal/lang/en.utf8".
The form of the string should be:
$string['academics'] = 'Academics_or_what_you_want_to_display';
HTH
Heinz