| Posted by | Messages text |
|---|---|
![]() Total post : 1 Profile |
Written on : 03/09/2009 05:42 ( more than one month ) Object : Register into Tree Hello - this looks like a great LMS. I am looking forward to using it for some great things. I am having difficulty figuring out how to have someone enter a subscription code during user registration that puts them into the Tree Hierarchy. I see several steps that I assume I need to do - 1) created a text field, 2) made it manditory in a node, 3) in configuration set it up that the code needs to be manually entered, and 4) selected the field I created. However, I don't see where to add something to the node for it to reference. Can someone help? Summary - want to give subadministrators ability to enroll group of people in a node. Want self-registration where you enter a code when creating your account that puts you into that node. Thanks, Scott |
![]() Total post : 1861 Profile |
Written on : 03/09/2009 15:36 ( more than one month ) Object : Re: Register into Tree Hi, here you can see a screencast that explain what you want to do.. unfortunately this is not an official one so it is available only in italian; if you don't understand some strings or steps feel free to ask. bye, Giovanni. Docebo Staff |
![]() Total post : 8 Profile |
Written on : 20/10/2009 13:35 ( more than one month ) Object : Re: Register into Tree Writted by: Derks Giovanni
Hi, Wondering, is it possible to have default course for any user. Say a user has just registered and a default course get assigned to him, without enter any registration code? Please advise. Regards Vijay |
![]() Total post : 1861 Profile |
Written on : 21/10/2009 09:42 ( more than one month ) Object : Re: Register into Tree hello, no this is not possible. the only thing you can do is to create a registration code for the course and then enable the users to subscribe to courses using the code(s) they have. bye, Giovanni. Docebo Staff |
![]() Total post : 8 Profile |
Written on : 26/10/2009 13:52 ( more than one month ) Object : Re: Register into Tree Hi, Thanks for reply, I am facing one more problem, that is if I have created a Tree Structure like following DP School |->Class 6A |->Class 6B And then I give user (John - Public Administrator) acces to Class 6A and nothing else, when John logs in his account and try to create new user, he sees "Hidden Node" in Tree and when he clicks on "Hidden Node" then he is able to see Class 6A. I want to know if there is any way where Class 6A can be directly displayed without giving him access to "DP School" & without clicking on "Hidden Node". Will be great if we can "Hidden node" actually. Please advise. Regards Vijay |
![]() Total post : 1861 Profile |
Written on : 30/10/2009 10:14 ( more than one month ) Object : Re: Register into Tree Hello, not this is not possible as it would compromise the tree structure.. Anyway.. DP School isn't the root folder, right? bye, Giovanni. Docebo Staff |
![]() Total post : 144 Profile |
Written on : 02/03/2010 18:35 ( more than one month ) Object : Re: Register into Tree Writted by: Derks Giovanni
Thanks Giovanni. I learnt a lesson. There is few bugs i encountered. Bug 1: During user registration, after i choose a language, it will trigger the form submit although i have not completed the registration. Bug 2: The system will trigger an email to my mailbox. Inside that mail. It contains 'rn'. How can i remove them? Bug 3: I choose Chinese language, so the above email shall be in Chinese also. How can i achieve that? Bug 4: I choose "Chinese" language as my language. But, the system still store "English" language. Can that be fixed? From LiangEH Message modified by : liangeh on : 02/03/2010 18:49 |
![]() Total post : 144 Profile |
Written on : 11/03/2010 13:19 ( more than one month ) Object : Re: Register into Tree Hi All, I experience another way of registration. This time, I choose language first and then choose Register link. This way the Register into Tree cannot work! See the screenshot below, I am able to receive the email in Chinese. This is good. See my earlier post for the bug. I suspect the Node's custom field cannot function, is due the system can only recognize the value of "China" not its translation. If i don't switch language and do registration, things work with some bugs mentioned in earlier post. Note: Can i remove the personal images of the forum? Quite a long list for me. Will that affect my Post which used the personal images? LiangEH Message modified by : liangeh on : 11/03/2010 13:22 |
![]() Total post : 144 Profile |
Written on : 11/03/2010 17:45 ( more than one month ) Object : Re: Register into Tree For the "rn" appears in the registration email. I went into the language, choose "LMS" platform, "Register" Module, look for _REG_MAIL_TEXT and remove the "rn" or "\r\n" wordings. From LiangEH Message modified by : liangeh on : 13/03/2010 20:19 |
![]() Total post : 144 Profile |
Written on : 13/03/2010 20:12 ( more than one month ) Object : Re: Register into Tree Hi All, I thought of translation of China causing the problem, so I went in and set the field value to single value without any translation, ie. China , Register into Tree still cannot work! So, once you choose the language into Other Language than default language and do Register, the register into Tree will fail. Please help to fix this problem. The LMS i want to deploy, users are largely from China, they sure want to choose the chinese language and do registration. So, register into tree will fail, then my catalog is pointing to the tree's node will fail also. from LiangEH Message modified by : liangeh on : 13/03/2010 20:14 |
![]() Total post : 144 Profile |
Written on : 13/03/2010 20:46 ( more than one month ) Object : Re: Register into Tree There is a translation error like below: << 返回 Go to language setting, Global Admin platform, standard module, look for _BACK. |
![]() Total post : 144 Profile |
Written on : 14/03/2010 08:58 ( more than one month ) Object : Re: Register into Tree If multilanguage is implemented, register into tree using Custom Field and Node will NOT WORK. $lang =& DoceboLanguage::createInstance('field'); $sons = array(); $sons[$id_commonson] = $elem; Message modified by : liangeh on : 14/03/2010 09:02 |