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) »
  • How do I change the options in the CiviCRM Create New Record block?
Pages: [1]

Author Topic: How do I change the options in the CiviCRM Create New Record block?  (Read 899 times)

craftee123

  • I post occasionally
  • **
  • Posts: 36
  • Karma: 0
How do I change the options in the CiviCRM Create New Record block?
November 20, 2012, 10:00:30 am
I'd like to make changes to the CiviCRM Create New Record block.  Specifically, I'd like to be able to add shortcuts to profiles we use to make data entry a little easier.  Is that possible?

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: How do I change the options in the CiviCRM Create New Record block?
November 20, 2012, 02:46:31 pm
The 'links' hook should allow you to do that:
http://wiki.civicrm.org/confluence/display/CRMDOC42/Hook+Reference#HookReference-hook_civicrm_links

Based on the code .. I think the $op you want is  'create.new.shorcuts' based on the code in CRM/Core/Block.php and the example on the wiki page (note that usage with that typo is evidently correct).
Protect your investment in CiviCRM by  becoming a Member!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • How do I change the options in the CiviCRM Create New Record block?

This forum was archived on 2017-11-26.