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 CiviContribute (Moderator: Donald Lobo) »
  • User Dashboard listing contributions on the backend
Pages: [1]

Author Topic: User Dashboard listing contributions on the backend  (Read 223 times)

RachelWright

  • I post occasionally
  • **
  • Posts: 78
  • Karma: 3
  • CiviCRM version: 4.2.7
  • CMS version: Joomla 2.5.17
  • MySQL version: 5.5.37
  • PHP version: 5.4.26
User Dashboard listing contributions on the backend
January 21, 2015, 02:49:45 pm
I've posted something similar in the past and got a great answer:
http://forum.civicrm.org/index.php/topic,27411.msg116815.html#msg116815

that allowed me to write a custom function that I'm using for people fundraising on our site (this lists donations to their page for them):
http://forum.civicrm.org/index.php/topic,28533.msg122070.html#msg122070

But recently I realized that when in the admin side of the website when in the contact I click "Contact Dashboard" I am unable to see the custom function. I'm guessing I need an additional page hook besides:

Code: [Select]
function joomla_civicrm_pageRun( &$page ) {
  if ( $page->getVar('_name') == 'CRM_Contact_Page_View_UserDashBoard' ) {
    require_once 'api/api.php';

Any ideas?

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • User Dashboard listing contributions on the backend

This forum was archived on 2017-11-26.