Closed (fixed)
Project:
Internationalization
Version:
7.x-1.1
Component:
Blocks
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2009 at 18:11 UTC
Updated:
15 May 2012 at 09:14 UTC
Jump to comment: Most recent file
Comments
Comment #1
dddave commentedHave I missed something here? Does really nobody else needs this?
Comment #2
jippie1948 commentedI have the same problem...
Comment #3
Bilmar commentedsubscribing - I came across this and had to not use panels 3 as a workaround.
I am be interested in following this and would like to explore using P3 again.
Comment #4
jensvoigt commented+1
Comment #5
ingopingo commentedSame problem here. I'm be interested in following this, too...
Comment #6
ingopingo commentedForgot to mark the used version. Sorry for that...
Comment #7
thekayra commented+1
Comment #8
crusher82 commentedsubscribing too. I have the same problem
Comment #9
Ghostthinker commented+2
Comment #10
Remon commentedsubscribe
Comment #11
Apfel007 commentedneed this too!!!!!!!!!
Comment #12
Aldus commentedI subscribe :| !
Comment #13
askit commented+1. That make the two great modules even better!
Comment #14
blueblade commented+1.
Comment #15
ndf commentedSubscribe!
Comment #16
ayalon commentedsame problem here!
Comment #17
sagannotcarl commented@dddave: do you know what the code is that needs to be added (if not in detail then at least conceptually)?
Comment #18
dddave commentedSorry, I am by no means a code-guy. If so, I would tried my best already. In my OP I just recapped what merlinofchaos said.
Comment #19
tedl commentedDo everybody with multilingual sites and panels still theme their edit forms with tpl.php-files? Or have I missed the workaround for this problem?
Comment #20
gurvan commented+1
Comment #21
andiart commentedI'm having the same problem. Would be nice to have a solution.
Comment #22
ju.ri commentedI also have this problem. Cannot overwrite the node/add form with panels on a multilanguage site.
Comment #23
perandre commentedSame issue here! I found out as I deactivated and reactivated the variant.
Comment #24
roborn commented+1
Comment #25
kndrI am attaching the patch. After applying it, problem with blocked "node/add" is solved. Important notice: there will be a new CTools content type - "i18n general form" (under "Form" tab in "Add content" window). Choose it instead "General form" and you will have translated form titles, which are supported by 18ncontent module. Patch is transparent for these, who don't use CTools and Panels.
Comment #26
kndr#25 suffers from CRLF line endings. This one is clean.
Comment #27
kndrUps :) Here is the patch without CRLF.
Comment #28
jose reyero commentedAdding a check for not altering the menu seems ok.
But for further integration with Panels, please think about an add on module.
Comment #29
kndrThanks for review. Do you mean, that this kind of integration should have separate project?
Comment #30
jose reyero commented@kndr,
> Thanks for review. Do you mean, that this kind of integration should have separate project?
Right.
Complex integration with other modules in the past has not been a good experience and sometimes it's been impossible to keep up with other modules' versions, see https://drupal.org/project/i18nviews
Comment #31
kndrOK. I am attaching new patch, without ctools content type. In my opinion, new module is not neccessary. I will add new issue to CTools and upload patch, which very slightly change standard "General form" and makes it working with i18n.
Comment #32
kndrMentioned CTools issue with suggested patch #1097738: Node add form title contains no translatable content type name
Comment #33
broncomania commentedThx for this patch solves the problem with panels and node/add for me!
Comment #34
jose reyero commentedCommitted, thanks.
Comment #36
anruetherNow, this issue arises again in version 7.x-1.1. Any chance to resove it also in 7.x?
Comment #37
anruetherDon't know if this is right in Component "Blocks"...
Comment #38
mefisto75 commentedJust discovered the same problem
Comment #39
msbrar commented+1. same issue on drupal 7
Comment #40
jose reyero commentedFixed for Drupal 7. Translated title is set now using hook_form_alter().
Now about Drupal 6, no way we are backporting this one, as we are only doing bug fixes for that version.
Comment #42
josepvalls commentedFYI, I stumbled into this issue in D6 and fixed it with a small hack in panels.
You may check feedback from merlinofchaos here: http://drupal.org/node/1561046#comment-5997776