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 »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Tell A Friend - Increase 5 email limit?
Pages: [1]

Author Topic: Tell A Friend - Increase 5 email limit?  (Read 724 times)

CiviTeacher.com

  • I live on this forum
  • *****
  • Posts: 1282
  • Karma: 118
    • CiviTeacher
  • CiviCRM version: 3.4 - 4.5
  • CMS version: Drupal 6&7, Wordpress
  • MySQL version: 5.1 - 5.5
  • PHP version: 5.2 - 5.4
Tell A Friend - Increase 5 email limit?
July 19, 2010, 06:31:21 pm
Tell a friend by default has a 5 email limit.

Read docs, book, and searched forum.  No requests to increase this limit, or instructions on how to increase this limit, to 10 or even 20 perhaps.

For some donations, particularly ones where you "sponsor a walk" or something similar, the more friends you tell the better.

How to configure or change?  Thanks.
Try CiviTeacher: the online video tutorial CiviCRM learning library.

Rahul Bile

  • I post occasionally
  • **
  • Posts: 112
  • Karma: 16
  • impossible says, I M Possible
    • I AM POSSIBLE
Re: Tell A Friend - Increase 5 email limit?
July 19, 2010, 09:58:48 pm
Quote
How to configure or change?
Right now through the settings you cannot configure the same.

You can try the below patch and modify the number as per your requirement.

Code: [Select]
Index: CRM/Friend/Form.php
===================================================================
--- CRM/Friend/Form.php (revision 28755)
+++ CRM/Friend/Form.php (working copy)
@@ -47,7 +47,7 @@
      /**
      * Constants for number of friend contacts
      */
-    const NUM_OPTION = 3;
+    const NUM_OPTION = 6;
     /**
      * the id of the entity that we are proceessing
      *

Rahul.
Consider donating to CiviCRM if you use it. http://civicrm.org/donate

CiviTeacher.com

  • I live on this forum
  • *****
  • Posts: 1282
  • Karma: 118
    • CiviTeacher
  • CiviCRM version: 3.4 - 4.5
  • CMS version: Drupal 6&7, Wordpress
  • MySQL version: 5.1 - 5.5
  • PHP version: 5.2 - 5.4
Re: Tell A Friend - Increase 5 email limit?
July 20, 2010, 12:54:33 pm
Actually, thanks for the reply but I found where it is.  I don't think this MUN_OPTION would have had the desired effect anyhow.

The "tell a friend" limit is a configurable number within the web interface but it is not listed under "tell a friend" in the Manage Contribution Pages area.

This configurable number is actually listed under "Personal Campaign Contributions".

I have edited the wiki documentation to clarify this.
Try CiviTeacher: the online video tutorial CiviCRM learning library.

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: Tell A Friend - Increase 5 email limit?
July 20, 2010, 12:58:12 pm
I think normal tell a friend and pcp tell a friend are different. May be in future we should make normal tell friend number configurable.

Kurund
Found this reply helpful? Support CiviCRM

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Tell A Friend - Increase 5 email limit?

This forum was archived on 2017-11-26.