By XorioZ on
Actualy My question is quite simple.
Is there a way to not show links to a cck-node when that node isen't translated into the langueg one has selectet.
Also. can i remove the extra languege selection at the bottom of all cck-node's.
use i18n as my translation module.
and cck-nodes in stead of the standard page and story.
BTW. am i naming content types right when i say node?
Comments
suggested module
You may like to look at this module : http://drupal.org/project/active_translation
Active Translation module is designed for internationalized sites where translated versions of content need to be displayed when available but if they're not the original, untranslated content should be displayed.
If your CCK node are stored as a node means they are having similar structure to traditional content types then above module should work for you but if you have custom fields in your cck node then i am not sure if that module would be sufficient for you.
@content types
You are absolutely correct about that for further confirmation read this : http://drupal.org/node/21947
Found a solution.
I will try that module out.
But actualy i found that i18n and cck can do what i want it to do. just have to set the right options when creating my cck nodes.
THX anyways.
How?
I saw it mentioned before that this would be possible, but no further instructions. Could you perhaps give some simple directions on how you did this?