This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

datum?


avatar
Bitmap 0
From: -
datum?

heya,

hab mir mal die free-ware version gezogen, die fuer eine kleine website vollkommen ausreicht udn wunderbare features bietet. nun ist mir aufgefallen das das datum bei den news fuer einen deutschen doch recht unpraktisch dargestellt wird. ich nehme nicht an das man es im template aendern kann, deswegen wuesste ich gerne welche datei ich mir dafuer vorknoepfen muss.

danke im voraus Smiling Face

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: datum?
avatar
OP 0
From: -
datum?

cool Grinning Face danke fuer die schnelle antwort. werd das gleich mal ausprobieren
1 Re: datum?
avatar
Administrator
1340
From: Vienna, Austria
datum?

Du musst die beiden Templates news und story ändern

Du fügst nach global $insert; folgendes in beiden Templates hinzu:

// Datumformat ändern

$timedate = explode(" ",$insert[story_time]);
$datum = explode("-",$timedate[0]);
$insert[story_time] = "$datum[2].$datum[1].$datum[0] $timedate[1]";

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.