hoffnung-braucht-hilfe.de

post released sites here made with phpwcms
Post Reply
Guest

hoffnung-braucht-hilfe.de

Post by Guest »

Webseite des Förderkreises Centro Social Caruaru e.V.

http://www.hoffnung-braucht-hilfe.de/ oder
http://www.caruaru.de/
SNap
Posts: 314
Joined: Wed 5. May 2004, 10:45
Location: Passau, Bavaria, Germany
Contact:

Post by SNap »

nice Design,

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

Cheers
SNap
'welcome to the real world!' datensysteme-lenk
GreenNuggs
Posts: 34
Joined: Fri 9. Apr 2004, 01:14
Location: Boston, MA. USA

Post by GreenNuggs »

looks great!
brans

Post 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 :)
Guest

Post 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.
Guest

Post 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.
SNap
Posts: 314
Joined: Wed 5. May 2004, 10:45
Location: Passau, Bavaria, Germany
Contact:

Post by SNap »

but how did you get content in the news section? or are news static in template?
'welcome to the real world!' datensysteme-lenk
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post 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!
http://www.studmed.dk Portal for doctors and medical students in Denmark
SNap
Posts: 314
Joined: Wed 5. May 2004, 10:45
Location: Passau, Bavaria, Germany
Contact:

Post by SNap »

i think i'll wait till oliver puts it in, i think i can wait a few days ;)
'welcome to the real world!' datensysteme-lenk
Guest

Post 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}
SNap
Posts: 314
Joined: Wed 5. May 2004, 10:45
Location: Passau, Bavaria, Germany
Contact:

Post by SNap »

what news-tag? *confused*
'welcome to the real world!' datensysteme-lenk
Pappnase

Post 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!?
Guest

Post 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.
Last edited by Guest on Thu 20. May 2004, 04:25, edited 1 time in total.
Pappnase

Post 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!
SNap
Posts: 314
Joined: Wed 5. May 2004, 10:45
Location: Passau, Bavaria, Germany
Contact:

Post by SNap »

would it be possible to create 'news-articles' this way, that don't show up normally?
'welcome to the real world!' datensysteme-lenk
Post Reply