Hulp nodig bij een stijl? Voor zowel XHTML/CSS als grafische vragen uiteraard gerelateerd aan phpBB3.
Forumregels
Verschaf iemand geen servertoegang tenzij het niet anders kan. Maak altijd eerst een volledige backup en verander de inloggevens na afloop. Eigen risico.
-
Tealfox
- Berichten: 15
- Lid geworden op: 28 jun 2007, 17:06
Bericht
door Tealfox » 17 jan 2009, 12:12
Beste forummembers,
Ik vroeg me af of ik de ruimte die hieronder op de afbeelding is aangegeven ook weg te halen is?
Dingen als:
Je laatste bezoek was do 15 jan 2009, 19:15 Het is za 17 jan 2009, 11:07
Toon onbeantwoorde berichten | Toon actieve onderwerpen Toon nieuwe berichten | Toon je eigen berichten
heb ik niet nodig, en misschien kan er nog wat verwijderd worden. Ik neem aan dat ik dan wat moet gaan editen in de bestanden, maar ik ben niet zo'n phpbb expert.
Hulp is erg welkom
Groetjes,
Tealfox
-
Johan
- Berichten: 2376
- Lid geworden op: 05 mei 2007, 15:24
- Locatie: memberlist.php
Bericht
door Johan » 17 jan 2009, 13:07
Dit moet in
./styles/**/template/index_body.html
of
./styles/**/template/overall_header.html
te vinden zijn. Kijk maar eens of het lukt. Anders kan je die bestanden hier plaatsen en doen wij het.

Voormalig Support Teamlid
-
Tealfox
- Berichten: 15
- Lid geworden op: 28 jun 2007, 17:06
Bericht
door Tealfox » 18 jan 2009, 11:01
Ik heb even gekeken en ik weet vrijwel zeker dat het in de overall_header.html staat. Ik dacht slim te zijn om dus lastvisit en current time gewoon uit het html bestandje te wissen maar dat bleek niks te helpen
anyway:
Code: Selecteer alles
{META}
{L_REGISTER} • {L_LOGIN_LOGOUT}
{SITENAME}
{SITE_DESCRIPTION}
{S_SEARCH_HIDDEN_FIELDS}
{L_PROFILE} {L_RESTORE_PERMISSIONS} • {L_BOARD_DISABLED}
{L_FAQ} • {L_MEMBERLIST} • {L_SEARCH}
{PRIVATE_MESSAGE_INFO}, {PRIVATE_MESSAGE_INFO_UNREAD}
{LAST_VISIT_DATE}
{CURRENT_TIME}
{L_SEARCH_UNANSWERED} | {L_SEARCH_ACTIVE_TOPICS} {L_SEARCH_NEW} | {L_SEARCH_SELF}
Dit is de code die in het bestandje staat, hopelijk weten jullie er meer raad me dan ik.
Cheeers,
Tealfox
-
Johan
- Berichten: 2376
- Lid geworden op: 05 mei 2007, 15:24
- Locatie: memberlist.php
Bericht
door Johan » 18 jan 2009, 11:27
Zoiets bedoelen we eigenlijk niet. Zou je de broncode van die pagina of gewoon de pagina in de FTP kunnen plaatsen? Hier iets aanpassen gaat niet werken (ga ik vanuit)
Voormalig Support Teamlid
-
Tealfox
- Berichten: 15
- Lid geworden op: 28 jun 2007, 17:06
Bericht
door Tealfox » 18 jan 2009, 11:55
ohh ehh oke,
http://www.mcg-online.nl/phpBB3
Dit is in iedergeval het adres. en de broncode hiervan is:
Code: Selecteer alles
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="nl-nl" xml:lang="nl-nl">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="content-language" content="nl-nl" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<title> • Forumoverzicht</title>
<link rel="stylesheet" href="./style.php?sid=eaf81e300103e0aa6e046a8bdb93abcd&id=4&lang=nl" type="text/css" />
<script type="text/javascript">
// <![CDATA[
function popup(url, width, height, name)
{
if (!name)
{
name = '_popup';
}
window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
return false;
}
function jumpto()
{
var page = prompt('Geef het paginanummer van de pagina waarnaar je wilt gaan:', '');
var perpage = '';
var base_url = '';
if (page !== null && !isNaN(page) && page > 0)
{
document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * perpage);
}
}
/**
* Find a member
*/
function find_username(url)
{
popup(url, 760, 570, '_usersearch');
return false;
}
/**
* Mark/unmark checklist
* id = ID of parent container, name = name prefix, state = state [true/false]
*/
function marklist(id, name, state)
{
var parent = document.getElementById(id);
if (!parent)
{
eval('parent = document.' + id);
}
if (!parent)
{
return;
}
var rb = parent.getElementsByTagName('input');
for (var r = 0; r < rb.length; r++)
{
if (rb[r].name.substr(0, name.length) == name)
{
rb[r].checked = state;
}
}
}
// ]]>
</script>
</head>
<body class="ltr">
<div id="bg">
<a name="top"></a>
<div id="wrapheader">
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="background:url('./styles/AeroGreen/theme/images/top.png');">
<tr>
<td height="42" align="right">
<div class="toplink">
<span class="genmedw"><a class="genmedw" href="./ucp.php?mode=logout&sid=eaf81e300103e0aa6e046a8bdb93abcd">Uitloggen [ Liquicity ]</a></span>
</div>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="background:url('./styles/AeroGreen/theme/images/mid.png');">
<tr>
<td height="66">
<div class="midlink"><span class="headw"></span><br /><span class="genmedw"></span></div>
</td>
<td align="right">
<div class="midlink">
<div id="search-box">
<form action="./search.php" method="post" id="search">
<fieldset class="nb">
<input name="keywords" style="opacity:0.7;filter:alpha(opacity=70)" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.7;this.filters.alpha.opacity=70" type="text" class="inputbox search" id="keywords" title="Zoek naar trefwoorden" onblur="if(this.value=='')this.value='Zoek ...';" onclick="if(this.value=='Zoek ...')this.value='';" value="Zoek ..." maxlength="50" />
<input class="nb" name="submit" type="image" src="./styles/AeroGreen/theme/images/search.png" align="absmiddle" /><br />
</fieldset>
</form>
</div>
</div>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="background:url('./styles/AeroGreen/theme/images/midb.png');">
<tr>
<td class="genmedw" height="23"><div class="midlink"><span class="genmedw">
<a class="genmedw" href="./ucp.php">Gebruikerspaneel</a></span></div>
</td>
<td class="genmedw" align="right">
<div class="midlink"><span class="genmedw">
<a class="genmedw" href="./faq.php">Help</a> • <a class="genmedw" href="./memberlist.php">Leden</a> • <a class="genmedw" href="./search.php">Zoeken</a></span></div>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="background:url('./styles/AeroGreen/theme/images/bottom.png');">
<tr>
<td height="48" align="center">
<div class="bottomlink"><span class="genmedw"><a class="genmedw" href="./ucp.php?i=pm&folder=inbox"><strong>0</strong> nieuwe berichten</a></span>
</div></td>
</tr>
</table>
<div id="datebar">
<table width="100%" cellspacing="0">
<tr>
<td class="gensmall">Je laatste bezoek was do 15 jan 2009, 19:15</td>
<td class="gensmall" align="right">Het is zo 18 jan 2009, 10:50<br /></td>
</tr>
</table>
</div>
</div>
<div id="wrapcentre">
<p class="searchbar">
<span style="float: left;"><a href="./search.php?search_id=unanswered">Toon onbeantwoorde berichten</a> | <a href="./search.php?search_id=active_topics">Toon actieve onderwerpen</a></span>
<span style="float: right;"><a href="./search.php?search_id=newposts">Toon nieuwe berichten</a> | <a href="./search.php?search_id=egosearch">Toon je eigen berichten</a></span>
</p>
<br style="clear: both;" />
<table class="tablebg bc" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
<tr>
<td class="row1">
<p class="breadcrumbs"><a href="./index.php">Forumoverzicht</a></p>
<p class="datetime">Alle tijden zijn GMT </p>
</td>
</tr>
</table>
<br /> <div id="pageheader">
<p class="linkmcp">[ <a href="./mcp.php?i=main&mode=front&sid=eaf81e300103e0aa6e046a8bdb93abcd">Moderatorpaneel</a> ]</p>
</div>
<br clear="all" />
<div id="forumbar">
<table width="100%" cellspacing="0" border="0">
<tr>
<td align="left"><span class="gensmall"><a href="./index.php?mark=forums">Markeer alle forums als gelezen</a></span></td>
</tr>
</table>
</div>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="18" height="18"><img src="./styles/AeroGreen/theme/images/tl.png" width="18" height="18" alt="" /></td>
<td height="18" style="background:url('./styles/AeroGreen/theme/images/tm.png');"></td>
<td width="18" height="18"><img src="./styles/AeroGreen/theme/images/tr.png" width="18" height="18" alt="" /></td>
</tr>
<tr>
<td width="18" style="background:url('./styles/AeroGreen/theme/images/ml.png');"></td>
<td>
<table class="tablebg" cellspacing="0" width="100%">
<tr>
<th colspan="2"> Forum </th>
<th width="50"> Onderwerpen </th>
<th width="50"> Berichten </th>
<th> Laatste bericht </th>
</tr>
<tr>
<td colspan="5" align="left" class="row3h"><h4><a href="./viewforum.php?f=27">News & Updates</a></h4></td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/AeroGreen/imageset/forum_read.png" width="27" height="28" alt="Geen nieuwe berichten" title="Geen nieuwe berichten" /></td>
<td class="row1h" width="100%">
<a class="forumlink" href="./viewforum.php?f=28">LIQUICITY news</a>
<p class="forumdesc">All news related to the Liquicity youtube channel</p>
</td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Geen berichten</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/AeroGreen/imageset/forum_read.png" width="27" height="28" alt="Geen nieuwe berichten" title="Geen nieuwe berichten" /></td>
<td class="row1h" width="100%">
<a class="forumlink" href="./viewforum.php?f=46">Community producers</a>
<p class="forumdesc">The Liquicity Community producers</p>
</td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Geen berichten</p>
</td>
</tr>
</table>
</td>
<td width="18" style="background:url('./styles/AeroGreen/theme/images/mr.png');"></td>
</tr>
<tr>
<td width="18" height="18" align="right"><img src="./styles/AeroGreen/theme/images/bl.png" width="18" height="18" alt="" /></td>
<td height="18" style="background:url('./styles/AeroGreen/theme/images/bm.png');"></td>
<td width="18" height="18"><img src="./styles/AeroGreen/theme/images/br.png" width="18" height="18" alt="" /></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="18" height="18"><img src="./styles/AeroGreen/theme/images/tl.png" width="18" height="18" alt="" /></td>
<td height="18" style="background:url('./styles/AeroGreen/theme/images/tm.png');"></td>
<td width="18" height="18"><img src="./styles/AeroGreen/theme/images/tr.png" width="18" height="18" alt="" /></td>
</tr>
<tr>
<td width="18" style="background:url('./styles/AeroGreen/theme/images/ml.png');"></td>
<td>
<table class="tablebg" cellspacing="0" width="100%">
<tr>
<th colspan="2"> Forum </th>
<th width="50"> Onderwerpen </th>
<th width="50"> Berichten </th>
<th> Laatste bericht </th>
</tr>
<tr>
<td colspan="5" align="left" class="row3h"><h4><a href="./viewforum.php?f=32">Community</a></h4></td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/AeroGreen/imageset/forum_read.png" width="27" height="28" alt="Geen nieuwe berichten" title="Geen nieuwe berichten" /></td>
<td class="row1h" width="100%">
<a class="forumlink" href="./viewforum.php?f=33">General DNB</a>
<p class="forumdesc">Discussions about dnb in general</p>
</td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Geen berichten</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/AeroGreen/imageset/forum_read.png" width="27" height="28" alt="Geen nieuwe berichten" title="Geen nieuwe berichten" /></td>
<td class="row1h" width="100%">
<a class="forumlink" href="./viewforum.php?f=34">Releases & Dubs</a>
<p class="forumdesc">Discuss upcoming tracks or future related material</p>
</td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Geen berichten</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/AeroGreen/imageset/forum_read.png" width="27" height="28" alt="Geen nieuwe berichten" title="Geen nieuwe berichten" /></td>
<td class="row1h" width="100%">
<a class="forumlink" href="./viewforum.php?f=45">Producers & DJ Lounge</a>
<p class="forumdesc">Discussion board for producers and DJ's</p>
</td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Geen berichten</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/AeroGreen/imageset/forum_read.png" width="27" height="28" alt="Geen nieuwe berichten" title="Geen nieuwe berichten" /></td>
<td class="row1h" width="100%">
<a class="forumlink" href="./viewforum.php?f=47">Youtube DNB promotion</a>
<p class="forumdesc">Discussions about the dnb on youtube</p>
</td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Geen berichten</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/AeroGreen/imageset/forum_read.png" width="27" height="28" alt="Geen nieuwe berichten" title="Geen nieuwe berichten" /></td>
<td class="row1h" width="100%">
<a class="forumlink" href="./viewforum.php?f=48">DNB / Liquid Mixes</a>
<p class="forumdesc">Post dnb/liquid mixes. Random or selfmade.</p>
</td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Geen berichten</p>
</td>
</tr>
</table>
</td>
<td width="18" style="background:url('./styles/AeroGreen/theme/images/mr.png');"></td>
</tr>
<tr>
<td width="18" height="18" align="right"><img src="./styles/AeroGreen/theme/images/bl.png" width="18" height="18" alt="" /></td>
<td height="18" style="background:url('./styles/AeroGreen/theme/images/bm.png');"></td>
<td width="18" height="18"><img src="./styles/AeroGreen/theme/images/br.png" width="18" height="18" alt="" /></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="18" height="18"><img src="./styles/AeroGreen/theme/images/tl.png" width="18" height="18" alt="" /></td>
<td height="18" style="background:url('./styles/AeroGreen/theme/images/tm.png');"></td>
<td width="18" height="18"><img src="./styles/AeroGreen/theme/images/tr.png" width="18" height="18" alt="" /></td>
</tr>
<tr>
<td width="18" style="background:url('./styles/AeroGreen/theme/images/ml.png');"></td>
<td>
<table class="tablebg" cellspacing="0" width="100%">
<tr>
<th colspan="2"> Forum </th>
<th width="50"> Onderwerpen </th>
<th width="50"> Berichten </th>
<th> Laatste bericht </th>
</tr>
<tr>
<td colspan="5" align="left" class="row3h"><h4><a href="./viewforum.php?f=35">Community (non dnb)</a></h4></td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/AeroGreen/imageset/forum_read.png" width="27" height="28" alt="Geen nieuwe berichten" title="Geen nieuwe berichten" /></td>
<td class="row1h" width="100%">
<a class="forumlink" href="./viewforum.php?f=43">General discussion</a>
<p class="forumdesc">Random discussions about anything you like or dislike</p>
</td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Geen berichten</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/AeroGreen/imageset/forum_read.png" width="27" height="28" alt="Geen nieuwe berichten" title="Geen nieuwe berichten" /></td>
<td class="row1h" width="100%">
<a class="forumlink" href="./viewforum.php?f=36">Liquicity Marketplace</a>
<p class="forumdesc">Buy and sell producing equipment or just random material</p>
</td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Geen berichten</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/AeroGreen/imageset/forum_read.png" width="27" height="28" alt="Geen nieuwe berichten" title="Geen nieuwe berichten" /></td>
<td class="row1h" width="100%">
<a class="forumlink" href="./viewforum.php?f=49">Torrents (NON-MUSIC)</a>
<p class="forumdesc">Post nice torrents (movie / software / photo's / games / tv-shows)</p>
</td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Geen berichten</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/AeroGreen/imageset/forum_read.png" width="27" height="28" alt="Geen nieuwe berichten" title="Geen nieuwe berichten" /></td>
<td class="row1h" width="100%">
<a class="forumlink" href="./viewforum.php?f=50">Event photo's & video's</a>
<p class="forumdesc">Dump your event photo's and video's here!</p>
</td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Geen berichten</p>
</td>
</tr>
<tr>
<th colspan="2"> Forum </th>
<th width="50"> Onderwerpen </th>
<th width="50"> Berichten </th>
<th> Laatste bericht </th>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/AeroGreen/imageset/forum_read.png" width="27" height="28" alt="Geen nieuwe berichten" title="Geen nieuwe berichten" /></td>
<td class="row1h" width="100%">
<a class="forumlink" href="./viewforum.php?f=44">Videostream</a>
<p class="forumdesc"><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/Nu7PnZtBJf4&feature=channel_page&fmt=22" width="425" height="350">
<param name="movie" value="http://youtube.com/v/Nu7PnZtBJf4&feature=channel_page&fmt=22" />
<param name="wmode" value="transparent" />
</object></p>
</td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Geen berichten</p>
</td>
</tr>
</table>
</td>
<td width="18" style="background:url('./styles/AeroGreen/theme/images/mr.png');"></td>
</tr>
<tr>
<td width="18" height="18" align="right"><img src="./styles/AeroGreen/theme/images/bl.png" width="18" height="18" alt="" /></td>
<td height="18" style="background:url('./styles/AeroGreen/theme/images/bm.png');"></td>
<td width="18" height="18"><img src="./styles/AeroGreen/theme/images/br.png" width="18" height="18" alt="" /></td>
</tr>
</table>
<span class="genspace"><a href="./ucp.php?mode=delete_cookies">Verwijder alle forumcookies</a> | <a href="./memberlist.php?mode=leaders">Het team</a></span><br />
<br clear="all" />
<table class="tablebg bc" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
<tr>
<td class="row1">
<p class="breadcrumbs"><a href="./index.php">Forumoverzicht</a></p>
<p class="datetime">Alle tijden zijn GMT </p>
</td>
</tr>
</table>
<br clear="all" />
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="18" height="18"><img src="./styles/AeroGreen/theme/images/tl.png" width="18" height="18" alt="" /></td>
<td height="18" style="background:url('./styles/AeroGreen/theme/images/tm.png');"></td>
<td width="18" height="18"><img src="./styles/AeroGreen/theme/images/tr.png" width="18" height="18" alt="" /></td>
</tr>
<tr>
<td width="18" style="background:url('./styles/AeroGreen/theme/images/ml.png');"></td>
<td>
<table width="100%" cellspacing="0" class="tablebg">
<tr>
<td class="cat" colspan="2"><h4>Statistieken</h4></td>
</tr>
<tr>
<td class="row1"><img src="./styles/AeroGreen/theme/images/stats.png" alt="Statistieken" /></td>
<td class="row1" width="100%" valign="middle"><p class="genmed">Totaal aantal berichten <strong>0</strong> | Totaal aantal onderwerpen <strong>0</strong> | Totaal aantal leden <strong>1</strong> | Ons nieuwste lid is <strong><a href="./memberlist.php?mode=viewprofile&u=2" style="color: #AA0000;" class="username-coloured">Liquicity</a></strong></p></td>
</tr>
</table>
</td>
<td width="18" style="background:url('./styles/AeroGreen/theme/images/mr.png');"></td>
</tr>
<tr>
<td width="18" height="18" align="right"><img src="./styles/AeroGreen/theme/images/bl.png" width="18" height="18" alt="" /></td>
<td height="18" style="background:url('./styles/AeroGreen/theme/images/bm.png');"></td>
<td width="18" height="18"><img src="./styles/AeroGreen/theme/images/br.png" width="18" height="18" alt="" /></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="18" height="18"><img src="./styles/AeroGreen/theme/images/tl.png" width="18" height="18" alt="" /></td>
<td height="18" style="background:url('./styles/AeroGreen/theme/images/tm.png');"></td>
<td width="18" height="18"><img src="./styles/AeroGreen/theme/images/tr.png" width="18" height="18" alt="" /></td>
</tr>
<tr>
<td width="18" style="background:url('./styles/AeroGreen/theme/images/ml.png');"></td>
<td>
<table class="tablebg" width="100%" cellspacing="0">
<tr>
<td class="catb" colspan="2"><h4><a class="genmedw" href="./viewonline.php">Wie is er online</a></h4></td>
</tr>
<tr>
<td class="row1" rowspan="2" align="center" valign="middle"><img src="./styles/AeroGreen/theme/images/whosonline.png" alt="Wie is er online" /></td>
<td class="row1" width="100%"><span class="genmed">Er is in het totaal <strong>1</strong> gebruiker online :: 1 geregistreerde, 0 verborgen en 0 gasten (gebaseerd op de gebruikers die de laatste 5 minuten actief waren)<br />Het grootste aantal gebruikers online was <strong>2</strong> op do 21 aug 2008, 07:14<br /><br />Geregistreerde gebruikers: <a href="./memberlist.php?mode=viewprofile&u=2" style="color: #AA0000;" class="username-coloured">Liquicity</a></span></td>
</tr>
<tr>
<td class="row1"><b class="gensmall">Legenda :: <a style="color:#AA0000" href="./memberlist.php?mode=group&g=5">Beheerders</a>, <a style="color:#00AA00" href="./memberlist.php?mode=group&g=4">Globale moderators</a></b></td>
</tr>
</table>
</td>
<td width="18" style="background:url('./styles/AeroGreen/theme/images/mr.png');"></td>
</tr>
<tr>
<td width="18" height="18" align="right"><img src="./styles/AeroGreen/theme/images/bl.png" width="18" height="18" alt="" /></td>
<td height="18" style="background:url('./styles/AeroGreen/theme/images/bm.png');"></td>
<td width="18" height="18"><img src="./styles/AeroGreen/theme/images/br.png" width="18" height="18" alt="" /></td>
</tr>
</table>
<br clear="all" />
<table class="legend">
<tr>
<td width="20" align="center"><img src="./styles/AeroGreen/imageset/forum_unread.png" width="27" height="28" alt="Nieuwe berichten" title="Nieuwe berichten" /></td>
<td><span class="gensmall">Nieuwe berichten</span></td>
<td> </td>
<td width="20" align="center"><img src="./styles/AeroGreen/imageset/forum_read.png" width="27" height="28" alt="Geen nieuwe berichten" title="Geen nieuwe berichten" /></td>
<td><span class="gensmall">Geen nieuwe berichten</span></td>
<td> </td>
<td width="20" align="center"><img src="./styles/AeroGreen/imageset/forum_read_locked.png" width="27" height="28" alt="Geen nieuwe berichten [ gesloten ]" title="Geen nieuwe berichten [ gesloten ]" /></td>
<td><span class="gensmall">Forum gesloten</span></td>
</tr>
</table>
</div>
<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
forums may be affected.
The phpBB Group : 2006
//-->
<div id="wrapfooter">
<span class="gensmall">[ <a href="./adm/index.php?sid=eaf81e300103e0aa6e046a8bdb93abcd">Beheerderspaneel</a> ]</span><br /><br /> <span class="copyright">phpBB skin developed by: <a href="http://www.jrolson.x10hosting.com/">John Olson</a><br />Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group<br /><br />
<br /><a href="http://www.phpbb.nl">phpBB.nl Vertaling</a></span>
</div>
</div>
</body>
</html>
-
Johan
- Berichten: 2376
- Lid geworden op: 05 mei 2007, 15:24
- Locatie: memberlist.php
Bericht
door Johan » 18 jan 2009, 12:50
Ik bedoelde de overall_header, maar ik heb hem gevonden dankzij de link. Vervang
phpBB3/styles/AeroGreen/template/overall_header.html
een met onderstaand:
Code: Selecteer alles
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
{META}
<title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title>
<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />
<script type="text/javascript">
// <![CDATA[
<!-- IF S_USER_PM_POPUP -->
if ({S_NEW_PM})
{
popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
}
<!-- ENDIF -->
function popup(url, width, height, name)
{
if (!name)
{
name = '_popup';
}
window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
return false;
}
function jumpto()
{
var page = prompt('{LA_JUMP_PAGE}:', '{ON_PAGE}');
var perpage = '{PER_PAGE}';
var base_url = '{A_BASE_URL}';
if (page !== null && !isNaN(page) && page > 0)
{
document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * perpage);
}
}
/**
* Find a member
*/
function find_username(url)
{
popup(url, 760, 570, '_usersearch');
return false;
}
/**
* Mark/unmark checklist
* id = ID of parent container, name = name prefix, state = state [true/false]
*/
function marklist(id, name, state)
{
var parent = document.getElementById(id);
if (!parent)
{
eval('parent = document.' + id);
}
if (!parent)
{
return;
}
var rb = parent.getElementsByTagName('input');
for (var r = 0; r < rb.length; r++)
{
if (rb[r].name.substr(0, name.length) == name)
{
rb[r].checked = state;
}
}
}
<!-- IF ._file -->
/**
* Play quicktime file by determining it's width/height
* from the displayed rectangle area
*
* Only defined if there is a file block present.
*/
function play_qt_file(obj)
{
var rectangle = obj.GetRectangle();
if (rectangle)
{
rectangle = rectangle.split(',')
var x1 = parseInt(rectangle[0]);
var x2 = parseInt(rectangle[2]);
var y1 = parseInt(rectangle[1]);
var y2 = parseInt(rectangle[3]);
var width = (x1 < 0) ? (x1 * -1) + x2 : x2 - x1;
var height = (y1 < 0) ? (y1 * -1) + y2 : y2 - y1;
}
else
{
var width = 200;
var height = 0;
}
obj.width = width;
obj.height = height + 16;
obj.SetControllerVisible(true);
obj.Play();
}
<!-- ENDIF -->
// ]]>
</script>
</head>
<body class="{S_CONTENT_DIRECTION}">
<div id="bg">
<a name="top"></a>
<div id="wrapheader">
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="background:url('{T_THEME_PATH}/images/top.png');">
<tr>
<td height="42" align="right">
<div class="toplink">
<!-- IF not S_IS_BOT -->
<!-- IF not S_USER_LOGGED_IN --><span class="genmedw"><a class="genmedw" href="{U_REGISTER}">{L_REGISTER}</a> • </span><!-- ENDIF -->
<span class="genmedw"><a class="genmedw" href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></span>
<!-- ENDIF -->
</div>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="background:url('{T_THEME_PATH}/images/mid.png');">
<tr>
<td height="66">
<div class="midlink"><span class="headw">{SITENAME}</span><br /><span class="genmedw">{SITE_DESCRIPTION}</span></div>
</td>
<td align="right">
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
<div class="midlink">
<div id="search-box">
<form action="{U_SEARCH}" method="post" id="search">
<fieldset class="nb">
<input name="keywords" style="opacity:0.7;filter:alpha(opacity=70)" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.7;this.filters.alpha.opacity=70" type="text" class="inputbox search" id="keywords" title="{L_SEARCH_KEYWORDS}" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" maxlength="50" />
<input class="nb" name="submit" type="image" src="{T_THEME_PATH}/images/search.png" align="absmiddle" /><br />
{S_SEARCH_HIDDEN_FIELDS}
</fieldset>
</form>
</div>
</div>
<!-- ENDIF -->
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="background:url('{T_THEME_PATH}/images/midb.png');">
<tr>
<td class="genmedw" height="23"><div class="midlink"><span class="genmedw">
<!-- IF S_USER_LOGGED_IN --><a class="genmedw" href="{U_PROFILE}">{L_PROFILE}</a><!-- ENDIF -->
<!-- IF U_RESTORE_PERMISSIONS --> <a class="genmedw" href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a><!-- ENDIF -->
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> • <span style="color: red;">{L_BOARD_DISABLED}</span><!-- ENDIF -->
</span></div>
</td>
<td class="genmedw" align="right">
<div class="midlink"><span class="genmedw">
<a class="genmedw" href="{U_FAQ}">{L_FAQ}</a><!-- IF not S_IS_BOT --><!-- IF S_DISPLAY_MEMBERLIST --> • <a class="genmedw" href="{U_MEMBERLIST}">{L_MEMBERLIST}</a><!-- ENDIF --><!-- IF S_DISPLAY_SEARCH --> • <a class="genmedw" href="{U_SEARCH}">{L_SEARCH}</a><!-- ENDIF --><!-- ENDIF -->
</span></div>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="background:url('{T_THEME_PATH}/images/bottom.png');">
<tr>
<td height="48" align="center">
<!-- IF not S_IS_BOT -->
<!-- IF S_USER_LOGGED_IN -->
<!-- IF S_DISPLAY_PM --><div class="bottomlink"><span class="genmedw"><a class="genmedw" href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a></span>
</div><!-- ENDIF -->
<!-- ENDIF -->
<!-- ENDIF -->
</td>
</tr>
</table>
<br />
(Heb het laatste stuk aan codes verwijderd. Je moet wel een kopie van de oude maken en opslaan

)
Voormalig Support Teamlid
-
Tealfox
- Berichten: 15
- Lid geworden op: 28 jun 2007, 17:06
Bericht
door Tealfox » 18 jan 2009, 13:06
Ik snap niet helemaal wat je bedoelt. Als ik inlog op mijn ftp client en ik ga naar:
phpBB3/styles/AeroGreen/template/overall_header.html
dan download ik de file, open hem, en zie dit staan:
Code: Selecteer alles
{META}
{L_REGISTER} • {L_LOGIN_LOGOUT}
{SITENAME}
{SITE_DESCRIPTION}
{S_SEARCH_HIDDEN_FIELDS}
{L_PROFILE} {L_RESTORE_PERMISSIONS} • {L_BOARD_DISABLED}
{L_FAQ} • {L_MEMBERLIST} • {L_SEARCH}
{PRIVATE_MESSAGE_INFO}, {PRIVATE_MESSAGE_INFO_UNREAD}
{LAST_VISIT_DATE}
{CURRENT_TIME}
{L_SEARCH_UNANSWERED} | {L_SEARCH_ACTIVE_TOPICS} {L_SEARCH_NEW} | {L_SEARCH_SELF}
Ik heb dus net een nieuw html betand gemaakt met die code die jij mij net gaf en heb dat bestand ook overall_header.html genoemt. ik heb de originele file gebackupped en de nieuwe aangemaakt. ik heb vervolgens mijn template ververst en ineens is mijn forum een witte codetaal chaos.
Ik ben niet zo heel experienced met phpbb3. en ik begin nu vast ook een beetje een pain in the ass te worden. mijn excuses. wat doe ik fout?
PS. bedankt voor het helpen in iedergeval
Cheers,
tealfox
-
Johan
- Berichten: 2376
- Lid geworden op: 05 mei 2007, 15:24
- Locatie: memberlist.php
Bericht
door Johan » 18 jan 2009, 14:02
En waarmee open je hem?

Voormalig Support Teamlid
-
Tealfox
- Berichten: 15
- Lid geworden op: 28 jun 2007, 17:06
Bericht
door Tealfox » 18 jan 2009, 14:23
Johan schreef:En waarmee open je hem?

Texteditor op mijn Apple imac. Ik dacht al dat mijn imac problemen zou geven.
hmm, hoe ga ik dit oplossen. is er een progje voor mac die waarmee ik het wel goed kan openen?
-
Johan
- Berichten: 2376
- Lid geworden op: 05 mei 2007, 15:24
- Locatie: memberlist.php
Bericht
door Johan » 18 jan 2009, 14:30
Ik weet niet of het aan Mac ligt, maar je moet even kijken of er een echte HTML Editor is, met een Mac versie

Voormalig Support Teamlid
-
Tealfox
- Berichten: 15
- Lid geworden op: 28 jun 2007, 17:06
Bericht
door Tealfox » 18 jan 2009, 14:55
Ik heb de file geopend met mijn adobe golive 9, toen kreeg ik de broncode en heb die van jou toegepast. Die werkte helaas niet, Het hele forum werd wit de hele layout was veranderd, ja de informatie die weg moest was wel weg. maar het was niet de bedoeling dat mijn hele forum wit werd enzo. er is toch nog iets fout
-
Tealfox
- Berichten: 15
- Lid geworden op: 28 jun 2007, 17:06
Bericht
door Tealfox » 18 jan 2009, 22:53
Het is me gelukt! ik sloeg het bestand verkeerd op, ik deed opslaan als waardoor om 1 of andere gekke redenen alle links naar mijn computer verwezen in plaats van mijn website, dus alle plaatjes laadde niet.
Heel erg bedankt man! weer wat geleerd
