Opmaak forum

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
traa
Berichten: 5
Lid geworden op: 12 mei 2007, 22:38

Opmaak forum

Bericht door traa » 12 mei 2007, 22:53

Hoe kun je bovenaan het forum de onderwerpen zoals bv. help, regels, zoeken en dergelijke keurig op een lijn krijgen zoals in dit forum. Of wat, op diverse forum's ook te zien is, verwijderen en een eigen link maken dit om een eenheid te krijgen met de site. Tevens lukt het mij niet een achtergrond te plaatsen op het forum en de kleuren aan te passen. URL vande site site http://www.volkswagenkampeerauto.nl Het nieuwe forum is http://www.volkswagenkampeerauto.nl/forum/phpbb/
Alavast bedankt.
Aart

svenn
Berichten: 5001
Lid geworden op: 14 jul 2004, 13:00
Locatie: Kortrijk
Contacteer:

Bericht door svenn » 13 mei 2007, 07:44

Zoek in templates/subsilver/overall_header.tpl
</span></td>
</tr>
<tr>
<td height="25" align="center" valign="top" nowrap="nowrap">
en verwijder dat stukje, een link toevoegen staat hier uitgelegt :
http://wiki.phpbb.nl/Een_link_toevoegen_aan_het_menu

traa
Berichten: 5
Lid geworden op: 12 mei 2007, 22:38

Bericht door traa » 13 mei 2007, 14:02

Na heel veel uren zoeken en proberen heb ik nog een probleem waar ik niet uitkom. Ik heb een stijl gevonden die zeer goed bij de opmaak van de site past, coolblue. Deze opmaak heb ik geupload, in de juiste map gezet maar is niet zichtbaar op de site. In het beheerders menu komt de nieuwe opmaak wel in het scherm maar de standaard kleur is zichtbaar. Heeft dit iets te maken met theme_info.cfg dat deze niet in de juiste map staat?
Met vriendelijke groet,
Aart

traa
Berichten: 5
Lid geworden op: 12 mei 2007, 22:38

Bericht door traa » 13 mei 2007, 14:55

Iets te vlug naar het forum gegaan en niet goed gekeken..... nog 2 instellingen en het is perfect. Hoe verander je het lettertype en het plaatsen van een achtergrond werkt ook nog niet. In thema instellingen kun je beide onderwerpen veranderen maar het veranderd niet. Wat doe ik verkeerd.
Met vriendelijke groet,
Aart

Gebruikersavatar
Obie
Berichten: 464
Lid geworden op: 02 mar 2006, 09:46

Bericht door Obie » 13 mei 2007, 15:25

Pagina vernieuwen?

lifeguard
Berichten: 2861
Lid geworden op: 05 jul 2005, 08:20
Locatie: Dakloos
Contacteer:

Bericht door lifeguard » 13 mei 2007, 17:43

traa schreef:Iets te vlug naar het forum gegaan en niet goed gekeken..... nog 2 instellingen en het is perfect. Hoe verander je het lettertype en het plaatsen van een achtergrond werkt ook nog niet. In thema instellingen kun je beide onderwerpen veranderen maar het veranderd niet. Wat doe ik verkeerd.
Met vriendelijke groet,
Aart
dit is allemaal te regelen via het .css bestand van je template, of in je overall_header.tpl van je template!
Doenwenu.nl Een site over van alles ... zeg maar

traa
Berichten: 5
Lid geworden op: 12 mei 2007, 22:38

Bericht door traa » 13 mei 2007, 22:11

De laatste loodjes, helaas is mijn Engels nou niet zo dat ik de juiste plek kan vinden voor het plaatsen van het achtergrond plaatjen ipv. de witte achtergrond. Als bijlage het css. bestand. Waar is de plaats voor het achtergrondplaatje?? Wat geplaatst moet worden is de http://www.volkswagenkampeerauto.nl/kla ... lcome2.jpg
De html is,

Code: Selecteer alles

/*
  The original coolblue Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/
Met vriendelijke groet,
Aart


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #333333;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	margin: 0px;
}

table.hrtable {
	background-color: #006699; height: 3px; font-size: 0px; width: 100%;
	margin-bottom: 3px;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: none; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

img {
	border: 0px;
}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF;}

/* This is the outline round the main forum tables */
.forumline	{ background-color: silver; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: white; }
td.row2	{ background-color: #F4F4F4; }
td.row3, td.row3right	{ background-color: #EAEAEA; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th, th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	color: white; 
	font-size: 11px; 
	font-weight: bold;
	background: #5f91c9 url(images/cellpic3.gif) top left repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 26px;
	border-left: solid 1px #317CC2;
	border-right: solid 1px #164C7D;
	border-top: solid 1px #3981C3;
	border-bottom: solid 1px #164C7D;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color: #DFDFDF; border: 0px; height: 22px; color: #555555; text-align: center;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/




/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-size: 50px; font-family: haettenschweiler, Verdana;
			text-decoration: none; text-align: center; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: none; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000; font-weight: bold; }
a.mainmenu		{ text-decoration: none; color : #000000; font-weight: bold;  }
a.mainmenu:hover{ text-decoration: none; color : ; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 11px ; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: none; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 11px; color : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: none; color : #DD6900; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: none; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: none; color : #DD6900; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: none; color : #DD6900}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: none;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
Laatst gewijzigd door Coen op 22 mei 2007, 07:39, 1 keer totaal gewijzigd.
Reden: Code-tags toegevoegd

traa
Berichten: 5
Lid geworden op: 12 mei 2007, 22:38

Re: Opmaak forum

Bericht door traa » 21 mei 2007, 21:57

Na wat (veel) puzzel werk werkt het forum perfect, alleen het achtergrond logo van de eigen site te plaatsen lukt mij niet. Een mens kan niet alles hebben. :x Wie er toch nog een oplossing weet, ben ik zeer dankbaar!
http://www.vwltclub.nl
Met vriendelijke groet,
Aart

Gesloten