Shape 5

Joomla Club Extensions => Reservations - Club => : kgrinstein October 19, 2011, 12:18:57 PM



: Titles not showing properly
: kgrinstein October 19, 2011, 12:18:57 PM
Good Afternoon-

I downloaded and installed the Reservations module today on a Joomla 1.7 site using the GetReserved template for 1.7

I have configured the module and it is showing on the site, however in the front end, the titles for each of the accordion drop downs, and the fields with in them show the language file code titles, not the titles that are supposed to be substituted.

For instance I see CHOOSE_PACK_TITLE rather than Choose your package:

This is the case for each field and title, along with the Reset and Check Availability button.

I will post an image below.

Please advise :)

Thanks,

Kyla


: Re: Titles not showing properly
: jonahh October 19, 2011, 12:48:22 PM
Is the language file for the module in your Joomla language folder?


: Re: Titles not showing properly
: kgrinstein October 19, 2011, 12:58:05 PM
Yes I have ROOTURL/language/en-GB/en-GB.mod_s5_reservations.ini

hmmmm.....   :)


: Re: Titles not showing properly
: kgrinstein October 20, 2011, 01:07:10 PM
Is anyone else having this issue?  Any ideas yet on a fix?  Thanks so  much!!


: Re: Titles not showing properly
: jonahh October 21, 2011, 02:04:27 PM
Im not really sure off hand, if you can send me FTP login details I can take a look for you


: Re: Titles not showing properly
: antfarm November 07, 2011, 05:30:27 AM
I have the same problem - Any news on this issue?

What's more  - the inner 'package' accordian menu has some major serious styling issues.
Apart from these two crucial things - the form is working OK and sending.

http://goldstarlimousines.com/index.php (http://goldstarlimousines.com/index.php)


: Re: Titles not showing properly
: jonahh November 08, 2011, 01:40:22 PM
Im not sure on the language issue as when I test it works fine locally.  Looking at the language and php files there is nothing that should prohibit it from working, unless its something server related with Joomla 1.7

As for the styling if you PM me ftp login and joomla I can take a look for you.


: Re: Titles not showing properly
: antfarm November 13, 2011, 02:37:30 AM
Jonah. Thanks. I PM'd you with some details.
Look forward to hearing from you.

Cheers


: Re: Titles not showing properly
: antfarm December 03, 2011, 05:17:13 AM
Is anyone else having this issue?  Any ideas yet on a fix?  Thanks so  much!!

After experiencing the same issue and after some fiddling and some advice offline - I managed to fix the CHOOSE_PACK_TITLE issue and turn the reservations module into a limo booking form.

The language file was just not working - so I just entered the text I wanted in the default.php in the tmpl folder.
So
<?php echo JText::_('BEDS_ER') ?>

became

<?php echo JText::_('CARS') ?>

The resulting email will need the corresponding text changed as well - so amend this in the scripts folder.

modules\mod_s5_reservations\scripts\xmlHttpRequest.php

HTH


: Re: Titles not showing properly
: rockcandy December 19, 2011, 10:32:20 PM
I'm not a master coder but I love this module. However, I'm having the same problem with the titles like "CHOOSE_PACK_TITLE" displaying even after I modify the file en-GB.mod_s5_reservations.ini and upload it to the server. What could be causing it to display incorrectly.


: Re: Titles not showing properly
: jonahh December 20, 2011, 02:01:10 PM
Im not sure as it works fine when I test locally.  You could open up the php files included with the module and just make the edits to the language inline


: Re: Titles not showing properly
: rockcandy December 20, 2011, 10:48:09 PM
 ;D Thanks... editing the PHP file worked perfectly!


: Re: Titles not showing properly
: kasnoff August 23, 2012, 10:59:31 AM
I am having the same issue. I've edited the .ini file to my desired title, uploaded, not seeing the change.

Any help would be appreciated.


: Re: Titles not showing properly
: jonahh August 27, 2012, 02:48:55 PM
If you take the language strings from the reservation ini file and put into the template ini file this will fix the issue