Version: 0.7.94 (using KDE KDE 3.1.94) Installed from: Mandrake RPMs OS: Linux Would it be possible to have the date in the message window : Message from Peter Mon Jan 5 at 09:30 (for example) Thank you
Yes, it's possible. In configure kopete => Appearance => Chat window, Edit one theme. Search for something like <xsl:value-of select="@time"/> and replace the "@time" by "@timestamp" so <xsl:value-of select="@timestamp"/> Anyway, one of the default theme should have this? no? (But it's not translated)
With the new syntax %TIME% it does not work. %TIMESTAMP% produces TIMESTAMP
It would be very nice to have <xsl:value-of select="@prettytime"/>, which would return only the time if date == today, or datetime if date != today. This would fix the problems with browsing backwards in history, too.
Fixed in CVS. Btw, this can even be backported to KDE_3_2_BRANCH if anybody likes doing backports :)
Created attachment 4592 [details] patch that adds formattedTimestamp item for XML formatting Just ignore the reaformatting of nameColors[] :) Attached to make it easier to find the change and help possible backporters.