www.Fahrenbach.de

post released sites here made with phpwcms
Senna
Posts: 3
Joined: Fri 25. Feb 2005, 14:04

Price

Post by Senna »

If you made the design, give all the advice, do the project management. Possible training of clients to update site, and fill the site. It's worth easialy 15.000 Euro.

Nice site btw.
"Don't give up listening to the voices in your head. They might stop talking".
ff123
Posts: 172
Joined: Thu 9. Jun 2005, 20:03
Location: The Netherlands
Contact:

Post by ff123 »

Nice site. Where can I get (download) this event calender?

Btw. How did you make the schlagwortindex dropdown menu?
Senna
Posts: 3
Joined: Fri 25. Feb 2005, 14:04

Post by Senna »

If you did a SEARCH on this forum with the word CALENDER you would find a lot of solutions.
For example THIS.
"Don't give up listening to the voices in your head. They might stop talking".
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Re: Price

Post by Kosse »

Senna wrote:If you made the design, give all the advice, do the project management. Possible training of clients to update site, and fill the site. It's worth easialy 15.000 Euro.
Nice site btw.
Wish I could sell all my sites at that price :? :D

@ff123
For the calendar mod, senna gave you the right topic. You must be patient though, it's not easy to implement, but once you got there it works ok (not 100% but enough to use).

Cheers
User avatar
kumpel01
Posts: 32
Joined: Tue 12. Sep 2006, 20:04
Contact:

Re: www.Fahrenbach.de

Post by kumpel01 »

Hallo liebe Gemeinde,

nachdem mein Bruder die Seite 2005 aufgebaut hat, hab ich (da ich bei dem Verein arbeite) mal eine kleine Umbaumaßnahme vorgenommen.

Den Bereich http://www.fahrenbach.de/kommunalpolitik.phtml hab ich neu erstellt als Ersatz für die vereinfachte Darstellung der Gemeinderäte. Mit dem Ergebnis bin ich zufrieden, nur hätte ich eine Frage: Ich hab das ganze mit Tabellen im WYSIWYG-Editor erstellt, was eine ziemliche Arbeit war. Wäre das auch einfacher gegangen (für die Zukunft, man will ja was lernen :wink: )?

ciao

Kumpel01
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: www.Fahrenbach.de

Post by Jensensen »

kumpel01 wrote:...Ich hab das ganze mit Tabellen im WYSIWYG-Editor erstellt, was eine ziemliche Arbeit war. Wäre das auch einfacher gegangen (für die Zukunft, man will ja was lernen :wink: )?...
mein vorschlag - speziell für den mittelteil der tabelle --> CP teaser/article link (ggf. mehrfach) + separates template + CSS
(oder artikelmenü)

läuft dann alles automatisch, inkl. änderungen...
sehr fix und immer wider zu verwenden bzw. schnell änderbar...
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
User avatar
kumpel01
Posts: 32
Joined: Tue 12. Sep 2006, 20:04
Contact:

Re: www.Fahrenbach.de

Post by kumpel01 »

Hi Jensensen,

vielen Dank für den Tip. Hab ich so z.T. umgesetzt. Ist wirklich besser bzw. die Aktualisierung ist auch einfacher. Ich hätte zur Formatierung noch ne Frage: Das >> Zeichen im Anschluss an den Teaser-Titel kann man doch sicher verändern, aber wie (bzw. wo)?

Außerdem würde mich interessieren, wie ich das Aussehen der Paginierung ändern kann, z.B. bei http://www.fahrenbach.de/index.php?geme ... listpage=2?

Sind sicher beides einfache Fragen für die Pros hier. Schon mal Danke für Eure Hilfe!
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: www.Fahrenbach.de

Post by flip-flop »

Zeichen im Anschluss an den Teaser-Titel: Im Template.
z.b. <a href="{ARTICLELINK}" --->></a>

Paginierung:
conf.template_default.inc.php

Code: Select all

$template_default['article_paginate_navi']	= '
<div class="article_paginate_navi"><div class="apn_prev">{PREV:&laquo; zur&uuml;ck &laquo;}</div><div class="apn_mid">Seite # von ##</div><div class="apn_navi">- {NAVI:123, - |<span style="color:#555">|</span>} -</div><div class="apn_next">{NEXT:&raquo; n&auml;chste &raquo;}</div></div><br class="clear" />'; // 

$template_default['article_paginate_show']	= 'rt{ART_PAGI_NAV} top bottom'; // top bottom rt{RT} where should the navi be shown - possible values: top and/or bottom and/or rt:{RT}
Bsp.::

Code: Select all

cms.rit terhoff.de/index.php?buecher_1999-2001
CSS:

Code: Select all

/* --------- article pagination ----------- */
.article_paginate_navi {
	font-family: verdana, arial, sans-serif; 
	font-size: 11px;
	background: #fff url(../../picture/navi/article_navi.jpg) no-repeat left top ; 
	color: #444;
	margin: 21px 0 0 0; 
	padding: 3px 15px 0 15px;
	height: 20px;
	}
.article_paginate_navi a { 
	color: #1E3F82; 
	font-weight: bold; 
	text-decoration: none; 
	}
	
.article_paginate_navi a:hover { 
	color: #D74600; 
	font-weight: bold; 
	text-decoration: none; 
	}

.apn_prev {
	float: left; 
	color: #555;
	margin: 0; 
	padding: 0 20px 0 0;
	}
.apn_mid {
	float: left; 
	color: #888;
	margin: 0; 
	padding: 0 0px 0 30px;
	}
.apn_navi {
	float: left; 
	color: #D74600;
	margin: 0; 
	padding: 0 0 0 60px;
	}
.apn_next {
	float: right; 
	color: #555;
	margin: 0; 
	padding: 0 0px 0 20px;
	}
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
kumpel01
Posts: 32
Joined: Tue 12. Sep 2006, 20:04
Contact:

Re: www.Fahrenbach.de

Post by kumpel01 »

Hallo und danke @Flip-Flop für die gewohnt schnelle und kompetente Antwort. Die Vorlage für die Paginierung hab ich gestern umgesetzt und die Farben an die bereits verwendeten angepasst.

Nun kommt aber schon die nächste Frage: Ist es möglich, beim CP Bilder <div> die Thumbnails/Vorschaubilder in der exakt gleichen Größe darstellen zu lassen? Zur Verdeutlichung hier ein Beispiel:

http://www.fahrenbach.de/index.php?id=103,161,0,0,1,0

Hier sieht man ja, daß nicht Bildchen nicht alle gleich groß dargestellt werden. Im CP kann man ja die max. Höhe und Breite festlegen, das hilft aber ja nur bedingt. Es müsste im Prinzip ja so sein, daß ggf. nur ein Ausschnitt des Bildes als Vorschau kommt und bei Klick drauf dann das Bild in voller Größe erscheint. Ist das machbar und wenn ja, wie?

BEsten Dank und schöne Grüße aus dem verschneiten Fahrenbach,

Christian
User avatar
zonk
Posts: 173
Joined: Thu 5. Apr 2007, 12:21
Location: Nauheim
Contact:

Re: www.Fahrenbach.de

Post by zonk »

Mach im CP mal einen Haken bei: "Vorschau auf Größe schneiden" dann sind alle gleich groß.
User avatar
kumpel01
Posts: 32
Joined: Tue 12. Sep 2006, 20:04
Contact:

Re: www.Fahrenbach.de

Post by kumpel01 »

Hallo ZOnk,

danke für den Tip. Nur leider gibt es einen solchen Haken bei mir nicht. Es gibt nur die Möglichkeit, die Vorschaubilder horizontal und vertikal zu zentrieren. Zur ERläuterung: Ich verwende Version 1.3.3.
User avatar
zonk
Posts: 173
Joined: Thu 5. Apr 2007, 12:21
Location: Nauheim
Contact:

Re: www.Fahrenbach.de

Post by zonk »

Ok ich war mir nicht mehr ganz sicher .. ich nutze die 1.3.5 und da besteht diese Möglichkeit..

Vielleicht ja ein Grund für dich mal das System zu updaten ;)
Post Reply