Closed (fixed)
Project:
About This Node
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
9 Sep 2008 at 05:29 UTC
Updated:
14 Feb 2010 at 23:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
todd nienkerk commented@druppi: To address the first issue, I can certainly try, but I'm totally unfamiliar with i18n. Can you give me an example of how this data is stored in the node object?
Your second request is totally unrelated to the issue at hand and should be submitted as a separate feature request. However, please keep in mind that this module is intended as an administrative utility to allow those with permission to view the "About This Node" block a quick reference as to the status of a node. In my opinion, changing the output of this block based on role adds unnecessary complication to what should be a narrowly focused module.
Please feel free, though, to post a feature request. If there's a demand for it, I'll certainly supply it.
Comment #2
todd nienkerk commentedI've played around with i18n a bit, and here's what I think is going on:
Sound about right?
Comment #3
pepe roni commentedYou're right. And tnid is not an i18n-extension but an extension(?) of the locale module, thus within core!
Comment #4
stratosgear commentedI've added i18n support.
It adds a "Translation status" item. It lists the titles of all translated nodes (linking to the node itself), and it encloses the source translation language in square brackets.
Something like:
# Translation status:
Greek: The Greek node title
[English]: The English node title
Comment #5
stratosgear commentedDoh,
I forgot to attach the patch file. Sorry...
Comment #6
todd nienkerk commentedCommitted to 6.x-1.x-dev. Thanks!
Can you verify that this works?
Comment #7
todd nienkerk commented