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) »
  • How to change the Contact Summary page?
Pages: [1]

Author Topic: How to change the Contact Summary page?  (Read 8005 times)

betterproof

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.3.5
  • CMS version: Joomla
  • MySQL version: 5.5.29
  • PHP version: 5.3.10
How to change the Contact Summary page?
July 22, 2013, 02:12:06 am
Hi there,

I have some features what I don't wanna display on the contact summary page (e.g. employer things) and I want to put my custom profile fields to the top... nowhere find the solution, going crazy about that :D

Thanks the help guys

Rajesh

  • I post occasionally
  • **
  • Posts: 78
  • Karma: 10
  • CiviCRM version: 4.2.x, 4.3.x, 4.4.x
  • CMS version: Drupal 7.xx, Wordpress 3.5.x - 3.6.x, Joomla 3.1
  • MySQL version: 5.5.20
  • PHP version: 5.3.10
Re: How to change the Contact Summary page?
July 22, 2013, 02:33:45 am
You can modify the contact summary page template and show/hide certain blocks/fields as per your requirements. You should be familiar with HTML to do this.

For more information please read: http://book.civicrm.org/developer/current/techniques/templates/
« Last Edit: July 22, 2013, 02:40:43 am by Rajesh »

betterproof

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.3.5
  • CMS version: Joomla
  • MySQL version: 5.5.29
  • PHP version: 5.3.10
Re: How to change the Contact Summary page?
July 22, 2013, 02:40:34 am
Thanks, just I don't know where can I find the template files in Joomla?

Rajesh

  • I post occasionally
  • **
  • Posts: 78
  • Karma: 10
  • CiviCRM version: 4.2.x, 4.3.x, 4.4.x
  • CMS version: Drupal 7.xx, Wordpress 3.5.x - 3.6.x, Joomla 3.1
  • MySQL version: 5.5.20
  • PHP version: 5.3.10
Re: How to change the Contact Summary page?
July 22, 2013, 02:45:51 am
View the source of the page from a web browser and search for ".tpl". In Contact Summary page, click "View Source" in the browser.  You should find an HTML comment such as:

<!-- .tpl file invoked: CRM/Contact/Page/View/Summary.tpl. Call via form.tpl if we have a form in the page. -->

So 'CRM/Contact/Page/View/Summary.tpl' is the file you need to copy to the custom templates folder and modify.

All the CiviCRM templates are in 'administrator/components/com_civicrm/civicrm/templates' for Joomla. Make sure you copy the template file to custom templates folder and modify the copy in the  custom templates folder.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Joomla Extensions (Moderator: lcdweb) »
  • How to change the Contact Summary page?

This forum was archived on 2017-11-26.