Visitor Log and page title

Hi, how to have like the online demo on piwik the page title displayed also with the page url ?

Example1 is piwik demo

Example2 is my piwik, as you can see i don’t see page title for html files and also for php files

My piwik version is 1.2.1

Thank you

You can use the latest RC 301 Moved Permanently

Ok thank you so much, but why in piwik demo virtual drum doesn’t have page title in Visitor log ?

oops there was a bug in its javascript code (which was probably 3 years old) I fixed it on the site itself, not a piwik bug

i have the same problem as SxM.
i want the visitor-log to
display the page_titles which link to the correct url, instead
of display the urls that link to correct url, by default.
i use piwik 1.2.1…
i played around with
piwikTracker.setCustomUrl(“new_url”);
piwikTracker.setDocumentTitle(“new_url”);
but thats no solution, using setCustomUrl(“new_url”) to display “pretty urls title-like”…they are linking into nirvana…
i need to customize the visitor-log page to display the titles set by
piwikTracker.setDocumentTitle(“new_url”);
and linked like always to the corret url…

help…

Use latest RC (see blog post) to have this feature

thanks, now it looks better…
but…
i would like to see only the titles and the titles should link to the urls…
for better overview,…
is this configurable option?
would be nice if it would be so…maybe in future?

Aufgabe:
“URLs sind sehr kryptisch, und ich möchte per javascript Title mitgeben,
die besser lesbare, aber NICHT existierende URLs darstellen!,
Piwik soll im VisitorLog pageTitles anzeigen, die zur url linken”

piwikTracker.setDocumentTitle(“DEU_DE_DE/worldwide/history/1992”);
ich nutzt nicht
piwikTracker.setCustomUrl("…");
da die URLs nicht funktionieren…
“DEU_DE_DE/worldwide/history/1992” sieht aus wie eine URL,
ist aber keine in unserem System existente URL, sondern reiner TitleText

Piwik-Version: piwik-1.3-rc2.zip

goto
\piwik\plugins\Live\templates\visitorLog.tpl
first make a copy of this file!

row 143: inhalt des links, statt $action.url soll nun $action.pageTitle verwendet werden
{$action.url|escape:‘html’|truncate:80:"…":true}
into
{$action.pageTitle|escape:‘html’|truncate:80:"…":true}
wer mag kann in selber zeile das margin-left anpassen

AND

row 133 bis 136: nicht verlinkter $action.pageTitle über dem Link ausblenden
auskommentiert per

template-cache leeren, nicht vergessen
\piwik\tmp\templates_c