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:

UPDATE variable SET value='s:7:"garland"' WHERE name = 'theme_default'; TRUNCATE cache;

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.

Tags:

Install Drupal 7 in separate directory on a shared host

If you are like me and use shared host for personal purposes after some time the main root directory get crowded with subdomains and some directories which no one knows why are there so it is best to keep your personal site on separate directory After some reserching I found a way to make Drupal run from separate directory on my host read more to find out how.

Tags: