
| Author |
Message |
Philip
phpBB2.de User

Joined: 08 Dec 2002
Posts: 7
|
Posted:
Sun 08 Dec, 2002 21:16 |
  |
Wie kann man die automatische Weiterleitung zum Beitrag ändern?
Ich würde gerne die Weiterleitung ändern von zum Beitrag zu zum Forum.
So das automatisch zum Forum weitergeleitet wird und nicht wie es ist zum Beitrag. Würde gerne auch den Eintrag entfernen das man anklicken kann das man zum Eintrag will.
Könnte mir einer freundlicher weise das erklären wie man und wo man das machen kann ... kann es irgendwie nicht finden ... vertrau einfach mal auf eure Hilfe ... Hätte da auch noch n Problem mit css ... Wenn ich dort ein hintergrundbild angebe, dann geht das einfach nicht, kann machen was ich will ... hat da einer ne Idee wie ich das zum laufen bekomm?
Gruß Phil |
|
|
   |
 |
Google
|
Posted:
|
 |
|
|
 |
Reimer
phpBB2.de User


Joined: 02 Aug 2002
Posts: 264
|
Posted:
Sun 08 Dec, 2002 22:19 |
  |
|
    |
 |
Philip
phpBB2.de User

Joined: 08 Dec 2002
Posts: 7
|
Posted:
Sun 08 Dec, 2002 22:43 |
  |
Gute Quelle, DANKE!!! das CSS Problem ist nun vom Tisch ... besteht nur noch das Hauptproblem oder habe ich was in den Engl. Foren übersehen?
Wenn ja dann poste doch bitte mal nen Link! ansonsten würde ich mich freuen wenn mir einer erklären könnte wie ich das andere Problemchen beseitige
Gruß Philip |
|
|
   |
 |
Philip
phpBB2.de User

Joined: 08 Dec 2002
Posts: 7
|
Posted:
Mon 09 Dec, 2002 00:11 |
  |
Hallo ...
Hab gerade evtl. wegen dem Weiterleitungsproblem gefunden, werds gleich mal probieren:
http://www.phpbb.com/mods/downloads/uploads/redirect_forum.txt
Und um die Möglichkeit des manuell klickens zu verhindern einfach mal ne Zeile drüber oder drunter reinschauen :-)
Funktioniert tadellos ... nur noch das CSS Prob. übrig..
Dank Tommys Hilfe funktioniert jetzt endlich das Hintergrundbild, nun gibt es farbliche Probleme ... :( ... denen ich alleine nicht Herr werde ...
Ich möchte jede Schrift die außerhalb von Tabellen ist weiß machen, und alles was in den Tabellen an Schrift ist 346DA6 (blau) machen.
Da ich ein blaues Hintergrundbild verwende kommt blau auf blau wirklich schlecht :D wenn ich die Schriftfarbe ändere, dann ändert sie sich auch an anerenstellen in Tabellen :( ich hoffe einer von euch guckt sich das CSS File von mir mal kurz an (siehe unten) und sagt mir kurz wie ich alles außerhalb der Tabellen weiß bekomme ... in der Hoffnung das mir dann ein :idea: aufgeht :wink:
Gruß Philip
body {
background-image: url(images/mitte.jpg);
color: #346DA6;
scrollbar-base-color: #AEC9E4;
scrollbar-arrow-color: #5B92E3;
}
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
p, td { font-size: 11px; }
a:link,a:active,a:visited { color : #346DA6; }
a:hover { text-decoration: underline; color : #346DA6; }
hr { height: 0px; border: solid #346DA6 0px; border-top-width: 1px;}
.bodyline {
background-color: #346DA6;
}
.forumline {
background-color: #346DA6;
}
td.row1 { background-color: #D0DFEF; }
td.row2 { background-color: #D0DFEF; }
td.row3, td.row3Right { background-color: #D0DFEF; }
th {
color: #FFFFFF; font-size: 11px; font-weight : bold;
background-color: #6699CC;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-color:#AEC9E4; font-weight: bold;
}
td.spaceRow {
background-color: #AEC9E4; }
.maintitle,h1,h2 {
font-weight: bold; font-size: 22px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #FFFFFF;
}
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen { color : #346DA6; }
.genmed { color : #346DA6; }
.gensmall { color : #346DA6; }
a.gen { color: #346DA6; text-decoration: none; }
.genmed { color: #346DA6; text-decoration: none; }
.gensmall { color: #346DA6; text-decoration: none; }
a.gen:hover { color: #346DA6; text-decoration: underline; }
a.genmed:hover { color: #346DA6; text-decoration: underline; }
a.gensmall:hover { color: #346DA6F; text-decoration: underline; }
.mainmenu { font-size : 11px; color : #FFFFFF }
a.mainmenu { text-decoration: none; color : #FFFFFF; }
a.mainmenu:hover{ text-decoration: underline; color : FFFFFF; }
.cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #346DA6}
a.cattitle { text-decoration: none; color : #346DA6; }
a.cattitle:hover{ text-decoration: underline; }
.forumlink { font-weight: bold; font-size: 12px; color : #346DA6; }
a.forumlink { text-decoration: none; color : #346DA6; }
a.forumlink:hover{ text-decoration: underline; color : #346DA6; }
.nav { font-weight: bold; font-size: 11px; color : #FFFFFF;}
a.nav { text-decoration: none; color : #FFFFFF; }
a.nav:hover { text-decoration: underline; }
.topictitle { font-weight: bold; font-size: 11px; color : #346DA6; }
a.topictitle:link { text-decoration: none; color : #346DA6; }
a.topictitle:visited { text-decoration: none; color : #346DA6; }
a.topictitle:hover { text-decoration: underline; color : #346DA6; }
.name { font-size : 11px; color : #346DA6;}
.postdetails { font-size : 10px; color : #346DA6; }
.postbody { font-size : 12px; line-height: 150%; }
a.postlink:link { text-decoration: none; color : #346DA6; }
a.postlink:visited { text-decoration: none; color : #346DA6; }
a.postlink:hover { text-decoration: underline; color : #346DA6; }
.signature { font-size : 11px; color : #346DA6; }
.code {
font-family: 'Courier New', Courier, sans-serif; font-size: 11px; color: #346DA6;
background-color: #E8EFF7; border: #45688B; border-style: solid; border-width: 1px;
}
.quote {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #346DA6; line-height: 125%;
background-color: #E8EFF7; border: #45688B; border-style: solid; border-width: 1px;
}
.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #346DA6; letter-spacing: -1px;}
a.copyright,a.copyright:visited,a.copyright:active { color: #346DA6; text-decoration: none;}
a.copyright:hover { color: #346DA6; text-decoration: underline;}
input,textarea,select {
color : #346DA6;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
border-color : #346DA6;
}
input.post, textarea.post {
background-color : #F5F8FB;
}
select {
background-color : #F5F8FB;
}
input { text-indent : 2px; }
input.button {
background-color : #F5F8FB;
color : #2B4157;
font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.mainoption {
background-color : #F5F8FB;
font-weight : bold;
}
input.liteoption {
background-color : #F5F8FB;
font-weight : normal;
}
.helpline { background-color: #E8EFF7; border-style: none; }
@import url("formIE.css"); |
|
|
   |
 |
Philip
phpBB2.de User

Joined: 08 Dec 2002
Posts: 7
|
Posted:
Mon 09 Dec, 2002 11:41 |
  |
Weiß keiner Rat von euch? Müsste für euch doch kein Problem darstellen oder? Kann man überhaupt die ganzen außenliegenden (außerhalb der Forenfelder) Texte weiß machen und die innenliegenden blau?
Wenn ich probiere ein außenliegendes Feld weiß zu machen (glaub Uhrzeit und co waren es) dann färbt sich die Forenbeschreibung auch weiß :( ... hmm ist das immer so?
Hab folgendes jeweils einzeln gemacht und nicht hintereinander mit komma getrennt, in der Hoffnung das es daran lag ... nach meiner Veränderung sahs dann so aus, hat aber wie gesagt nix gebracht:
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen { color : #346DA6; }
.genmed { color : #346DA6; }
.gensmall { color : #346DA6; }
a.gen { color: #346DA6; text-decoration: none; }
.genmed { color: #346DA6; text-decoration: none; }
.gensmall { color: #346DA6; text-decoration: none; }
a.gen:hover { color: #346DA6; text-decoration: underline; }
a.genmed:hover { color: #346DA6; text-decoration: underline; }
a.gensmall:hover { color: #346DA6F; text-decoration: underline; }
Kann man eigentlich auch Bilder für das Menü oben verwenden und die oben horizontal nebeneinander darstellen?
Oder evtl Bilder nehmen für alle "festen" Einträge ? Gibts da Mods oder Anleitungen?
Gruß Phil |
|
|
   |
 |
|
|
|
|
|
View next topic
View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|