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) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Additional Functionality with CiviCRM
Pages: [1]

Author Topic: Additional Functionality with CiviCRM  (Read 1156 times)

psampat

  • Guest
Additional Functionality with CiviCRM
September 21, 2008, 06:11:42 pm
I have a perl application which will output a PDF file with member information to print onto membership cards.  My issue is simple-  I would like to add another link (see attached) to the memberships page for a given contact, next to "View | Edit | Renew | Delete".  So it would look like "View | Edit | Renew | Delete | Print Membership Card".

So I pretty much need a simple line of code (and where to put it) querying the script with http://.../printmembershipcard.pl?q=cid=[current record]

Problem is I dont know enough php to navigate the internals of CiviCRM.  Once I can find the section where this dynamic page is being generated, then I can easily use existing code as a sample and write this code.

Any help?  Thanks!

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Additional Functionality with CiviCRM
September 21, 2008, 07:43:14 pm

The easiest option might to be to customize the template and add the additional link there

check: http://wiki.civicrm.org/confluence/display/CRMDOC/Customize+Built-in+and+Profile+Screens

for instructions on how to do so

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Additional Functionality with CiviCRM

This forum was archived on 2017-11-26.