CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Joomla Extensions (Moderator: lcdweb) »
  • Want to add report to user dashboard.
Pages: [1]

Author Topic: Want to add report to user dashboard.  (Read 2064 times)

nzampella

  • I post occasionally
  • **
  • Posts: 61
  • Karma: 2
  • CiviCRM version: 4.5.3
  • CMS version: Joomla 3.3.6
  • MySQL version: 5.5.36
  • PHP version: 5.4.31
Want to add report to user dashboard.
January 23, 2012, 11:15:14 am
Hi, there's the Membership Report (Detail) report that I really would like the registered users to see.  However, under Report Settings when I click on the checkbox to make it Available for Dashboard? and save the settings, the check disappears, and (of course) there's no option to add the report on a user dashboard.

I'm assuming that this is not available for Joomla users ??

Joomla 1.7.3
Civicrm 4.0.7

Thanks for any assistance.

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Want to add report to user dashboard.
January 23, 2012, 10:52:23 pm
Quote
Hi, there's the Membership Report (Detail) report that I really would like the registered users to see.  However, under Report Settings when I click on the checkbox to make it Available for Dashboard? and save the settings, the check disappears, and (of course) there's no option to add the report on a user dashboard.

I'm assuming that this is not available for Joomla users ??

You cannot add dashlets to User Dashboard in any CMS.

Kurund
Found this reply helpful? Support CiviCRM

nzampella

  • I post occasionally
  • **
  • Posts: 61
  • Karma: 2
  • CiviCRM version: 4.5.3
  • CMS version: Joomla 3.3.6
  • MySQL version: 5.5.36
  • PHP version: 5.4.31
Re: Want to add report to user dashboard.
January 27, 2012, 07:46:46 am
Thanks ... is there any way to make this report visible to registered users ??   Its exactly what I want them to have access to.

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Want to add report to user dashboard.
January 27, 2012, 10:15:17 am
Quote
is there any way to make this report visible to registered users ??
If you give permission to "access CiviReport" permission to authenticated users than they will be able to see this report.

If you want simple member listing, I would recommend creating a view to list members using views 2 module.

HTh
Kurund
Found this reply helpful? Support CiviCRM

speleo

  • Ask me questions
  • ****
  • Posts: 396
  • Karma: 28
  • CiviCRM version: 4.3.1
  • CMS version: J! 2.5,9
  • MySQL version: 5.1
  • PHP version: 5.3.24
Re: Want to add report to user dashboard.
January 27, 2012, 10:26:31 am
Views 2 module - isn't that for Drupal?

If you expose reports to the front end you may want to hide some elements. I used a bit of CSS to handle this:

Code: [Select]
#crm-container #civicrm-footer {
    visibility:hidden;
display:none;
}


#crm-container .footer {
    visibility:hidden;   
display:none;
}

.crm-block.crm-form-block.crm-report-field-form-block {
    visibility:hidden;   
display:none;
}

.crm-block.crm-content-block.crm-report-form-block .crm-tasks {
    visibility:hidden;   
display:none;
}

#crm-container div.breadcrumb {
    visibility:hidden;   
display:none;
}

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Want to add report to user dashboard.
January 27, 2012, 10:35:25 am
Quote
Views 2 module - isn't that for Drupal?

Oops sorry yes it is for drupal :(

Kurund
Found this reply helpful? Support CiviCRM

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Joomla Extensions (Moderator: lcdweb) »
  • Want to add report to user dashboard.

This forum was archived on 2017-11-26.