Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
  1.  # 1
    I found that even when PEOPLE_USE_EXTENSIONS is enabled, there is no way to add delegates to the controls created before the extensions were loaded.

    The last lines of appg/init_people.php should be changed to:// INCLUDE EXTENSION
    if ($Configuration['PEOPLE_USE_EXTENSIONS']) {
    include($Configuration['APPLICATION_PATH'].'conf/extensions.php');

    // Make sure to get all delegates from the extensions into objects which were
    // constructed before the extensions were loaded.
    $Head->GetDelegatesFromContext();
    $Banner->GetDelegatesFromContext();
    $Foot->GetDelegatesFromContext();
    $PageEnd->GetDelegatesFromContext();
    }
    ?>


    That should be enough to allow extensions to work with full functionality on people pages.
    •  
      CommentAuthorWallPhone
    • CommentTimeJun 3rd 2008
     # 2
    Added to the bug-tracker.
  2.  # 3
Add your comments
    Username Password
  • Format comments as