Shape 5

Joomla Club Extensions => Reservations - Club => : patriferro March 22, 2012, 04:50:41 PM



: S5_reservation and Joomla SEO
: patriferro March 22, 2012, 04:50:41 PM
help me please!!!
If joomla seo is enable on my site, s5_reservation  does not work!!! In particular, the captcha does not work!!! Why?
Thanks


: Re: S5_reservation and Joomla SEO
: jonahh March 23, 2012, 01:19:06 PM
Hello,

Open up the following js file and change the relative URLs to a full URL with your site URL domain name and all at the beginning, this might fix it:

modules\mod_s5_reservations\js\contact.js

line 29
ajaxRequest.open("POST", "modules/mod_s5_reservations/scripts/submit.php", true);


line 241
var page = "modules/mod_s5_reservations/scripts/xmlHttpRequest.php?contact=true&xml=true";

line 322
success.innerHTML = '<strong style="color:red;"><img src="modules/mod_s5_reservations/images/stop.png" alt="Error:" title="Error:" style="float:left;margin-right:10px;"/>'+


Make the same changes in:

modules\mod_s5_reservations\js\jquery-contact.js


: Re: S5_reservation and Joomla SEO
: antfarm April 14, 2012, 08:14:23 AM
Thanks. This worked for me using SH404SEF for Joomla 2.5.3