Hi,
I tried to search in the forum, but I think I can't seem to find it. if there's an existing thread, I wouldn't mind being pointed to it and figure out my way, but if you would directly answer my questions, I'd greatly appreciate it.
This is what I am trying to do:
1. Extend Community Builder Registration that
[list]a. allows values of a drop-down menu (e.g.ddwnMenu1)to be EXTRACTED FROM a MySQL table (e.g. table1).
b. Then, another drop-down (ddwnMenu2) will also load values from another table (table2, 3 or 4). Which table to load will depend on the selected value on ddwnMenu1.
c. Another drop-down (ddwnMenu3) will also load values from yet another table (table5, 6, 7 or 8). Which table to load will depend on the selected value on the second menu (ddwnMenu2).[/list]
** I saw this topic http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=5&t=11245 on how to link to CB1.2RC2. So for objective #1, what I need to have is the part where I connect to database, load from table values and put it into array for the dropdown values. (I know there's lot of javascript codes out there to do this but how to integrated them into this awesome extension may be a diff thing.)
2. After the user completes his registration using the Form I created in step 1, If they decide to modify their OWN profile in Community Builder, they should get the same form (or at least similar looking) ESPECIALLY the drop-down functionality. The only difference is that the form should AUTO-POPULATE the data from community builder table.
In short, while the Form in step 1 is used to ADD NEW RECORD to community builder database, the Form in Step 2 will be used to READ, CHANGE and UPDATE an existing RECORD in the community builder database.
P.S. I have a little knowledge in javascript, enough to understand how the logic flows (and I can always google around). I also know how to navigate my way inside cpanel/phpmyadmin, so you can spare yourself from explaining at a beginner level.
When I get my form working (by your help), I will send you a step-by-step instructions aimed at newbies that you may opt to post in your site FAQ so we can help others.
Thank you so much for this component. Very helpful
I tried to search in the forum, but I think I can't seem to find it. if there's an existing thread, I wouldn't mind being pointed to it and figure out my way, but if you would directly answer my questions, I'd greatly appreciate it.
This is what I am trying to do:
1. Extend Community Builder Registration that
[list]a. allows values of a drop-down menu (e.g.ddwnMenu1)to be EXTRACTED FROM a MySQL table (e.g. table1).
b. Then, another drop-down (ddwnMenu2) will also load values from another table (table2, 3 or 4). Which table to load will depend on the selected value on ddwnMenu1.
c. Another drop-down (ddwnMenu3) will also load values from yet another table (table5, 6, 7 or 8). Which table to load will depend on the selected value on the second menu (ddwnMenu2).[/list]
** I saw this topic http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=5&t=11245 on how to link to CB1.2RC2. So for objective #1, what I need to have is the part where I connect to database, load from table values and put it into array for the dropdown values. (I know there's lot of javascript codes out there to do this but how to integrated them into this awesome extension may be a diff thing.)
2. After the user completes his registration using the Form I created in step 1, If they decide to modify their OWN profile in Community Builder, they should get the same form (or at least similar looking) ESPECIALLY the drop-down functionality. The only difference is that the form should AUTO-POPULATE the data from community builder table.
In short, while the Form in step 1 is used to ADD NEW RECORD to community builder database, the Form in Step 2 will be used to READ, CHANGE and UPDATE an existing RECORD in the community builder database.
P.S. I have a little knowledge in javascript, enough to understand how the logic flows (and I can always google around). I also know how to navigate my way inside cpanel/phpmyadmin, so you can spare yourself from explaining at a beginner level.
When I get my form working (by your help), I will send you a step-by-step instructions aimed at newbies that you may opt to post in your site FAQ so we can help others.
Thank you so much for this component. Very helpful