UAPV / RdvZ

Open source Doodle-like web application
http://gpl.univ-avignon.fr/rdvz
Other
45 stars 9 forks source link

Email Link Issue #31

Open ghost opened 12 years ago

ghost commented 12 years ago

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