This is definitely doable, since I got someone to insert a hook.
Simply use FormUI to modify the user form. There's a plugin hook:
https://trac.habariproject.org/habari/browser/trunk/htdocs/system/classes/adminhandler.php
#L812
On Feb 17, 2009, at 1:09 PM, rick c wrote:
>
> Would this not require using the Plugins::act( 'form_user', $form,
> $edit_user) hook called in AdminHandler::get_user() to insert the new
> fields and Plugins::filter('form_user_update', $update, $form,
> $edit_user) called in AdminHandler::form_user_success() to save the
> new fields?
>
> Rick
>
> On Feb 17, 12:07 pm, mikelietz <[email protected]> wrote:
>> I'm trying to resurrect the twitter username and password on the user
>> page (/admin/user), under the assumption that's the first user
>> autoposting would use, but I can't seem to get anything to appear.
>>
>> action_theme_admin_user( $user ) doesn't seem to do anything at all
>> anymore, nor was I able to insert new fields using FormUI. Am I
>> missing something or is this broken?
> >
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at http://groups.google.com/group/habari-dev
-~----------~----~----~----~------~----~------~--~---