Pagina 1 van 2

Help! Ik mis tekst in de portal!

Geplaatst: 08 jun 2005, 12:17
door Grimlock
Ik heb zojuist het forum nederlandstalig gemaakt maar ik mis het NL bestandje dat de portal nederlandstalig maakt.
Kan iemand me helpen?
:thumb:

Geplaatst: 08 jun 2005, 12:18
door Trudy
#################################################################
## Titel: ezPortal voor phpBB2 2.0.x
## Versie: 2.1.8
## Auteur: Smartor <smartor_xp@hotmail.com> - http://smartor.is-root.com
## Vertaling: Admiral Rob <robvanderburgt@home.nl>
## Description: Deze mod legt uit hoe je zo simpel mogelijk een portaal voor phpBB2 maakt
## Deze mod is niet identiek aan een volledig functioneel portaal systeem zoals PHPNuke,
## PostNuke, enz. Maak het ziet er uit als een portaal. Je zou het moeten aanpassen/bewerken/verbeteren
## zodat het zich aanpast aan je fantasie ;)
## Het is heel MAKKELIJK te installeren en erg HANDIG om aan te passen
##
## Installatie niveau: Makkelijk
## Installatie Tijd: 10 Minuten
##
## Bestanden om aan te passen: 4
## login.php
## includes/page_header.php
## language/lang_english/lang_main.php
## templates/subSilver/overall_header.tpl
##
## Bijgevoegde bestanden: 4
## portal.php
## fetchposts.php
## templates/subSilver/portal_body.tpl
## images/smartorsite_logo.gif
##
#################################################################
##
## Auteur Bericht:
##
## Copyright ? Smartor, 2002
##
## Voor elke zorg, neem alsjeblieft contact met me op op http://smartor.is-root.com
##
#################################################################
## Deze mod is vrijgegeven onder de GPL Licensie.
## Intellectueel eigendom is behouden voor de auteur(en) van de mod hierboven beschreven
##############################################################
#################################################################
## Voordat je deze mod installeerd, zou je eerst een back-up moeten maken van alle bestanden die iets met deze mod te maken hebben
#################################################################
##
## Revisie geschiedenis:
##
## v2.1.8
## - een bug gemaakt: verwijderde 'Lees alles'
## v2.1.7
## - 'Lees alles' link verwijderdop kleine mededelingen
## - een nieuwe 'uitzonderlijke forum' optie voor Recente Onderwerpen Blok toegevoegd
## - poster naam en post tijd voor Recente Onderwerpen Blok toegevoegd
## - scroll effect voor Recente Onderwerpen Blok toegevoegd
## - De link op Recente Onderwerpen Blok tot de laaste post veranderd
## v2.1.6
## - een paar zaakjes opgelost: log in/uit, stats, datum/tijd, etc.
## - phpBB 2.0.4 compatitabel gemaakt
## v2.1.5
## - HTML codes verbeterd :P
## - fixed a serious security bug in Change Style Block
## v2.1.4
## - Schadow onderwerp bug gemaakt (voor nieuws en recente onderwerpen)
## - Zoek blok toegevoeg: het is heel cool, beide phpBB Search en Google inbegrepen
## v2.1.3
## - Alleen ChatBox Blok instructie bestand
## v2.1.2
## - omdat sommige gebruikers niet bekend zijn met html codering, lever ik een nieuwe borderde template - ziet er veel beter uit in subSilver- voor portal (alleen HTML ding, geen nieuwe PHP code)
## v2.1.1
## - vermiste taal regel voor recente onderwerpen blok
## v2.1
## - een paar nieuwe blokken bijgevoegd: Newsfeed, Recente Onderwerpen
## - een paar onnodige html codes verwijderd
## - een paar bugs gemaakt
## - "Ik ben mijn wachtwoord vergeten" link toegevoegd
## - taal hard-codes gemaakt
## v2.0.2
## - een paar template problemen gemaakt
## v2.0.1
## - vermiste taal regel toegevoegd
## v2.0.0
## - News Feature afgemaakt
## v1.0.4a
## - een JavaScript probleem in dit bestand gemaakt
## v1.0.4
## - een aantal blokken geupgrade
## v1.0.3
## - een paar typfouten verbeterd
## v1.0.0
## - Begin vrijgeving
##
#################################################################
## Demo/Discussion Forum: http://smartor.is-root.com
#################################################################


#
#-----[ OPEN ]------------------------------------------
#
login.php

#
#-----[ VIND ]-----------------------------------
#
redirect(append_sid("index.$phpEx", true));

#
#-----[ VERVANG MET ]---------------------------
#
redirect(append_sid("portal.$phpEx", true));

#
#-----[ VIND ]-----------------------------------
#
$url = ( !empty($HTTP_POST_VARS['redirect']) ) ? $HTTP_POST_VARS['redirect'] : "index.$phpEx";

#
#-----[ VERVANG MET ]---------------------------
#
$url = ( !empty($HTTP_POST_VARS['redirect']) ) ? $HTTP_POST_VARS['redirect'] : "portal.$phpEx";

#
#-----[ VIND ]-----------------------------------
#
redirect(append_sid("index.$phpEx", true));

#
#-----[ VERVANG MET ]---------------------------
#
redirect(append_sid("portal.$phpEx", true));

#
#-----[ FIND ]-----------------------------------
#
$url = ( !empty($HTTP_POST_VARS['redirect']) ) ? $HTTP_POST_VARS['redirect'] : "index.$phpEx";

#
#-----[ VERVANG MET ]---------------------------
#
$url = ( !empty($HTTP_POST_VARS['redirect']) ) ? $HTTP_POST_VARS['redirect'] : "portal.$phpEx";

#
#-----[ FIND ]-----------------------------------
#
redirect(append_sid("index.$phpEx", true));

#
#-----[ VERVANG MET ]---------------------------
#
redirect(append_sid("portal.$phpEx", true));

#
#-----[ OPEN ]------------------------------------------
#
includes/page_header.php

#
#-----[ ZOEK ]----------------------------------------
#
'U_GROUP_CP' => append_sid('groupcp.'.$phpEx),

#
#-----[ VOEG DAARNA TOE ]-----------------------------------
#
// ezPortal
'U_PORTAL' => append_sid('portal.'.$phpEx),
'L_HOME' => $lang['Home'],


#
#-----[ OPEN ]----------------------------------------
#
templates/subSilver/overall_header.tpl

#
#-----[ ZOEK ]----------------------------------------
#
<td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>

#
#-----[ VERVANG MET ]--------------------------------
#
<td><a href="{U_PORTAL}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>


#
#-----[ ZOEK ]----------------------------------------
#
&<a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a>

#
#-----[ VOEG DIRECT ERVOOR TOE ]--------------------------
#
&<a href="{U_PORTAL}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{L_HOME}" hspace="3" />{L_HOME}</a>&&


#
#-----[ OPEN ]----------------------------------------
#
language/lang_english/lang_main.php

#
#-----[ ZOEK ]----------------------------------------
#
//
// That's all Folks!
// -------------------------------------------------

#
#-----[ VOEG DAARVOOR TOE ]----------------------------------
#
//
// Smartor's ezPortal
//
$lang['Home'] = 'Home';
$lang['Board_navigation'] = 'Forum navigatie';
$lang['Statistics'] = 'Statistieken';
$lang['total_topics'] = " Tussen <b>%s</b> onderwerpen"; // toegevoegd in v2.1.6
$lang['Comments'] = 'Antwoorden';
$lang['Read_Full'] = 'Lees alles';
$lang['View_comments'] = 'Bekijk antwoorden';
$lang['Post_your_comment'] = 'Plaats je antwoord';
$lang['Welcome'] = 'Welkom';
$lang['Register_new_account'] = 'Heb je nog geen account?<br />Je kunt gratis %sregisteren%s';
$lang['Remember_me'] = 'Onthoud mij';
$lang['View_complete_list'] = 'Bekijk complete lijst';
$lang['Poll'] = 'Poll';
$lang['Login_to_vote'] = 'Je moet inloggen om te kunnen stemmen';
$lang['Vote'] = 'Stem';
$lang['No_poll'] = 'Momenteel geen poll';


#
#-----[ SLA OP EN UPLOAD ALLE BESTANDEN ]------------------------------------------
#
# HOE LAAT JE JE WEBSITE portal.php IN PLAATS VAN index.php OPENEN?
# Je kan de volgende methodes genbruiken! Veel succes!
#
#
# o Methode 1: (voor apache server)
# maak/pas aan bestand .htaccess in phpBB stam-map
# voeg toe/pas aan deze regel
#
# DirectoryIndex index.html index.htm portal.php index.php
#
#
# o Methode 2: (gebruikt JavaScript - als methode 1 niet werkt)
# maak bestand index.html in phpBB stam-map (zonder #)
#
# <html>
# <head>
# <title>Redirecting...</title>
# <script language="JavaScript">
# self.location.href='portal.php';
# </script>
# </head>
# <body>
# </body>
# </html>
#
# Als jouw phpBB in een sub-map zit ten opzichte van de
# web-stam, zoals: http://iets.com/forum
# je moet index.html maken in de stam-map en regel 5 aanpassen
# in: self.location.href='forum/portal.php';
#
#
# o Methode 3: Ik denk dat je die misschien zelf wel kan verzinnen ;)
#
#--------------------------------------------------------------------
# CONFIGURATIE VOOR ezPortal
#
# OPEN: portal.php
#
# ZOEK:
//
// Stel configuratie voor ezPortal in (dit staat in het engels in de portal.php behalve als je mijn gehele bestand
// hebt gedownload)
//

// Welkom tekst: pas op dat we in een .php bestand zijn, dus gebruik \' in plaats van ' en gebruik \\ in plaats van \ (HTML aan)
$CFG['welcome_text'] = 'Welkom op <b>Mijn Forum</b><br /><br />Bedankt voor het gebruik van ezPortal,<br /><br />Veel plezier! ^_^';

// Hoeveelheid nieuws op portal
$CFG['number_of_news'] = '5';

// Lengte van nieuws
$CFG['news_length'] = '200';

// Nieuws bron forum ID: scheid met comma voor meerdere forums, bijv. '1,2,5'
$CFG['news_forum'] = '1';

// Poll bron forum ID: scheid met comma voor meerdere forums, bijv. '3,8,14'
$CFG['poll_forum'] = '1';

//
// BEEINDIG configuration
// --------------------------------------------------------
#
# Pas de bovenstaande waarden aan in portal.php
#
#--------------------------------------------------------------------
#
# EoM

Geplaatst: 08 jun 2005, 12:25
door Grimlock
Wat vreemd, die eerst paar vind regels kan dreamweaver niet vinden in login.php:

Code: Selecteer alles

<?php
/***************************************************************************
 *                                login.php
 *                            -------------------
 *   begin                : Saturday, Feb 13, 2001
 *   copyright            : (C) 2001 The phpBB Group
 *   email                : support@phpbb.com
 *
 *   $Id: login.php,v 1.47.2.17 2004/11/18 17:49:35 acydburn Exp $
 *
 *
 ***************************************************************************/

/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/

//
// Allow people to reach login page if
// board is shut down
//
define("IN_LOGIN", true);

define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);

//
// Set page ID for session management
//
$userdata = session_pagestart($user_ip, PAGE_LOGIN);
init_userprefs($userdata);
//
// End session management
//

// session id check
if (!empty($HTTP_POST_VARS['sid']) || !empty($HTTP_GET_VARS['sid']))
{
	$sid = (!empty($HTTP_POST_VARS['sid'])) ? $HTTP_POST_VARS['sid'] : $HTTP_GET_VARS['sid'];
}
else
{
	$sid = '';
}

if( isset($HTTP_POST_VARS['login']) || isset($HTTP_GET_VARS['login']) || isset($HTTP_POST_VARS['logout']) || isset($HTTP_GET_VARS['logout']) )
{
	if( ( isset($HTTP_POST_VARS['login']) || isset($HTTP_GET_VARS['login']) ) && !$userdata['session_logged_in'] )
	{
		$username = isset($HTTP_POST_VARS['username']) ? phpbb_clean_username($HTTP_POST_VARS['username']) : '';
		$password = isset($HTTP_POST_VARS['password']) ? $HTTP_POST_VARS['password'] : '';

		$sql = "SELECT user_id, username, user_password, user_active, user_level
			FROM " . USERS_TABLE . "
			WHERE username = '" . str_replace("\\'", "''", $username) . "'";
		if ( !($result = $db->sql_query($sql)) )
		{
			message_die(GENERAL_ERROR, 'Error in obtaining userdata', '', __LINE__, __FILE__, $sql);
		}

		if( $row = $db->sql_fetchrow($result) )
		{
			if( $row['user_level'] != ADMIN && $board_config['board_disable'] )
			{
				redirect(append_sid("forum.$phpEx", true));
			}
			else
			{
				if( md5($password) == $row['user_password'] && $row['user_active'] )
				{
					$autologin = ( isset($HTTP_POST_VARS['autologin']) ) ? TRUE : 0;

					$session_id = session_begin($row['user_id'], $user_ip, PAGE_INDEX, FALSE, $autologin);

					if( $session_id )
					{
						$url = ( !empty($HTTP_POST_VARS['redirect']) ) ? str_replace('&', '&', htmlspecialchars($HTTP_POST_VARS['redirect'])) : "forum.$phpEx";
						redirect(append_sid($url, true));
					}
					else
					{
						message_die(CRITICAL_ERROR, "Couldn't start session : login", "", __LINE__, __FILE__);
					}
				}
				else
				{
					$redirect = ( !empty($HTTP_POST_VARS['redirect']) ) ? str_replace('&', '&', htmlspecialchars($HTTP_POST_VARS['redirect'])) : '';
					$redirect = str_replace('?', '&', $redirect);

					if (strstr(urldecode($redirect), "\n") || strstr(urldecode($redirect), "\r"))
					{
						message_die(GENERAL_ERROR, 'Tried to redirect to potentially insecure url.');
					}

					$template->assign_vars(array(
						'META' => "<meta http-equiv=\"refresh\" content=\"3;url=login.$phpEx?redirect=$redirect\">")
					);

					$message = $lang['Error_login'] . '<br /><br />' . sprintf($lang['Click_return_login'], "<a href=\"login.$phpEx?redirect=$redirect\">", '</a>') . '<br /><br />' .  sprintf($lang['Click_return_index'], '<a href="' . append_sid("forum.$phpEx") . '">', '</a>');

					message_die(GENERAL_MESSAGE, $message);
				}
			}
		}
		else
		{
			$redirect = ( !empty($HTTP_POST_VARS['redirect']) ) ? str_replace('&', '&', htmlspecialchars($HTTP_POST_VARS['redirect'])) : "";
			$redirect = str_replace("?", "&", $redirect);

			if (strstr(urldecode($redirect), "\n") || strstr(urldecode($redirect), "\r"))
			{
				message_die(GENERAL_ERROR, 'Tried to redirect to potentially insecure url.');
			}

			$template->assign_vars(array(
				'META' => "<meta http-equiv=\"refresh\" content=\"3;url=login.$phpEx?redirect=$redirect\">")
			);

			$message = $lang['Error_login'] . '<br /><br />' . sprintf($lang['Click_return_login'], "<a href=\"login.$phpEx?redirect=$redirect\">", '</a>') . '<br /><br />' .  sprintf($lang['Click_return_index'], '<a href="' . append_sid("forum.$phpEx") . '">', '</a>');

			message_die(GENERAL_MESSAGE, $message);
		}
	}
	else if( ( isset($HTTP_GET_VARS['logout']) || isset($HTTP_POST_VARS['logout']) ) && $userdata['session_logged_in'] )
	{
		if( $userdata['session_logged_in'] )
		{
			session_end($userdata['session_id'], $userdata['user_id']);
		}

		if (!empty($HTTP_POST_VARS['redirect']) || !empty($HTTP_GET_VARS['redirect']))
		{
			$url = (!empty($HTTP_POST_VARS['redirect'])) ? htmlspecialchars($HTTP_POST_VARS['redirect']) : htmlspecialchars($HTTP_GET_VARS['redirect']);
			$url = str_replace('&', '&', $url);
			redirect(append_sid($url, true));
		}
		else
		{
			redirect(append_sid("forum.$phpEx", true));
		}
	}
	else
	{
		$url = ( !empty($HTTP_POST_VARS['redirect']) ) ? str_replace('&', '&', htmlspecialchars($HTTP_POST_VARS['redirect'])) : "forum.$phpEx";
		redirect(append_sid($url, true));
	}
}
else
{
	//
	// Do a full login page dohickey if
	// user not already logged in
	//
	if( !$userdata['session_logged_in'] )
	{
		$page_title = $lang['Login'];
		include($phpbb_root_path . 'includes/page_header.'.$phpEx);

		$template->set_filenames(array(
			'body' => 'login_body.tpl')
		);

		if( isset($HTTP_POST_VARS['redirect']) || isset($HTTP_GET_VARS['redirect']) )
		{
			$forward_to = $HTTP_SERVER_VARS['QUERY_STRING'];

			if( preg_match("/^redirect=([a-z0-9\.#\/\?&=\+\-_]+)/si", $forward_to, $forward_matches) )
			{
				$forward_to = ( !empty($forward_matches[3]) ) ? $forward_matches[3] : $forward_matches[1];
				$forward_match = explode('&', $forward_to);

				if(count($forward_match) > 1)
				{
					$forward_page = '';

					for($i = 1; $i < count($forward_match); $i++)
					{
						if( !ereg("sid=", $forward_match[$i]) )
						{
							if( $forward_page != '' )
							{
								$forward_page .= '&';
							}
							$forward_page .= $forward_match[$i];
						}
					}
					$forward_page = $forward_match[0] . '?' . $forward_page;
				}
				else
				{
					$forward_page = $forward_match[0];
				}
			}
		}
		else
		{
			$forward_page = '';
		}

		$username = ( $userdata['user_id'] != ANONYMOUS ) ? $userdata['username'] : '';

		$s_hidden_fields = '<input type="hidden" name="redirect" value="' . $forward_page . '" />';

		make_jumpbox('viewforum.'.$phpEx, $forum_id);
		$template->assign_vars(array(
			'USERNAME' => $username,

			'L_ENTER_PASSWORD' => $lang['Enter_password'],
			'L_SEND_PASSWORD' => $lang['Forgotten_password'],

			'U_SEND_PASSWORD' => append_sid("profile.$phpEx?mode=sendpassword"),

			'S_HIDDEN_FIELDS' => $s_hidden_fields)
		);

		$template->pparse('body');

		include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
	}
	else
	{
		redirect(append_sid("forum.$phpEx", true));
	}

}

?>

Geplaatst: 08 jun 2005, 12:26
door Paul
En als je nu in mod support kijkt, vind je de oplossing ;)

Geplaatst: 08 jun 2005, 12:33
door Grimlock
sorry, ik snap het niet meer :(

Geplaatst: 08 jun 2005, 12:35
door Paul
daar is hetzelfde gevraagt ;)
( http://www.phpbb.nl/viewtopic.php?t=20378 )

Geplaatst: 08 jun 2005, 12:38
door Grimlock
redirect(append_sid("portal.$phpEx", true)); vind hij ook niet :?

Geplaatst: 08 jun 2005, 12:45
door Paul
lezen is zeker moeilijk? Je moet alle index.$phpEx in portal.$phpEx vervangen ;)

Geplaatst: 08 jun 2005, 12:49
door Grimlock
Dat doe ik dan toch? *frustratie :D

VIND
redirect(append_sid("index.$phpEx", true));

Word dan:
VIND
redirect(append_sid("portal.$phpEx", true));

Zo vang ik het op :roll:

Geplaatst: 08 jun 2005, 13:02
door Trudy
Zoek dit:

"index.$phpEx"

Vervang met:

"portal.$phpEx"

in login.php dan he

Geplaatst: 08 jun 2005, 19:19
door Grimlock
Trudy schreef:Zoek dit:

"index.$phpEx"
Staat er niet in :cry:

Geplaatst: 08 jun 2005, 19:19
door Trudy
zoek dan eens op

"portal.$phpEx"

mischien issie al gewijzigd

Geplaatst: 08 jun 2005, 19:20
door Grimlock
Nee, ook niet. Scroll anders even naar boven. Ik had mijn log.php file gepost.

Geplaatst: 08 jun 2005, 19:22
door Paul
"forum.$phpEx" moet je hebben, je had het zelf namelijk al eens aangepast ;)

Geplaatst: 08 jun 2005, 19:23
door Trudy
volgensmij heb je al die dingen veranderd in

"forum.$phpEx"

verander die in

"portal.$phpEx"

eeeeeeen paulus is me voor :P

Geplaatst: 08 jun 2005, 19:28
door Grimlock
Ok die aanpassing aanbrengen in alle 3 de VIND regels?

Geplaatst: 08 jun 2005, 19:29
door Paul
alle die regels waar dat in voor komt moet je vervangen :)

Geplaatst: 08 jun 2005, 19:33
door Grimlock
Oké thanks for the support! :thumb:

Geplaatst: 08 jun 2005, 19:50
door Grimlock

Code: Selecteer alles

templates/subSilver/overall_header.tpl

#
#-----[ ZOEK ]----------------------------------------
#
<td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>

#
#-----[ VERVANG MET ]--------------------------------
#
<td><a href="{U_PORTAL}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
Die krijg ik ook niet gevonden :?

Ik gebruik de Dark EQ skin. Als ik dat invul in die url vind hij het ook niet.

De overal_head.tpl file:

Code: Selecteer alles

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" -->
<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/DarkEQ/{T_HEAD_STYLESHEET}" type="text/css" />
<style type="text/css">
<!--

/*
  The original subSilver 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: #602C72;
 	scrollbar-highlight-color: #602C72;
 	scrollbar-shadow-color: #602C72;
 	scrollbar-3dlight-color: #602C72;
 	scrollbar-arrow-color:  #E3DDFF;
 	scrollbar-track-color: #333355;
 	scrollbar-darkshadow-color: {T_TH_COLOR1};
	background-image: 
url('http://www.newcybertron.nl/Afbeeldingen/purple.jpeg') 
}

/* 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 #c2cdd6 0px; border-top-width: 1px;}


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

/* This is the outline round the main forum tables */
.forumline	{ background-color: #000000; border: 1px #602C72 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: {T_TR_COLOR1}; }
td.row2	{ background-color: #2C2B3C; }
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/DarkEQ/images/{T_TH_CLASS3});
		background-repeat: repeat-y;
}

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

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(templates/DarkEQ/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;
}
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: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-weight : bold;
	text-decoration : none;
	line-height : 120%;
	color : #FFFFFF;
}



/* 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: #AF95DF; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #AF95DF; 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 : #E3DDFF; }



/* 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 : #E3DDFF; }


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


/* Quote & Code blocks */
.code { 
	font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: #EBE5FF;
	background-color: #676579; 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: #EBE5FF; line-height: 125%;
	background-color: #676579; 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: #BBBBDD; letter-spacing: -1px;}
a.copyright		{ color: #BBBBDD; text-decoration: none;}
a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;}


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

/* 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 : #efefef;
	color : #000000;
	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: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/DarkEQ/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}">
<span class="gen"><a name="top"></a></span><table width="100%" border="0" cellspacing="0" cellpadding="10" align="center"> 
<tr> 
	<td class="bodyline"> 
		  <table width="100%" border="0" cellspacing="0" cellpadding="0">
			<tr> 
			  
			
		<td> <a href="http://www.newcybertron.nl"{U_INDEX}"><img src="templates/DarkEQ/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a> 
		</td>
			  
			
		<td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br />
		  <span class="gen">{SITE_DESCRIPTION}<br />  </span> 
			  
		  <table cellspacing="0" cellpadding="2" border="0">
			<tr> 
			  <td valign="top" nowrap="nowrap" align="center"><span class="mainmenu"> <a href="{U_FAQ}" class="mainmenu"><img src="templates/DarkEQ/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class="mainmenu">   <a href="{U_SEARCH}" class="mainmenu"><img src="templates/DarkEQ/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>   <a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/DarkEQ/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>   <a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/DarkEQ/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>   <a href="{U_REGISTER}" class="mainmenu"><img src="templates/DarkEQ/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a></span></td>
			</tr>
			<tr> 
			  <td nowrap="nowrap" valign="top" height="25" align="center"><span class="mainmenu"> <a href="{U_PROFILE}" class="mainmenu"><img src="templates/DarkEQ/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>   <a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/DarkEQ/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>   <a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/DarkEQ/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a></span></td>
			</tr>
		  </table>
			</td>
			</tr>
		  </table>

		<br />

Geplaatst: 08 jun 2005, 19:57
door Paul
zoek de eerste {U_INDEX} en vervang door {U_PORTAL}