Closed (fixed)
Project:
Select translation
Version:
6.x-0.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2011 at 19:34 UTC
Updated:
26 Feb 2014 at 17:27 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
citronica commentedMy programmer husband took pity on me and created a D7 version. Be sure to rename the tar file so it ends with "tar.gz" (the drupal.org uploader automatically renamed it for security reasons).
Once you install it, you'll find the filter in Views under "Content: Select translation".
Comment #2
hbfkf commentedGreat, works like a charm for me on Drupal 7.4. Thanks!
Comment #3
peteruithoven commentedIt works so I'm very grateful for that. But it does have a few quirks.
After changing the Language priorities, submitting them and then reopening the filter they are not shown anymore.
Also when I first added the filter it didn't show the Select translation selection modes, they showed up after reopening the filter.
Comment #4
Toxid commented@citronica, Many thanks to you and your husband!
@peteruithoven, It doesn't behave that way for me. Perhaps it's a browser issue?
Comment #5
lolandese commentedAdjusted status. Please test and give feedback on #1...and of course...many thanks to citronica's husband.
Comment #6
rv0 commentedBeen using it for quite a while actually.
Comment #7
botrisGreat, confirm it is working. Thanks to Citronica's programming husband.
Comment #8
nils.destoop commentedLittle bug found when using own language priorities. The priority is not beïng saved then.
in select_translation_filter_handler.inc following option should be added in option_definition().
$options['priorities']['default'] = '';
Comment #9
anouThanks a lot for this ! Just what I need it.
Comment #10
gggdrpl commentedJust what I was looking for!!! Thanks for sharing, citronica!!!
Comment #11
lolandese commentedAny chance on getting this committed?
Comment #12
lolandese commentedChanged title to make it more distinctive in the "Track posts" block on the dashboard.
Comment #13
friera commentedIt works well for me.
Any plans to create a branch of the drupal 7 version based in this source code?
Comment #14
rv0 commented@friera
the maintainer seems to have disappeared, so if anyone wants to maintain a D7 version they should try taking over/co maintaining it.
Comment #15
alcroito commentedIf anyone needs a remote url where the D7 project is hosted, they can use the repository I created.
It contains the code from the initial archive + zuuperman's #8 quickfix.
It also includes a rewritten views filter handler, that uses a clean left join-based solution instead of dependent sub-queries which should make the query execution much faster for databases with a lot of nodes.
https://github.com/Placinta/select_translation
Comment #16
alcroito commentedReleased as separate branch.