Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
translation.module
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2008 at 08:54 UTC
Updated:
29 Jul 2014 at 18:03 UTC
Jump to comment: Most recent file
Comments
Comment #1
ju.ri commentedThis is great and very much needed for drupal 6. I tried your patch on the current 6.13 release and it fails. After adding the changes manually, it seems to work well, but when someone without "translate all" permission actually tries to add a new translation to a node I get a white screen. Could someone check if this still works? I know there is work done on the drupal7 branch but not for D6.
Comment #2
ju.ri commentedok I did the manual patching again this time everything seems fine. Thanks! Still I think this should be in the 6.x code. Its a much requested feature if you do a search on drupal.org.
Comment #3
anne-pierre commentedHello,
I am might need this patch and have no clue how to apply it. Could you please send me a hint? Thank you in advance.
I use D6 + Internationalization + locale and all I can do is give permission to users to translate the site's entire content. Not good for me.
Cheers,
A-P
Comment #4
lucuhb commentedI searched to have a 'translate content' permission only for a person with update permission on the node, so other people with only 'view' permission on the node will not be able to translate the node,
To do that, I only change the word 'view' to 'update' in _translation_tab_access funtion of translation.module; line 79 (in drupal 6.16 version) :
this
replace with :
hope this will help !
Comment #6
anne-pierre commentedthank you lucuhb, this seems to work well for me. Cheers.
Comment #7
Jānis Bebrītis commented#4 works.
Do we really have to break core for this bug to be fixed? :(
Comment #8
Jānis Bebrītis commentedhow do we promote #4 to core?
Comment #9
StevenWill commentedTry this patch.
Comment #10
StevenWill commentedUpdating status.
Comment #12
thelionkingraja commentedtranslate-own-nodes.patch queued for re-testing.
Comment #13
AndyThornton commentedtranslate-own-nodes.patch queued for re-testing.
Comment #14
plachI ain't sure this is a bug or a feature request. In any case this must be addressed in D8 now.
Comment #15
plachComment #16
laraz commented#4 it works for me, thanks.
Comment #17
plach@laraz:
Although hacking core may work for you, please leave this open so we can come up with a proper solution at least for D8.
Comment #18
laraz commented@plach ok! sorry.
Comment #19
penyaskitoDuplicated of #253157: Add "Translate own content" permission, rename "Translate content" to "Translate all content".