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 CiviEvent (Moderator: Yashodha Chaku) »
  • Tell A Friend Thank You Title
Pages: [1]

Author Topic: Tell A Friend Thank You Title  (Read 873 times)

friendswoodtech

  • I’m new here
  • *
  • Posts: 28
  • Karma: 1
  • CiviCRM version: 4.5.5
  • CMS version: Drupal 7
  • MySQL version: 5.1.56
  • PHP version: 5.3.6
Tell A Friend Thank You Title
January 04, 2012, 11:57:39 am
I just upgraded one of my drupal sites to Civi 4.0.8 and noticed that when I enable Tell A Friend on a New Event, the Thank You Title is blank and is not picking up the default as noted in CRM/Friend/Form/Event.php.  This worked in 4.0.7. 

Maybe I'm not looking in the right place, any pointers in correcting would be appreciated.

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: Tell A Friend Thank You Title
January 04, 2012, 07:34:30 pm

can you reproduce this on our demo server and also see if u get the same behavior on our sandbox server running 4.1:

http://demo.drupal.civicrm.org/
http://sandbox.drupal.civicrm.org/

thanx

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

friendswoodtech

  • I’m new here
  • *
  • Posts: 28
  • Karma: 1
  • CiviCRM version: 4.5.5
  • CMS version: Drupal 7
  • MySQL version: 5.1.56
  • PHP version: 5.3.6
Re: Tell A Friend Thank You Title
January 18, 2012, 02:16:41 am
@Lobo

Sorry for the delay.  Yes, I tested on the demo server and the same issue existed.  During the Create Event process, when I enable Tell A Friend, there is no default entry in the Thank You Title.

Thanks!
Jackie

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 Thank You Title
January 18, 2012, 03:51:01 am
This is already fixed for 4.1, you can get the fix from below patch

Code: [Select]
Index: CRM/Friend/Form/Event.php
===================================================================
--- CRM/Friend/Form/Event.php   (revision 38445)
+++ CRM/Friend/Form/Event.php   (working copy)
@@ -81,7 +81,7 @@
             $defaults['suggested_message'] = ts('Thought you might be interested in checking out this event. I\'m planning on attending.');
             $defaults['tf_thankyou_text'] = ts('Thanks for spreading the word about this event to your friends.');
             $defaults['tf_title'] = ts('Tell a Friend');
-            $defaults['thankyou_title'] = ts('Thanks for Spreading the Word');
+            $defaults['tf_thankyou_title'] = ts('Thanks for Spreading the Word');

HTh

Kurund
Found this reply helpful? Support CiviCRM

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Tell A Friend Thank You Title

This forum was archived on 2017-11-26.