Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Not a bug
-
Affects Version/s: 1.9
-
Fix Version/s: None
-
Component/s: Administration, AJAX, Tags, Usability
-
Labels:None
-
Difficulty:Easy
-
Affected Branches:MOODLE_19_STABLE
Description
enable autocomplete tags (interests) when editing user's profile (properties)
(functionality was copied from "edit tag page" )
two files are involved in the patch: user/editadvanced.php and user/editlib.php
see comments for actual patches
open user/editadvanced.php
just after the line that has "httpsrequired();" add:
just after the line that has "$userform->display();" add:
open user/editlib.php
replace the line :
$mform->addElement('textarea', 'interests', get_string('interestslist'), 'cols="45" rows="3"');with these lines:
open user/editadvanced.php
just after the line that has "httpsrequired();" add:
just after the line that has "$userform->display();" add:
open user/editlib.php
replace the line :
$mform->addElement('textarea', 'interests', get_string('interestslist'), 'cols="45" rows="3"');