Posted by fancdc on June 15, 2010 at 1:48pm
3 followers
Jump to:
| Project: | Agreservations |
| Version: | 6.x-4.0-beta2 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
hello agill,
i have a small question. is it possible to use the module agreservation with mulilanguage?
i switch my site in tree languages with i18n. from www.mysite.com/booking to www.mysite.com/agreservation,(default language) no problem. but from www.mysite.com/fr/booking to www.mysite.com/fr/agreservation, it seems that the module lose the url. it stays always at "fr/booking". and because of that, it appears "Not enough free units found." with the back url.
do u have some ideas?
thx a lot!
Comments
#1
I still have to test agreservations in a multilanguage setup myself. At the weekend i probably know more...
#2
Hi,
Any news about the multilingual function of agreservation?
It seems to me that this issue is not resolve. And furthermore, if I want to enable the 'online booking' modules which require ls_extras, then all my blocks disappear (they reappear while deactivating ls_extras).
#3
#4
sorry but i simply did not have the time yet to solve this issue.
Could you please give me some more details. which blocks disappeared when activating ls_extras,
all blocks or only agreservations blocks?
#5
I understand well how it is time consuming to develop and maintain such a module and I have much respect for your work!
This is maybe an ls_extras issue, but I can confirm that all blocks disappears when enabling 'Language Sections Block Titles' sub module. Looks like I should post an issue under ls_extras page.
However I wanted also to enquiry about this thread issue which I'm having too. And also to get maybe some information about the multilingual concept behind Agreservations as I never used Language Sections before.
#6
I have posted an issue under ls_extras here: http://drupal.org/node/1081184
However, I'm still curious to know why are language_sections and ls_extras required?
#7
They are required to be able to use the input filter translations (=== es === spanish) provided by ls.
I manually call their filter from within agreservations. The problem is, its not good using the normal
drupal way of doing translations for the content types unit or unit_type because Resource Conflict
does not react to translation sets of nodes.
I can make this a soft dependency in a way that simply when ls and ls_extras is not activated the
functionality is not available.
#8
Maybe this could be a solution for me, as I'm still not able to solve ls_extras issue.
The problem is really linked to 'Language Sections Block Titles' sub module and ls filter is enabled.