Anonymous wrote:Murnau_Vs_Buñuel: How you added stats to you page ?
And your links to actors, directors and IMDB link are nicely colored with blue. How you do that ?

Also you can modify your "settings.php" to correctly show
comma-separated categories: "Comedy, Drama".
Edit "settings.php":
------------------------------------ (near row #95):
if (!isset($_SESSION['Multigenre'])) {
$_SESSION['Multigenre'] = true;
}
if (!isset($_SESSION['MultigenreSeparator'])) {
$_SESSION['MultigenreSeparator'] = ",";
}
------------------------------------
The same way you can use comma-separated Actors-lists and even enable
content-linking by actors (all Actors' names will be links to list of
all movies, where this actor appear):
Edit "settings.php":
------------------------------------ (after previous)
if (!isset($_SESSION['ActorsSeparator'])) {
$_SESSION['ActorsSeparator'] = ",";
}
if (!isset($_SESSION['ContentLinking'])) {
$_SESSION['ContentLinking'] = true;
}
------------------------------------
thanks to Alexey Petrov
The stats is thanks to one program, this is her website:
http://bbclone.de/