Hulp bij Smileys + Portal

Hulp nodig bij een stijl? Voor zowel XHTML/CSS als grafische vragen uiteraard gerelateerd aan phpBB2. 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
Gebruikersavatar
Impactforra
Berichten: 327
Lid geworden op: 01 nov 2005, 16:37

Hulp bij Smileys + Portal

Bericht door Impactforra » 03 nov 2005, 22:46

Hallo mensen ik heb weer eens wat hulp nodig:


Ten eerste: Ik heb een forum(http://www.forra.nl) en zoals je ziet als ik een bericht plaats op de portal(laatste nieuws is het forum) dan komt er voor te staan Mededeling:

Dit wil ik weg hebben, maar hoe?

Ten tweede: Je ziet ook ook vak bovenaan op de portal in het midden boven de nieuwsberichten: Welcome en die tekst er in van Welkom op Forra.nl we zijn druk aan het verbeteren dus hou ons in de gaten!

Dit vak wil ik helemaal weg hebben,maar hoe?


Ten derde: Ik heb nieuwe smileys van een iemand gekregen maar die zitten dus niet in een map, ik heb ze allemaal los via ftp naar de map phpBB2/images/smiles en daar staan allemaal in maar op het forum staan nog de oude en in me administratiepaneel kan ik de nieuwe ook niet vinden? Hoe werkt dit precies?



En dan de laatste vraag:
Ik heb niet zelf het logo erop gezet(wel geupload) maar iemand heeft anders heeft de overall_header.tpl veranderd zodat het logo er komt te staan dit omdat ik het url niet kon vinden kunnen jullie hem misschien vinden? kopieër het en maak waar het staat alsjeblieft rood (het logo heet: logo.jpg

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="templates/Appalachia2/{T_HEAD_STYLESHEET}" type="text/css" -->
<style type="text/css">
<!--
/*
The original Appalachia2 Theme for phpBB version 2+
Created by subBlue design
http://www.subBlue.com

NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
theme administration centre. When you have finalised your style you could cut the final CSS code
and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: {T_BODY_BGCOLOR};
scrollbar-face-color: {T_TR_COLOR2};
scrollbar-highlight-color: {T_TD_COLOR2};
scrollbar-shadow-color: {T_TR_COLOR2};
scrollbar-3dlight-color: {T_TR_COLOR3};
scrollbar-arrow-color: {T_BODY_LINK};
scrollbar-track-color: {T_TR_COLOR1};
scrollbar-darkshadow-color: {T_TH_COLOR1};
}

/* General font families for common tags */
font,th,td,p { font-family: {T_FONTFACE1} }
a:link,a:active,a:visited { color : {T_BODY_LINK}; }
a:hover { text-decoration: underline; color : {T_BODY_HLINK}; }
hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; }

/* This is the outline round the main forum tables */
.forumline { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }

/* Main table cell colours and backgrounds */
td.row1 { background-color: {T_TR_COLOR1}; }
td.row2 { background-color: {T_TR_COLOR2}; }
td.row3 { background-color: {T_TR_COLOR3}; }

/*
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: {T_TD_COLOR2};
background-image: url(templates/Appalachia2/images/{T_TH_CLASS3});
background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
color: #FFFFFF; font-size: {T_FONTSIZE2}px; font-weight : bold;
background-color: {T_BODY_LINK}; height: 25px;
background-image: url(templates/Appalachia2/images/{T_TH_CLASS2});
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(templates/Appalachia2/images/{T_TH_CLASS1});
background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;
}

/*
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 :-)
*/
td.cat,td.catHead,td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid;
}

th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
th.thTop { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle {
font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};
text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
}

/* General text */
.gen { font-size : {T_FONTSIZE3}px; }
.genmed { font-size : {T_FONTSIZE2}px; }
.gensmall { font-size : {T_FONTSIZE1}px; }
.gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: {T_BODY_HLINK}; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
a.mainmenu { text-decoration: none; color : {T_BODY_LINK}; }
a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }

/* Forum category titles */
.cattitle { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
a.cattitle { text-decoration: none; color : {T_BODY_LINK}; }
a.cattitle:hover{ text-decoration: underline; }

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

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

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2 { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }
a.topictitle:link { text-decoration: none; color : {T_BODY_LINK}; }
a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.topictitle:hover { text-decoration: underline; color : {T_BODY_HLINK}; }

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

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

/* The content of the posts (body of text) */
.postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
a.postlink:link { text-decoration: none; color : {T_BODY_LINK} }
a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}

/* Quote & Code blocks */
.code {
font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; 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: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}
a.copyright { color: {T_FONTCOLOR1}; text-decoration: none;}
a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;}

/* Form elements */
input,textarea, select {
color : {T_BODY_TEXT};
font: normal {T_FONTSIZE2}px {T_FONTFACE1};
border-color : {T_BODY_TEXT};
}

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

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
background-color : {T_TR_COLOR1};
color : {T_BODY_TEXT};
font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
}

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

/* None-bold submit button */
input.liteoption {
background-color : {T_TD_COLOR1};
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: {T_TR_COLOR2}; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/Appalachia2/formIE.css");
-->
</style>
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">



<table class="bodyline" width="760" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td height="85">
<a href="{U_INDEX}"><IMG SRC=logo.jpg border=no></td></tr></TABLE><table width="760" border="0" cellspacing="0" cellpadding="0" align="center" background="templates/Appalachia2/images/bgbar_white.JPG">

<tr>
<td height="28" align="center" valign="middle" nowrap="nowrap"><FONT COLOR=ffffff>
<span class="mainmenu"> <a href="{U_INDEX}" class="mainmenu"><font color=white>Home </FONT></a>
<span class="mainmenu">- <a href="{U_FAQ}" class="mainmenu"><font color=white>{L_FAQ} </FONT></a></span><span class="mainmenu">- <a href="{U_SEARCH}" class="mainmenu"><font color=white>{L_SEARCH} </FONT></a>- <a href="{U_MEMBERLIST}" class="mainmenu"><font color=white>{L_MEMBERLIST} </FONT></a>- <a href="{U_GROUP_CP}" class="mainmenu"><font color=white>{L_USERGROUPS} </FONT></a>
<!-- BEGIN switch_user_logged_out -->
- <a href="{U_REGISTER}" class="mainmenu"><font color=white>{L_REGISTER} </FONT></a></span>
<!-- END switch_user_logged_out -->
<span class="mainmenu">- <a href="{U_PROFILE}" class="mainmenu"><font color=white>{L_PROFILE} </FONT></a>- <a href="{U_PRIVATEMSGS}" class="mainmenu"><font color=white>{PRIVATE_MESSAGE_INFO} </FONT></a>- <a href="{U_LOGIN_LOGOUT}" class="mainmenu"><font color=white>{L_LOGIN_LOGOUT}</FONT></a> </span>
</td>
</tr>
</TABLE>



<table width="760" cellspacing="0" cellpadding="10" border="0" align="center">
<TR>
<td class="bodyline">

Gebruikersavatar
Derky
Berichten: 4466
Lid geworden op: 07 apr 2005, 16:24
Locatie: Nederland
Contacteer:

Re: Hulp bij Smileys + Portal

Bericht door Derky » 04 nov 2005, 01:27

Impactforra schreef:Hallo mensen ik heb weer eens wat hulp nodig:


Ten eerste: Ik heb een forum(http://www.forra.nl) en zoals je ziet als ik een bericht plaats op de portal(laatste nieuws is het forum) dan komt er voor te staan Mededeling:

Dit wil ik weg hebben, maar hoe?
Open:

Code: Selecteer alles

templates/jouw_template/portal_body.tpl
Zoek naar:

Code: Selecteer alles

{L_ANNOUNCEMENT}: {fetchpost_row.TITLE}
Verander in:

Code: Selecteer alles

{fetchpost_row.TITLE}
Impactforra schreef:Ten tweede: Je ziet ook ook vak bovenaan op de portal in het midden boven de nieuwsberichten: Welcome en die tekst er in van Welkom op Forra.nl we zijn druk aan het verbeteren dus hou ons in de gaten!

Dit vak wil ik helemaal weg hebben,maar hoe?
Open:

Code: Selecteer alles

templates/jouw_template/portal_body.tpl
Zoek en verwijder:

Code: Selecteer alles

		<!-- BEGIN welcome_text -->
		<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
		  <tr>
			<td class="catHead" height="25"><span class="genmed"><b>{L_NAME_WELCOME}</b></span></td>
		  </tr>
		  <tr>
			<td class="row1" align="left"><span class="gensmall" style="line-height:150%">{WELCOME_TEXT}<br />&nbsp;</span></td>
		  </tr>
		</table>
		
		<br />
		
		<!-- END welcome_text -->

Impactforra schreef:Ten derde: Ik heb nieuwe smileys van een iemand gekregen maar die zitten dus niet in een map, ik heb ze allemaal los via ftp naar de map phpBB2/images/smiles en daar staan allemaal in maar op het forum staan nog de oude en in me administratiepaneel kan ik de nieuwe ook niet vinden? Hoe werkt dit precies?
Je moet ze 1 voor 1 toevoegen. (de knop: 'voeg een nieuwe smilie toe')


Impactforra schreef:En dan de laatste vraag:
Ik heb niet zelf het logo erop gezet(wel geupload) maar iemand heeft anders heeft de overall_header.tpl veranderd zodat het logo er komt te staan dit omdat ik het url niet kon vinden kunnen jullie hem misschien vinden? kopieër het en maak waar het staat alsjeblieft rood (het logo heet: logo.jpg
Download overall_header.tpl eens (vanaf je host zeg maar) en kijk dan nog eens. ;)



Veel succes. :thumb:

Gebruikersavatar
Impactforra
Berichten: 327
Lid geworden op: 01 nov 2005, 16:37

Re: Hulp bij Smileys + Portal

Bericht door Impactforra » 04 nov 2005, 08:00

Bedankt :D Vanmiddag ga ik gelijk aan de slag! En dan kan ik altijd nog kijken of ik ergens tegen aan loop!

Gebruikersavatar
Impactforra
Berichten: 327
Lid geworden op: 01 nov 2005, 16:37

Bericht door Impactforra » 04 nov 2005, 15:43

Ok! Alles is gelukt :thumb: maar nu de volgende vraag :) Hoe krijg ik dat boven in m'n menu ook Portal staat.. :) ?

Gebruikersavatar
Impactforra
Berichten: 327
Lid geworden op: 01 nov 2005, 16:37

Bericht door Impactforra » 04 nov 2005, 16:04

En.. Hoe krijg ik een reclamebanner bovenaan m'n nieuwberichten in het midden op de portal? En hoe maak ik nog een extra vakje onder links? en hoe krijg ik een poll op de front? :D

Gebruikersavatar
Paul
Beheerder
Beheerder
Berichten: 20316
Lid geworden op: 23 okt 2003, 11:38
Locatie: Utrecht
Contacteer:

Bericht door Paul » 04 nov 2005, 16:14

http://www.handleidinghtml.nl daar vind je precies hoe je dat kan aanpassen :)

Gebruikersavatar
Impactforra
Berichten: 327
Lid geworden op: 01 nov 2005, 16:37

Bericht door Impactforra » 04 nov 2005, 16:33

ok.. misschien ben ik dom maar ik kom daar helemaal niet uit :D

Gebruikersavatar
Impactforra
Berichten: 327
Lid geworden op: 01 nov 2005, 16:37

Bericht door Impactforra » 04 nov 2005, 16:34

Impactforra schreef:Ok! Alles is gelukt :thumb: maar nu de volgende vraag :) Hoe krijg ik dat boven in m'n menu ook Portal staat.. :) ?

:?:

Gesloten