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 (Moderator: Dave Greenberg) »
  • Tip to add a title in a section
Pages: [1]

Author Topic: Tip to add a title in a section  (Read 664 times)

nealzarka

  • I’m new here
  • *
  • Posts: 21
  • Karma: 0
  • CiviCRM version: civicrm 4
  • CMS version: drupal 7
  • MySQL version: 5.0.92-community-log
  • PHP version: 5.2.9
Tip to add a title in a section
July 04, 2011, 03:51:54 am
So after working a lot on the Event part, i would like to share This tricks for guys like me who don't develope but need to add some stuff :

To add a title in the fee section, create a new fee Label, use firebug (an add-on from firefox) to localise the name added by civicrm on the div class exemple <div class="crm-section2 Options-section">

 then add it in your css (yoursite/sites/all/modules/civicrm/css/civicrm.css) .Options-section {}

add a  display:none to hide all the useless div exemple : ".Options-section div.content{ display:none;}

 then customise your css and you got a title ! if you need to add another title remake  this with the other name
 
and for the next events duplicate the entire fee list, so you dont have to remember what title to put in the field "title"

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • Tip to add a title in a section

This forum was archived on 2017-11-26.