Page 1 of 1

hoffnung-braucht-hilfe.de

Posted: Sun 16. May 2004, 20:26
by Guest
Webseite des Förderkreises Centro Social Caruaru e.V.

http://www.hoffnung-braucht-hilfe.de/ oder
http://www.caruaru.de/

Posted: Mon 17. May 2004, 10:30
by SNap
nice Design,

how did you do the news-section? static or external-dynamic?

Cheers
SNap

Posted: Tue 18. May 2004, 01:24
by GreenNuggs
looks great!

Posted: Tue 18. May 2004, 15:08
by brans
hmm viewing it with mozilla firefox 0.8 (and IE 6.0) with a Resolution of 1280*960 the middle part ( conten ) seems a little too small... the others are almost as big as the content part which I really don't like... the rest is well done and good looking :)

Posted: Wed 19. May 2004, 14:54
by Guest
brans wrote:hmm viewing it with mozilla firefox 0.8 (and IE 6.0) with a Resolution of 1280*960 the middle part ( conten ) seems a little too small... the others are almost as big as the content part which I really don't like... the rest is well done and good looking :)
I know, it goes to wide and especially in firefox (but also in gerneral) I'm very unsatisfied with the navigation.

Posted: Wed 19. May 2004, 15:16
by Guest
SNap wrote:nice Design,

how did you do the news-section? static or external-dynamic?

Cheers
SNap
In real I m not sure, what you mean. The news section is made inside wcms otherwise it would make little sense only to use it.

Posted: Wed 19. May 2004, 20:36
by SNap
but how did you get content in the news section? or are news static in template?

Posted: Wed 19. May 2004, 20:45
by frold
SNap wrote:but how did you get content in the news section? or are news static in template?
did you see my news mod? http://www.phpwcms.de/forum/viewtopic.php?t=1486

I have updated it so you can have the same browse function as you can test here : http://www.instrukser.dk/rc4/index.php?id=1,1,0,0,1,0 it is easy to fit to your needs!

Posted: Wed 19. May 2004, 20:53
by SNap
i think i'll wait till oliver puts it in, i think i can wait a few days ;)

Posted: Wed 19. May 2004, 21:33
by Guest
frold wrote:
SNap wrote:but how did you get content in the news section? or are news static in template?
did you see my news mod? http://www.phpwcms.de/forum/viewtopic.php?t=1486

I have updated it so you can have the same browse function as you can test here : http://www.instrukser.dk/rc4/index.php?id=1,1,0,0,1,0 it is easy to fit to your needs!
Now it's clear - I'm using the news-tag, not the mod.

Code: Select all

{NEW:10}

Posted: Wed 19. May 2004, 22:07
by SNap
what news-tag? *confused*

Posted: Wed 19. May 2004, 22:16
by Pappnase
netzschaum wrote:
frold wrote:
SNap wrote:but how did you get content in the news section? or are news static in template?
did you see my news mod? http://www.phpwcms.de/forum/viewtopic.php?t=1486

I have updated it so you can have the same browse function as you can test here : http://www.instrukser.dk/rc4/index.php?id=1,1,0,0,1,0 it is easy to fit to your needs!
Now it's clear - I'm using the news-tag, not the mod.

Code: Select all

{NEW:10}
hallo

hast du den tag modifiziert!? oder ist das der standard tag!?

Posted: Thu 20. May 2004, 04:22
by Guest
Pappnase wrote:
netzschaum wrote:
frold wrote: did you see my news mod? http://www.phpwcms.de/forum/viewtopic.php?t=1486

I have updated it so you can have the same browse function as you can test here : http://www.instrukser.dk/rc4/index.php?id=1,1,0,0,1,0 it is easy to fit to your needs!
Now it's clear - I'm using the news-tag, not the mod.

Code: Select all

{NEW:10}
hallo

hast du den tag modifiziert!? oder ist das der standard tag!?

Es ist der Standard-Tag.

Aber in conf.template_default.inc.php benutze ich das regionale Datum (Zeilen 147-154):

Code: Select all

// date and time formatting
$template_default["date"]["language"]		= "DE";         // DE=German, IT=Italian, FR=French
$template_default["date"]["long"]			= "l, j. F Y";  // (Monday, 1. October 2003)
$template_default["date"]["medium"]			= "D, j. M y";  // (Mon, 1. Oct 03)
$template_default["date"]["short"]			= "d.m.Y";      // (2003/12/25)
$template_default["date"]["article"]		= "d.m.Y";      // (2003/12/25)
$template_default["time"]["long"]			= "H:i:s";      // 15:25:45
$template_default["time"]["short"]			= "H:i";        // 15:25
Und in Zeile 179 habe ich zwei "breaks eingearbeitet", damit wird der News-Tag nicht mehr so gequetscht dargestellt:

Code: Select all

$template_default["news"]["date_format"]	= "[br]d.m.Y: [br]"; //if empty -> no Date
Ansonsten habe ich nichts verändert.

Allerdings läuft caruaru.de noch auf dem RC3, ich glaube, im RC4 ist es auch schon so drin, kann es aber auch nicht mit Sicherheit sagen. Müßte ich mir nochmal runterladen vielleicht.

Posted: Thu 20. May 2004, 04:25
by Pappnase
hallo guten morgen

danke fuer diesen netten tipp!

hatte nur nachgefragt weil ja der new tag immer die zuletzt erstellte seite anzeigt! das hatte ich auf meiner seite auch hat aber irgendwann genervt da er ja wirklich alles in den new tag mit einbezieht!

sieht aber echt klasse aus die seite!

Posted: Thu 20. May 2004, 09:27
by SNap
would it be possible to create 'news-articles' this way, that don't show up normally?