What are your plans for the Dashboard? I was looking at the Julio distro and it replaces the normal toolbar menu with another menu. This other menu provides one option to see an Administrative Dashboard. In this dashboard, it lists various items, such as recent users, content, search terms (I think. I am going by memory.).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drupalninja99’s picture

Status: Active » Needs work

Do you mean - http://drupal.org/project/julio?

Do you know what modules they are using? He might be using Workbench for the dashboard. As for the menu, I have the admin module and admin menu disabled by default, both of those give you different administrative menus.

Code Monkey’s picture

Yes, that is the one.

It is not using any extra modules (that I can think of) to handle the dashboard. It uses a standard drupal menu to link to the dashboard. It then adds blocks within the dashboard to view different aspects pf the install. It also provide another menu for some administrative tasks.

It basically reduces the administrative options visible to the site administrator. I am not saying the way the Julio distro handles it is correct for OpenChurch. I just thought it would be something to look at for OpenChurch.

drupalninja99’s picture

Can you show me a screenshot?

Code Monkey’s picture

Here are a couple of screen shots showing the Admin Dashboard. Also, the install file lists several items that are added to this dashboard during the install. Here is a list of those items.

  • Dashboard Sidebar
    • Menu - menu-julio-new-content
    • Menu - menu-julio-new-group
    • Menu - menu-julio-admin-quick-links
    • Search
  • Dashboard Main
    • View - julio_admin_content_list-block
    • View - julio_admin_content_list-block_1
    • View - julio_admin_user_list-block
drupalninja99’s picture

Oh okay, that looks good. Maybe you could put together like an openchurch_dashboard or openchurch_admin feature that loads up the admin dashboard with a lot of the links you think would be helpful for editors/admins?

Code Monkey’s picture

I'll look into it and get back with you.

Code Monkey’s picture

Do you have any ideas on how to add items shown in the dashboard into a Feature?

drupalninja99’s picture

Sorry I haven't had time to look at this yet, I will try to look into notes later this week.

drupalninja99’s picture

Sorry this has been on hold indefinitely, yes we want to figure out how to export dashboard settings into an openchurch_dashboard feature.

Did you inspect the julio install profile for something like this?

drupalninja99’s picture

Status: Needs work » Postponed (maintainer needs more info)

This is a great idea but I need someone to take the ball and run with it. Someone needs to figure out how to export this to features and submit as a patch.

Code Monkey’s picture

Status: Postponed (maintainer needs more info) » Needs review
FileSize
13.63 KB

I have tried to create the following patch.

This patch includes a new context for the dashboard, two new menus assigned to the dashboard context. The first menu is a group of quick admin links to make changes to the site. The second menu includes links to create a basic page and to create a webform. I chose these two content items as they were included within the default feature set.

Let me know if the patch works as this is the first time I have created one.

Thanks.

drupalninja99’s picture

Excellent I will give it a try!

drupalninja99’s picture

Status: Needs review » Postponed
drupalninja99’s picture

Issue summary: View changes
Status: Postponed » Closed (won't fix)

Going to kill this feature as I don't think we need it