Seite 2 von 2

Verfasst: 26.11.2008 14:59
von Miriam
Hm, den Link zu Deinem Forum evtl? :lol:

Und die Sprache stimmt auch?

Verfasst: 26.11.2008 15:00
von geruetzel
www.komaklub-forum.at.tf

sprache ist auf deutsch...
und die buttons liegen im de ordner

Verfasst: 26.11.2008 15:41
von Miriam
Die Dimensionen Deiner "Big Buttons" werden immer noch falsch eingepflegt:

Code: Alles auswählen

/* Set big button dimensions */
.buttons div.reply-icon		{ width: 96px; height: 25px; }
.buttons div.post-icon		{ width: 96px; height: 25px; }
.buttons div.locked-icon	{ width: 88px; height: 25px; }
.buttons div.pmreply-icon	{ width: 96px; height: 25px; }
.buttons div.newpm-icon		{ width: 84px; height: 25px; }
.buttons div.forwardpm-icon	{ width: 96px; height: 25px; }

Verfasst: 26.11.2008 15:45
von geruetzel
ja und zwar aus der buttons.css :

Code: Alles auswählen

/* Set big button dimensions */
.buttons div.reply-icon		{ width: {IMG_BUTTON_TOPIC_REPLY_WIDTH}px; height: {IMG_BUTTON_TOPIC_REPLY_HEIGHT}px; }
.buttons div.post-icon		{ width: {IMG_BUTTON_TOPIC_NEW_WIDTH}px; height: {IMG_BUTTON_TOPIC_NEW_HEIGHT}px; }
.buttons div.locked-icon	{ width: {IMG_BUTTON_TOPIC_LOCKED_WIDTH}px; height: {IMG_BUTTON_TOPIC_LOCKED_HEIGHT}px; }
.buttons div.pmreply-icon	{ width: {IMG_BUTTON_PM_REPLY_WIDTH}px; height: {IMG_BUTTON_PM_REPLY_HEIGHT}px; }
.buttons div.newpm-icon		{ width: {IMG_BUTTON_PM_NEW_WIDTH}px; height: {IMG_BUTTON_PM_NEW_HEIGHT}px; }
.buttons div.forwardpm-icon	{ width: {IMG_BUTTON_PM_FORWARD_WIDTH}px; height: {IMG_BUTTON_PM_FORWARD_HEIGHT}px; }

/* Sub-header (navigation bar)
aber diese werte werden von woanders übergeben... kenn mich aber nicht so gut aus... woher kommen die werte?

oder was anderes: kann ich diese variablen (?) aus den geschwungenen klammern einfach mit den tatsächlichen werten dies haben sollte ersetzen? ich weiß, elegant ist es nicht, aber es würde zum gewünschten ergebnis führen oder?

Verfasst: 26.11.2008 16:19
von geruetzel
habs jetzt händisch eingetragen ins css und jetzt passts.
danke für deine mühe!

Verfasst: 26.11.2008 16:55
von Miriam
Ich nehme an, dass da immer noch das englische imageset.cfg mitgespielt hat.
Aber wenn Du nur deutsch verwendest ist es ja "okay".