Is it possible to detect the value clicked in a taxonomy field item (or any dropdown select list) and use this value, say, as an argument to be sent to view to filter the view's results. ??? I need t to insert a button, 'GO' so that I could call the view. How do I do this ? Is it possible ?
My case: A user selects the a value("semester 1' or 'semester2' or both) from a list. I need to capture this so that the view would only display the timetable for semester 1 or semester 2( or both).
sorry for cross-posting.. (I already asked this over here http://drupal.org/node/119375) ..but i actually think this might be the more appropriate forum to ask this: how can I find out, what language is currently selected..? I'm trying to do something like this:
if($language == "English") {
echo("this is english");
return(TRUE);
} else {
echo("this is NOT english");
return(FALSE);
}
At the page:
?q=admin/settings/locale/language/export
I seen: This page allows you to export Drupal strings. The first option is to export a translation so it can be shared. The second option generates a translation template, which contains all Drupal strings, but without their translations. You can use this template to start a new translation using various software packages designed for this task.
Alright, to have contents in more than a language is awesome to me. Especially when your language isn't very well known around the globe. Would you want to write your blog in your language too instead of using Enhlish language alone?
My website has the Localizer module in it. I can't recall back why I switched from i18n module to Localizer. To me i18n and Localizer do look the same to me and they should merge or team up (working to together).
Compatibility in some modules (Developers please read this!)
I don't have any idea why sometimes I saw many error messages especially when I'm using Localizer or the i18n module. Take GMap module for example, I have use a fresh Drupal installation to test each module. Trust me, to have a Drupal website with one of these Localizer or i18n, you will receive a lot of error messege.
Is it the Localizer / i18n fault? Or the other modules faults? I think those who develop any module should pay attention to the Localizer and i18n module. The developers should set one beta testing site to test their module compatibility with Localizer or i18n.