Pagina 1 van 1

ezPortal

Geplaatst: 21 jan 2006, 13:33
door McWilson
EDIT:
Support template:
  • Wat is het probleem? ik snap een opdracht niet
    Wanneer ontstond het probleem? tijdens het instaleren van ezportal
    Adres van je forum: wil ik liever niet zeggen want het gaat hier om een site voor onze vrienden groep
    Geïnstalleerde mods: bij deze site geen
    Huidige template: dvdfuture
    phpBB versie: 2.0.19
    Host:
    Heb je onlangs een mod of stijl geïnstalleerd?nee
    Heb je gezocht naar een antwoord?
Overige opmerkingen:
wat moet ik hier doen want de opdrachten verschillen door de templates

Code: Selecteer alles

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

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

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


#
#-----[ FIND ]----------------------------------------
#
&nbsp;<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>

#
#-----[ DIRECT BEFORE, ADD ]--------------------------
#
&nbsp;<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>&nbsp;&nbsp;

Dit is de overall header file (van dvdfuture in plaats van soft blue)

Code: Selecteer alles

<!-- overall_header.tpl -->

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="LTR">
<head>
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="templates/dvdfuture/{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: #330000;
	SCROLLBAR-BASE-COLOR: #660000;
	SCROLLBAR-ARROW-COLOR: #CC9900;
}

.flower 			{  background-attachment: fixed; background-image: url(templates/dvdfuture/images/red-flower.gif); background-repeat: no-repeat; background-position: right top;}
.bottomf 			{  background-image: url(templates/dvdfuture/images/btm-f.gif); background-repeat: no-repeat; background-position: left top;}

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

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #CC9900; border: 0px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #CC9900; border: 0px #660000 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #660000; }
td.row2	{ background-color: #663333; }
td.row3	{ background-color: #440000; }

/*
  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: #CC9900;
		background-image: url(templates/dvdfuture/images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #CC9900; font-size: 11px; font-weight : bold;
	background-color: #CC9900; height: 25px;
	background-image: url(templates/dvdfuture/images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(templates/dvdfuture/images/cellpic1.gif);
			background-color: #660000; height: 28px;
			background-repeat: no-repeat; background-position: left top;
}

/*
  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 {
	height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #440000; border: #440000; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; 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: "Verdana, Arial, Helvetica, sans-serif",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #FFFFFF;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #FFFFFF; }
a.gen,a.genmed,a.gensmall { color: #CC9900; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FF0000; text-decoration: underline; }

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

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

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

/* 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 : #FFFFFF;}
a.nav			{ text-decoration: none; color : #CC9900; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #FFFFFF; }
a.topictitle:link   { text-decoration: none; color : #CC9900; }
a.topictitle:visited { text-decoration: none; color : #CC9900; }
a.topictitle:hover	{ text-decoration: underline; color : #FF0000; }

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

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

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

/* Quote & Code blocks */
.code {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF;
	background-color: #774444; border: #AA7700; 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: #FFFFFF; line-height: 125%;
	background-color: #996666; border: #AA7700; 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: #FFFFFF; letter-spacing: -1px;}
a.copyright		{ color: #FFFFFF; text-decoration: none;}
a.copyright:hover { color: #FFFFFF; text-decoration: underline;}

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

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

input { text-indent : 2px; }

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

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

/* None-bold submit button
input.liteoption {
	background-color : #330000;
	font-weight : normal;
}
*/
input.post, textarea.post, select, input.button, input.mainoption, input.liteoption {
	background-color: #999999; border-color: #FFFFFF; border-style: double; border-width: 1; color: #FFFFFF; font-size: 8pt; font-family: Courier New, Courier, mono;
}

/* 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: #663333; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/dvdfuture/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 -->
<script language="JavaScript" src="templates/dvdfuture/fade.js"></script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<a name="top"></a> 
<table width="770" cellspacing="0" cellpadding="1" border="0" bgcolor="#CC9900" align="center"> 
<tr>
    <td valign="top"> 
<table width="770" cellspacing="0" cellpadding="0" border="0" bgcolor="#660000" align="center"> 
<tr>
    <td valign="top"> 
      <table width="770" border="0" cellspacing="0" cellpadding="0" bgcolor="#660000">
        <tr>
          <td>
		  <table width="770" border="0" cellspacing="0" cellpadding="0">
  			<tr>
			      <td background="templates/dvdfuture/images/dvdfuture-top-bg.jpg" align="right"><a href="{U_INDEX}"><img src="templates/dvdfuture/images/dvdfuture-theme-title.gif" width="355" height="100" border="0"></a></td>
		    </tr>	
		  </table>
              <table width="770" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td><img src="templates/dvdfuture/images/yellow-bar.gif" width="770" height="16"></td>
                </tr>
              </table>
              <table width="770" border="0" cellspacing="0" cellpadding="0" bgcolor="#660000">
              <tr> 
                  <td>
					<table width="770" border="0" cellspacing="0" cellpadding="0" class="bottomf">
                    <tr> 
                      <td valign="top"> 
                          <table width="770" border="0" cellspacing="0" cellpadding="0" class="flower" align="center">
                            <tr>
                            
                              <td valign="top" align="center"> 
							  <br><br><br><br>
                                <!-- BEGIN switch_user_logged_out -->
                                <table border="0" cellspacing="0" cellpadding="0">
                                  <tr align="center" valign="middle"> 
                                    <td><a href="{U_FAQ}"><img src="templates/dvdfuture/images/faq.gif" width="52" height="23" border="0" alt="faq"></a></td>
                                    <td><a href="{U_SEARCH}"><img src="templates/dvdfuture/images/search.gif" width="68" height="23" border="0" alt="search"></a></td>
                                    <td><a href="{U_MEMBERLIST}"><img src="templates/dvdfuture/images/memberlist.gif" width="99" height="23" border="0" alt="member list"></a></td>
                                    <td><a href="{U_GROUP_CP}"><img src="templates/dvdfuture/images/usergroups.gif" width="99" height="23" border="0" alt="user groups"></a></td>
                                    <td><a href="{U_REGISTER}"><img src="templates/dvdfuture/images/register.gif" width="82" height="23" border="0" alt="register"></a></td>
                                    <td><a href="{U_PROFILE}"><img src="templates/dvdfuture/images/profile.gif" width="82" height="23" border="0" alt="profile"></a></td>
                                    <td><a href="{U_PRIVATEMSGS}"><img src="templates/dvdfuture/images/privatemessages.gif" width="127" height="23" border="0" alt="private messages"></a></td>
                                    <td><a href="{U_INDEX}"><img src="templates/dvdfuture/images/home.gif" width="69" height="23" border="0"></a></td>
                                  </tr>
                                </table>
                                <!-- END switch_user_logged_out -->
								<!-- BEGIN switch_user_logged_in -->
                                <table border="0" cellspacing="0" cellpadding="0">
                                  <tr align="center" valign="middle"> 
                                    <td><a href="{U_FAQ}"><img src="templates/dvdfuture/images/faq.gif" width="52" height="23" border="0" alt="faq"></a></td>
                                    <td><a href="{U_SEARCH}"><img src="templates/dvdfuture/images/search.gif" width="68" height="23" border="0" alt="search"></a></td>
                                    <td><a href="{U_MEMBERLIST}"><img src="templates/dvdfuture/images/memberlist.gif" width="99" height="23" border="0" alt="member list"></a></td>
                                    <td><a href="{U_GROUP_CP}"><img src="templates/dvdfuture/images/usergroups.gif" width="99" height="23" border="0" alt="user groups"></a></td>
                                    <td><a href="{U_PROFILE}"><img src="templates/dvdfuture/images/profile.gif" width="82" height="23" border="0" alt="profile"></a></td>
                                    <td><a href="{U_PRIVATEMSGS}"><img src="templates/dvdfuture/images/privatemessages.gif" width="127" height="23" border="0" alt="private messages"></a></td>
                                    <td><a href="{U_INDEX}"><img src="templates/dvdfuture/images/home.gif" width="69" height="23" border="0"></a></td>
                                  </tr>
                                </table>
								<!-- END switch_user_logged_in -->
                              </td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>
      </td>
        </tr>
      </table>

        <!-- /overall_header.tpl -->
    

Geplaatst: 21 jan 2006, 13:40
door wizzzzzzzz
Jah gewoon doen wat er staat, dit staat meerde keren in betreffende file... :wink:

Re: ezPortal

Geplaatst: 21 jan 2006, 14:10
door LoYaL
McWilson schreef:Support template:
  • Wat is het probleem? toen ik ezportal wou installeren
    Wanneer ontstond het probleem? waneer ik
    Adres van je forum: wil ik liever niet zeggen want het gaat hier om een site voor onze vrienden groep
    Geïnstalleerde mods: bij deze site geen
    Huidige template: dvdfuture
    phpBB versie: 2.0.19
    Host:
    Heb je onlangs een mod of stijl geïnstalleerd?nee
    Heb je gezocht naar een antwoord?
Overige opmerkingen:

Code: Selecteer alles

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

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

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

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

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

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

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

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

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

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

#
#-----[ REPLACE WITH ]---------------------------
#
redirect(append_sid("portal.$phpEx", true));
Klopt dit? want het lijkt me net als of het steeds wordt herhaald
Dat verandert de redirect van index naar portal ;)

Geplaatst: 21 jan 2006, 14:34
door McWilson
thnx everybody :)

Geplaatst: 21 jan 2006, 19:25
door McWilson
ik heb een nieuwe probleem kijk maar boven voor het probleem

Geplaatst: 21 jan 2006, 19:41
door mattle
replace with beteknt veranderen in.
add, above betekent er boven toevoegen en
add, after er achter toevoegen

Re: ezPortal

Geplaatst: 21 jan 2006, 19:48
door XGE_Lithium
McWilson schreef:wat moet ik hier doen want de opdrachten verschillen door de templates
Dat maakt niets uit. Vervang 'SubSilver' of welke template dan ook, met je eigen template. Zou geen verschil uit moeten maken ;)

Geplaatst: 21 jan 2006, 20:16
door McWilson

Code: Selecteer alles

<td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td> 
maar deze bijvoorbeeld zit er helemaal niet bij, zelfs niet als ik

Code: Selecteer alles

<td><a href="{U_INDEX}"><img src="templates/dvdfuture/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td> 
van maak

Geplaatst: 21 jan 2006, 20:22
door XGE_Lithium
Dat zag ik ook al ja. Beetje raar, want in de SubSilver overall_header.tpl zit hij wel (bij de andere templates allemaal ook denk ik..)

maar ik denk dat het gewoon aan jouw specifieke overall_header of de hele template ligt.

Mogen we echt geen link naar je forum? Als je mij de link PM'ed, vertel ik het niemand hoor :wink:

Geplaatst: 21 jan 2006, 20:38
door XGE_Lithium
Oke, bedankt voor de PM :thumb:
Zoals ik al dacht, maakt jouw forum gebruik van images, in plaats van gewone text links.

In jouw geval moet je dit doen:

Code: Selecteer alles


#
#--------[ FIND ]-------------------------
#

<td><a href="{U_INDEX}"><img src="templates/dvdfuture/images/home.gif" width="69" height="23" border="0"></a></td> 
                                  </tr>

#
#--------[ REPLACE WITH ]--------------------
#

<td><a href="{U_PORTAL}"><img src="templates/dvdfuture/images/home.gif" width="69" height="23" border="0"></a></td> 
                                  </tr>
Zo zou hij moeten werken ;)

Geplaatst: 21 jan 2006, 20:40
door McWilson
harstikke bedankt :)

en wat moet ik hier doen

Code: Selecteer alles

-----[ FIND ]----------------------------------------
#
&nbsp;<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>

#
#-----[ DIRECT BEFORE, ADD ]--------------------------
#
&nbsp;<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>&nbsp;&nbsp;

Geplaatst: 21 jan 2006, 21:03
door McWilson
ik heb een betje naar jou manier gekeken en toen kwam ik op dit uit

Code: Selecteer alles

<td><a href="{PORTAL}"><img src="templates/dvdfuture/images/???" width="???" height="???" border="???"></a></td>
wat ik niet weet is wat er in plaats van die ??? moet komen
EDIT
opgelost