How to walk on from theme releated WSD
I encounter some problems with Omega theme update and result is WSD so I need to change base theme for the whole site. This can be achieved through database with following:
Tags:
What colors my code
Whenever I use code on the site it shuld get color coded and <?php tags should be displayed as expected but what do this.
I personaly use Code Filter module
<?php
print "Hello, world!";
?>it works just fine but need to be enabled in the text format you are using.
Tags:
Adding View of terms filtered by user language
At Drupal 7 there is no filter for taxonomy term based on user language!
What this actually means is if you want to construct View to show taxonomy terms with translation there is no way they to be filtered by language. Thankfully at this link: http://smartwolverine.net/content/drupal-7-taxonomy-language-filter-absent-views there is explanation how to make this.