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 »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Custom profile view - I must be missing something?
Pages: 1 [2]

Author Topic: Custom profile view - I must be missing something?  (Read 6029 times)

cincyKid

  • Guest
Re: Custom profile view - I must be missing something?
March 31, 2010, 05:20:29 am
YAY!!!!!!!

Thank you Dave!!  This is exactly what I was looking for!

Commented out the inner loop and hard coded the table rows, works like a charm.

I tried a couple different things for the headers like:

(4 is the value for Phone in the $columnHeaders array in the smartyDebug window)

Code: [Select]
{if ! $header.4}
    {$header.name}
{/if}

or

Code: [Select]
{if ! $header.sort == 'Home-Phone-1'}
    {$header.name}
{/if}

But ended up not getting it to work, so I just got rid of the headers and hard coded some <th>'s no biggie.

Again, many thanks Dave, you saved me again!  ;D

mhm

  • I post occasionally
  • **
  • Posts: 82
  • Karma: 2
Re: Custom profile view - I must be missing something?
April 14, 2010, 09:33:22 pm
CincyKid -- I got sidetracked from this project (story of my life), but am about to get back to it. Would you be able to post the tweaks you made?

Pages: 1 [2]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Custom profile view - I must be missing something?

This forum was archived on 2017-11-26.