Hello there,
After configuring RDVZ to send emails, I noticed that emails were sending broken links (as well as displaying broken links within meeting pages).
To fix this issue I made 2 changes to 2 classes within the application.
Within apps/frontend/module/meeting/templates/_notif_new_meeting.php I made the following changes.
<?php echo __("Vous pouvez indiquer vos disponibilités en vous rendant à l'adresse suivante") ?> <?php echo sfConfig::get('app_url').$meeting->getHash()?> .
Within apps/frontend/module/meeting/templates/showSuccess I made the following changes.
<
input type="text" class="search url_meet" readonly="readonly" value="<?php echo sfConfig::get('app_url').$meeting->getHash() ?>" />
Hope this helps anyone having the same problem with broken/incorrect format links
Hello there, After configuring RDVZ to send emails, I noticed that emails were sending broken links (as well as displaying broken links within meeting pages). To fix this issue I made 2 changes to 2 classes within the application.
Within apps/frontend/module/meeting/templates/_notif_new_meeting.php I made the following changes.
<?php echo __("Vous pouvez indiquer vos disponibilités en vous rendant à l'adresse suivante") ?> <?php echo sfConfig::get('app_url').$meeting->getHash()?> .
Within apps/frontend/module/meeting/templates/showSuccess I made the following changes. < input type="text" class="search url_meet" readonly="readonly" value="<?php echo sfConfig::get('app_url').$meeting->getHash() ?>" />
Hope this helps anyone having the same problem with broken/incorrect format links