Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 4.7.23
-
Fix Version/s: None
-
Component/s: CiviEvent
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
-
Verified?:No
Description
I tested this in the sandbox with the same results.
Under Configure Events >Tell a Friend > Info Page Link, it does not include this link in the Share section of the confirmation page or email.
The Message template only calls for the default CiviCRM Event link. I do not have the knowledge to add the code to insert the Info Page Link.
{if $event.is_share}
<tr>
<td colspan="2" {$valueStyle}>
{capture assign=eventUrl}{crmURL p='civicrm/event/info' q="id=`$event.id`&reset=1" a=true fe=1 h=1}{/capture}
{include file="CRM/common/SocialNetwork.tpl" emailMode=true url=$eventUrl title=$event.title pageURL=$eventUrl}
</td>
</tr>