info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- lingesan@lingesan_jpl

lingesan - 0 likes
-
-
-
-
-
You must log in to post replies.Finaly i got answer with that two person's help Mukherjee and Jeroen Dalsem
i explain Myself with us....
mod/profile/Start.php
Add following into function profile_init() {
$options = array();
$options["show_on_register"] = true;
$options["mandatory"] = true;
$options["user_editable"] = true;
$options["output_as_tags"] = true;
$options["admin_only"] = true;
$fieldtype1 = "lingesan_Text"; specify the file name from input folder
add_custom_field_type("custom_profile_field_types", $fieldtype1, elgg_echo($fieldtype1), $options);
Creating files in input and output folder.
Creating separate class file into theme css file. And mention that class file in this input file.
That is tha way of code for adding different options into pulldown box in replacing profile field..
friends Share yours different ideas with me....