Developing Admin Interface

From Aikiframework wiki

Jump to: navigation, search


The admin interface is another widget. It is just hidden from the normal admin who logs into the admin interface, usually at YOURINSTALLATION/admin

There are a two ways to edit the admin widgets:

  • Edit the widgets from phpmyadmin, or...
  • Let them show up in the menu by editing the widget.php
    • Then, in assets/apps/admin/control_panel.js is big javascript file for the advanced ajax in the interface.
    • In the YOURINSTALLATION_PATH/assets/apps/admin/urls_widgets.php you now can just set the in your YOURINSTALLATION_PATH/config.php the following:
$config['admin_widgets_display'] = true;

After logging in, the admin widgets should show up in your admin panel.

You can directly edit the admin widgets.

Save Your Widgets

Coming soon is how to get your changes out of the database for packaging in a future version of Aiki :)

+This section is incomplete. You can help by expanding it.

Commit Your Changes to Aiki Framework

+This section is incomplete. You can help by expanding it.
Personal tools