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 »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • Contact Summary View Question - 4.1 -> 4.2.1 Upgrade
Pages: [1]

Author Topic: Contact Summary View Question - 4.1 -> 4.2.1 Upgrade  (Read 505 times)

DerekL

  • I post frequently
  • ***
  • Posts: 132
  • Karma: 1
  • CiviCRM version: 4.5.5
  • CMS version: Drupal 7.34
  • MySQL version: 5.1.54
  • PHP version: 5.2.17
Contact Summary View Question - 4.1 -> 4.2.1 Upgrade
September 23, 2012, 04:11:08 pm
Hi All,

We recently upgraded our Civi install to 4.2.1 and I have what is hopefully an "easy one".


In the civicrm 4.2 demo site, the contact summary view has a section displaying the contact name above the action tab ribbon.
Our contact summary civicrm does not have this, and we'd like it to!

Our site theme folder is not overriding the" <!-- .tpl file invoked: CRM/Contact/Page/View/Summary.tpl. Call via form.tpl if we have a form in the page. -->"

Perhaps I'm missing something?
« Last Edit: September 23, 2012, 04:45:56 pm by DerekL »

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: Contact Summary View Question - 4.1 -> 4.2.1 Upgrade
September 23, 2012, 06:30:35 pm
You don't need any customizations for this in CiviCRM, by default drupal theme should shows it on top. What theme are you using ?

Kurund
Found this reply helpful? Support CiviCRM

DerekL

  • I post frequently
  • ***
  • Posts: 132
  • Karma: 1
  • CiviCRM version: 4.5.5
  • CMS version: Drupal 7.34
  • MySQL version: 5.1.54
  • PHP version: 5.2.17
Re: Contact Summary View Question - 4.1 -> 4.2.1 Upgrade
September 24, 2012, 04:56:18 am
Hi Kurund!

We are using a custom page.tpl for our site.

That was enough of a hint for us to find the culprit! Our custom page.tpl was not including the following bit of code from the default templates:
Code: [Select]
          <?php if ($tabs): ?><div id="tabs-wrapper" class="clearfix"><?php endif; ?>
          <?php print render($title_prefix); ?>
          <?php if ($title): ?>
            <h1<?php print $tabs ? ' class="with-tabs"' : '' ?>><?php print $title ?></h1>
          <?php endif; ?>
          <?php print render($title_suffix); ?>
          <?php if ($tabs): ?><?php print render($tabs); ?></div><?php endif; ?>
          <?php print render($tabs2); ?>

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • Contact Summary View Question - 4.1 -> 4.2.1 Upgrade

This forum was archived on 2017-11-26.