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 Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • User Dashboard Titles
Pages: [1]

Author Topic: User Dashboard Titles  (Read 732 times)

Yoda_Oz

  • I post occasionally
  • **
  • Posts: 107
  • Karma: 2
  • CiviCRM version: 3.3.3
  • CMS version: Joomla 1.5.22
User Dashboard Titles
July 04, 2010, 05:02:57 am
hi, i was wondering if anyone could point me in the direction to where i can change the title of the objects in the user dashboard? specifically where it says "Your event(s)".

i tried the template CRM/Contact/Page/View/UserDashboard.tpl and it says:
Code: [Select]
{foreach from=$dashboardElements item=element}
    <tr>
        <td>
            <div class="header-dark">{$element.sectionTitle}</div>        
            {include file=$element.templatePath}
        </td>
    </tr>
    {/foreach}
and i can't work out where to find the $element.sectionTitle.

thanks :)

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: User Dashboard Titles
July 04, 2010, 05:54:19 am
User dashboard title for each component is defined in Info.php getUserDashboardElement( );
For eg: CRM/Contribute/Info.php etc

Hth
Kurund

Found this reply helpful? Support CiviCRM

Yoda_Oz

  • I post occasionally
  • **
  • Posts: 107
  • Karma: 2
  • CiviCRM version: 3.3.3
  • CMS version: Joomla 1.5.22
Re: User Dashboard Titles
July 04, 2010, 06:15:58 pm
that's ace! thanks :)

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • User Dashboard Titles

This forum was archived on 2017-11-26.