Closed (fixed)
Project:
Internationalization
Version:
master
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
2 Feb 2005 at 18:28 UTC
Updated:
21 May 2006 at 15:30 UTC
it should be possible to disable the i18n links in node_links(). if you have a multilangual site you normally enable the language block. now that the i18n and the l10n module both honor that block the i18n links are imho useless and may confuse the user. So it should be at least possible to disable them.
i would make it a global option that matches on all notes with i18n enabled.
darix
Comments
Comment #1
chx commentedComment #2
Marc Bijl commentedIf this is not going to be fixed, can anyone please tell what is the best way to hack around this?
Comment #3
kje commentedI'd fix it via style.css in respective theme folder:
HTH, Kurt
Comment #4
joe.murray commentedwhat is the l10n module? location?
Comment #5
Marc Bijl commented#3: Thanks Kurt. Thought about such a workaround as well, but I was just wondering if there's a way to completely remove the link from the code. Do you know if such a thing is possible (of course it is...), and how this can be done?
Comment #6
kje commented#5: To completely remove the i18n-link block, you have to modify i18n.inc at modules/i18n/
goto function theme_i18n_link_name_flag
comment out the line starting with "return"
keep dingin'
Kurt
Comment #7
Neil Adair commentedNo, it's locale
http://drupal.org/project/locale
Comment #8
jose reyero commentedComment #9
Marc Bijl commentedFound this one too:
- http://drupal.org/node/17829
Look at #16: works pretty good! It adds a radiobutton for showing language link below the node (enabled/disabled). Really cool stuff...
Comment #10
Marc Bijl commentedThe radiobutton itself is part of the i18n settings, not the node of course :-)
Comment #11
jose reyero commentedThis is alredy implemented in HEAD, for 4.7
Comment #12
jose reyero commentedComment #13
(not verified) commented