Commit Graph

27 Commits

Author SHA1 Message Date
rt
03a799a290 Update 'fancytokens.php'
502: 	            $sql = "SELECT e.id , e.summary,  e.title, e.registration_link_text, 
503: +	             e.start_date as start_date  ,
505: 	             if( e.is_online_registration = 1 AND

576: 	            $sql = "SELECT e.id , e.summary,  e.title, e.registration_link_text, 
e.start_date as start_date  ,
2019-10-30 08:41:13 +00:00
rt
adc61f2d58 Update 'fancytokens.php'
Changed format of date and texts
Résumé des changements
31:   		$e_start_date = $dao->start_date;
32: -  		$label = 'Registration Page: '.$e_title.' on '.$e_start_date.' (id: '.$e_id.')  :: Events'; 
33: +  		$label = 'Registration Page: '.$e_title.' '.$e_start_date.' (id: '.$e_id.')  :: Events'; 
34:   		$key = 'communitynews.event_registrationpage___'.$e_id ;

502: 	            $sql = "SELECT e.id , e.summary,  e.title, e.registration_link_text, 
503: -	             date_format( e.start_date, '%W %b %e at %l:%i %p' ) as start_date  ,
504: +	             date_format( e.start_date, '%d/%m/%Y à %Hh%i' ) as start_date  ,
505: 	             if( e.is_online_registration = 1 AND

553:   		     	} 
554: -  		     	$tmp_event_html = $tmp_event_html."\n<br><br><a href='".$event_info_link_url.$eid."'>".$e_title."</a> on ".
555: +  		     	$tmp_event_html = $tmp_event_html."\n<br><br><a href='".$event_info_link_url.$eid."'>".$e_title."</a> ".
556:   		     		$e_start_date.$register_html.$summary_html;

576: 	            $sql = "SELECT e.id , e.summary,  e.title, e.registration_link_text, 
577: -	             date_format( e.start_date, '%W %b %e at %l:%i %p' ) as start_date  ,
578: +	             date_format( e.start_date, '%d/%m/%Y à %Hh%i' ) as start_date  ,
579: 	             if( e.is_online_registration = 1 AND

627:   		     	} 
628: -  		     	$tmp_event_html = $tmp_event_html."\n<br><br>".$e_title." on ".
629: +  		     	$tmp_event_html = $tmp_event_html."\n<br><br>".$e_title." ".
630:   		     		$e_start_date.$register_html.$summary_html;
2019-10-30 08:33:15 +00:00
Sarah Poger Gladstone
2cf7197082
Update fancytokens.php 2019-05-30 00:25:18 -04:00
Sarah Poger Gladstone
6166e0b41e
Update fancytokens.php 2019-05-29 23:54:25 -04:00
Sarah Poger Gladstone
03c517e3aa
Update fancytokens.php 2019-05-29 23:39:59 -04:00
Sarah Poger Gladstone
7cb8bff32c
fixed SSL checks 2019-05-28 06:37:55 -04:00
Sarah Poger Gladstone
b64cef5627
added petition logic 2019-05-28 06:00:29 -04:00
Sarah Poger Gladstone
13f10399e9
api call for checksum expiration 2019-05-28 04:39:35 -04:00
Sarah Poger Gladstone
3802edc486
added logic for checksum expiration date token 2019-05-28 04:36:29 -04:00
Sarah Poger Gladstone
ec1e8314c7
Allow tokens of type event_registrationpage to work for private events 2019-05-27 09:22:10 -04:00
sgladstone
4333b6ca8e added communication tokens (ie all emails, all phone numbers) 2016-09-05 15:08:57 -04:00
Sarah Gladstone
797a94eccb updated code 2016-08-26 15:40:17 -04:00
Sarah Gladstone
39d7d3ff75 updated code 2016-08-26 13:22:36 -04:00
Sarah Gladstone
27702f4d80 updated code 2016-08-26 09:49:51 -04:00
Sarah Gladstone
d60bdb098b added tokens for "greetings" for couples, housholds, and single people. 2016-08-26 09:29:35 -04:00
Jon goldberg
f123890b01 Fix in_array and explode warnings 2016-05-20 00:10:22 -04:00
Sarah Poger Gladstone
7103382fec Update fancytokens.php 2016-04-02 13:15:00 -04:00
colemanw
fcf17df571 Prevent possible fatal error 2015-11-21 15:06:00 -05:00
Sarah Poger Gladstone
bce5c1e0fe Query Drupal tables using Drupal API
Use Drupal API for querying Drupal tables, this way if drupal table prefixes are used Drupal handles this automatically.
2015-11-21 14:20:29 -05:00
Rajesh Sundararajan
6bec40cfe0 Disabled organisation type in profile for fancy tokens 2015-02-06 16:27:55 +00:00
Rajesh Sundararajan
c6ac04af50 Generate URL using CRM_Utils_System::url function to cater for all CMS 2015-01-26 16:09:51 +00:00
Sarah Gladstone
e12474306c Update for version 4.5 2014-11-12 00:35:39 -05:00
Sarah Gladstone
85448ba7ef Update fancytokens.php 2014-09-03 18:53:46 -04:00
Sarah Gladstone
e7171cb5c3 Update fancytokens.php 2014-09-01 18:05:43 -04:00
Sarah Gladstone
e6b14214cd Add tokens for individual event registration pages 2014-09-01 17:51:04 -04:00
Sarah Gladstone
c94f76abca Update fancytokens.php
There was a bug causing recipients of a mass mail to get duplicated event information.
2014-03-29 07:26:26 -05:00
root
73b283b147 first commit 2014-02-15 17:30:30 -05:00