Open Source e-Learning
You are not logged in.   Login   Register   

Breadcrumb Navigation

ilias.de » Using ILIAS » Forums » Plugin Forum

Functions

 Print Topic 

  • otruffer | 11. Jul 2012, 14:47
    UserInterfaceHook Plugin generating a Link

    Hey everyone,

    I added a new subitem in the members tab of a course using a UIInterfaceHook. Now i want this subitem to go to a GUI class in my plugin folder. So i have to add a Link. If I use $ilCtrl->getLinkTarget( ... ) it does not find the GUI class that i specify. How do I generate a link to this class?

    This is especially hard because for me the Hello World 2 given in the "Development Guide" does not work. Also

    <#STEP-ID>
    <?php
    $ilCtrlStructureReader->getStructure();
    ?>

    given under point 8 in the development guide doesn't seem to work either.

    Thanks in advance,

    Oskar