Closed (fixed)
Project:
Advanced Forum
Version:
6.x-1.1
Component:
Styles
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2009 at 16:09 UTC
Updated:
7 Feb 2010 at 14:13 UTC
Jump to comment: Most recent file
Comments
Comment #1
michelleNo, the translation system won't handle graphics. The only thing I can think of is you could write some code to change the AF image directory when the language changes.
Michelle
Comment #2
akis p commentedI cant see how this issue has been fixed?
I'm missing something here?
Cant somebody else suggest a solution if you can't ?
If so why don't you set the status to active?
Im not a dev. and this option can by handy on local drupal support communities
Thanks.
Comment #3
michelleIt's fixed because I answered your question. If you want to ask a question of the community in general, use the forums. Issue queues are for issues.
Michelle
Comment #4
akis p commentedMichele i can't translate your last reply.
Can this bee done?
Of topic
You have far more experience than me, and you can tell
were the answers are given.
By your opinion does the drupal.org forum stands a comparison with the issue queue at the present?
Comment #5
michelleAFAIK, it can be done. I wouldn't have suggested it otherwise.
I have no idea what your OT question means.
Michelle
Comment #7
joostvdl commentedI created a patch that adds the language prefix to the $image_path in the function advanced_forum_path_to_images if a directory with the name of the language_prefix does exist. It does this as a final step so all previous steps needed to determine the correct path are still in place.
Comment #8
michelleThis looks simple enough and unlikely to break anything so should be ok to get in even at this late point. I'll add it next time I work on AF.
Thanks,
Michelle
Comment #9
michelleCommitted. I haven't tested this outside of making sure it doesn't break the normal usage because I don't have any multi language sites so I'm just going to take your word for it that it works.
Thanks,
Michelle
Comment #11
akis p commentedThis was working in the beta versions.
Its not working in current stable version.
If there were broken links for the images shouldn't be there a hint?
like plain links or something?
Comment #12
michelle@panas: If you have this option turned on, you need to provide images. If you don't have image, turn it off. Beyond that, I'm not understanding the problem here. I don't have a multi lingual site so no way to test but I haven't had any other complaints since I committed it over 3 months ago.
If you're saying there's a bug in it, I need more specifics. If you're asking for it to do something it's not meant to do, then that's a won't fix as I'm not putting any more energy into 1.x.
Michelle
Comment #13
michelleNo more info provided. Closing.
Michelle
Comment #14
Sinan Erdem commentedAbout Comment #7, where should I put the image directory? Directly under styles folder or inside the images folder?