Reviewed & tested by the community
Project:
Image Block
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2011 at 11:38 UTC
Updated:
6 Mar 2020 at 18:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Artnetik commentedI agree. Looking forward to seeing some development in this way! :)
Comment #2
JaapB commentedFor Drupal 6 you can add this code in sites/all/modules/i18n/i18nblocks/i18nblocks.module within the i18nblocks_preprocess_block function (rule 253):
Comment #3
JaapB commentedSorry, here is the full patch for drupal 6
Included the setting to make a block translatable.
Comment #4
kenheim commentedSince this issue is for version 7.x-1.2, I think it would be great if there were a patch for that one also.
Comment #5
Belham commentedHey!
Any hope for a patch for D7?
Comment #6
philyD7 patch would be useful for me too ;-)
Comment #7
jmuzz commentedHere are 2 patches to make it work in Drupal 7, one for i18n module and the other for imageblock. Both must be applied.
There is probably a better way and some of the help text could also be corrected but it works.
It also doesn't check for i18n_string so make sure i18n is active before applying these.
Comment #8
jmuzz commentedThis version will work without any changes to i18n_block and it won't break anything if i18n isn't there.
Comment #9
phily#jmuzz: thank you for patch #8
https://drupal.org/node/1252144#comment-6736460 adds support for WYSIWYG in translated regular block body.
Can this be easily ported to translated imageblock body?
Comment #10
maxilein commentedHi,
thanks for the #8 patch. Seems to be working with the latest dev version just fine.
I have adjusted the patch to the current dev release and also added the i18n_block and i18n_string dependencies to the info file.
R,
Comment #12
doxigo commentedPatch #8 seems to be working, thanks
Comment #13
interdruper commented#8 works fine.
About #10, there is no need to add that dependencies, checks are performed in code.
Comment #15
mvdve commentedUpdated the patch so it works with the latest dev version. Also removed the dependencies (Not everybody is using i18n on their drupal site) and set the file path of the patch to the correct values.
Comment #16
dexnob commentedSorry for a question where you insert the patches for the image block is translatable thanks
Comment #17
gauravkhambhala commentedThe patch seems to add i18 support for body field. Can we also add support for image field?
Comment #18
rgnyldz commentedYes, this module should also allow users to change the image per language.
Any plans on that?