Closed (fixed)
Project:
Internationalization
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2008 at 08:36 UTC
Updated:
14 Jul 2012 at 23:29 UTC
Hi,
First thank you for your work, it is really impressive.
I would like to report you an issue I noticed (maybe it is from my drupal setup)
I have my drupal website installed with i18n from Drupal 6.2, and recently I updated to 6.4.
Now when I try to create a block with multilingual option, I have no problem (see 2nd screen)
As you see on this screen, he created me a block:14:title and a block:14:content field in a database table.
but the problem is : my block in core drupal has the oid = 6 ! so I never have any translations displayed.
I think the issue is only a synchronisation ... but I do not really know how to do that.
Regards,
Bhaal22.
| Comment | File | Size | Author |
|---|---|---|---|
| block_created.png | 144.32 KB | bhaal22 | |
| block_creation.png | 143.68 KB | bhaal22 |
Comments
Comment #1
bhaal22 commentedResolved by uncommenting in i18nblocs.module le call to i18nblocks_block.
Tks.
Bhaal22.
Comment #2
AaronCollier commentedComment #3
pasquallehacking the module does not qualify as a fix
the function i18nblocks_block is still commented out in the latest dev release.
Comment #4
bhaal22 commentedYep,
I did not tell it was a fix, I only said I resolved partially the problem.
Why is this function commented, I do not know, I suppose there is a reason, but whithout this I do not have the translation feature available in block.
If you have another idea ;)
And to have the transalation, I have to display the bloc generated : BLOCKNAME[Translatable]
Regards,
Bhaal22
Comment #5
thomas23@drupal.org commentedAs reported in #297464: Multilingual menu broken by 6.4 core update? #15 I have noticed a problem after 6.4 upgrade with my multilang menu block not showing for the non-default language. Could this be related? Any fix or help apprechiated.
Cheers.
Comment #6
jose reyero commentedRight, there was a mess with block delta and i18n's block id, which is a different number. Should be fixed in beta5
Thanks