Ruimte naast Forum voor...

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

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
MaartenBosmans
Berichten: 66
Lid geworden op: 02 apr 2005, 12:01

Ruimte naast Forum voor...

Bericht door MaartenBosmans » 13 apr 2005, 12:39

Afbeelding

Code: Selecteer alles

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<!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/Army/{T_HEAD_STYLESHEET}" type="text/css" />
<!-- 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">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com

function initArray(n) {
  this.length = n;
  for (var i =1; i <= n; i++) {
    this[i] = ' '
  }
}

slide = new initArray(3)

slide[0]="[BTS] Belgian Terror Squad - Just Doing Their Jobs !"
slide[1]="[BTS] Belgian Terror Squad - Faster Than Your Bullets !"
slide[2]="[BTS] Belgian Terror Squad - Don't Ask Us Why You Keep Dying !"


var delay1 = 3
var delay2 = 2500

var text = slide[0] + " "
var str = " " 
var leftmsg = "" 
var nextmsg = 0

function setMessage() {
    
if (str.length == 1) {

while (text.substring(0, 1) == " ") {

leftmsg += str
str = text.substring(0, 1)
text = text.substring(1, text.length) 
}

leftmsg += str            
str = text.substring(0, 1)
text = text.substring(1, text.length) 

for (var x = 0; x < 120; x++) {
str = " " + str
}
}

else {
str = str.substring(10, str.length)
}

window.status = leftmsg + str

if (text == "") {

str = " "
nextmsg++

if (nextmsg > slide.length) {
nextmsg = 0
}

text = slide[nextmsg] + " "
leftmsg = ""  

setTimeout('setMessage()',delay2)
}

else {
setTimeout('setMessage()',delay1)
}
}

setMessage();
//-->
</script>

<SCRIPT LANGUAGE="JavaScript"> 
<!-- 
curPage=1; 
document.oncontextmenu = function(){return false} 
if(document.layers) { 
    window.captureEvents(Event.MOUSEDOWN); 
    window.onmousedown = function(e){ 
        if(e.target==document)return false; 
    } 
} 
else { 
    document.onmousedown = function(){return false} 
} 
//--> 
</SCRIPT><!-- Rollover Script -->
<script type=text/javascript>
function init() {
 if (!document.getElementById) return
 var imgOriginSrc;
 var imgTemp = new Array();
 var imgarr = document.getElementsByTagName('img');
 for (var i = 0; i < imgarr.length; i++) {
   if (imgarr[i].getAttribute('oversrc')) {
       imgTemp[i] = new Image();
       imgTemp[i].src = imgarr[i].getAttribute('oversrc');
       imgarr[i].onmouseover = function() {
           imgOriginSrc = this.getAttribute('src');
           this.setAttribute('src',this.getAttribute('oversrc'))
       }
       imgarr[i].onmouseout = function() {
           this.setAttribute('src',imgOriginSrc)
       }
   }
 }
}
onload=init;
</SCRIPT>
<!-- Fade Script -->
<script language="JavaScript1.2">

//Gradual-Highlight image script- By Dynamic Drive
//For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
//This credit MUST stay intact for use

function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",50)
}
function low(which2){
clearInterval(highlighting)
if (which2.style.MozOpacity)
which2.style.MozOpacity=0.3
else if (which2.filters)
which2.filters.alpha.opacity=30
}

function highlightit(cur2){
if (cur2.style.MozOpacity<1)
cur2.style.MozOpacity=parseFloat(cur2.style.MozOpacity)+0.1
else if (cur2.filters&&cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=10
else if (window.highlighting)
clearInterval(highlighting)
}

</script><script type="text/javascript">
<!--

var message="F*CK OFF ! DON'T COPY THIS SHIT !"; // Your no right click message here
var closeWin="0"; // Do you want to close window after message (1 for yes 0 for no)

// JavaScript by Dave Lauderdale
// Published at: www.digi-dl.com

function IE(e) 
{
     if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
     {
          alert(message); if(closeWin == "1") self.close();
          return false;
     }
}
function NS(e) 
{
     if (document.layers || (document.getElementById && !document.all))
     {
          if (e.which == "2" || e.which == "3")
          {
               alert(message); if(closeWin == "1") self.close();
               return false;
          }
     }
}
document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");

//-->
</script>
<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/Aliens/{T_HEAD_STYLESHEET}" type="text/css" />
<!-- 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>
<center><body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<a name="top"></a>
<table border="0" cellpadding="0" cellspacing="0" width="65%">
  <tr><br><center><A HREF="http://www.BelgianTerrorSquad.be.tt"><IMG SRC="http://users.telenet.be/BosmansMaarten/images/BTs-cool.gif" align="center" border="0" WIDTH=732></a></center>
    <td align="left" class="top"><img name="index_r1_c1" src="templates/Aliens/images/index_r1_c1.gif" width="42" height="42" border="0" id="index_r1_c1" alt="" /></td>
    <td class="top" width="100%"></td>
    <td align="right" class="top"><img name="index_r1_c3" src="templates/Aliens/images/index_r1_c3.gif" width="42" height="42" border="0" id="index_r1_c3" alt="" /></td>
  </tr>
  <tr> 
    <td class="left"></td>
    <td width="100%" style="text-align:center;width:100%;"> <table border="0" cellpadding="0" cellspacing="0" width="100%" align="center">
        <tr> 
          <td width="100%">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
	<a href="{U_INDEX}"><img src="templates/Aliens/images/nav/index.gif" border="0" alt="{L_INDEX}" /></a>
	<a href="{U_FAQ}"><img src="templates/Aliens/images/nav/faq.gif" border="0" alt="{L_FAQ}" /></a>
	<a href="{U_SEARCH}"><img src="templates/Aliens/images/nav/seach.gif" border="0" alt="{L_SEARCH}" /></a>
	<a href="{U_MEMBERLIST}"><img src="templates/Aliens/images/nav/members.gif" border="0" alt="{L_MEMBERLIST}" /></a>
	<a href="{U_GROUP_CP}"><img src="templates/Aliens/images/nav/groups.gif" border="0" alt="{L_USERGROUPS}" /></a>
	<a href="{U_PROFILE}"><img src="templates/Aliens/images/nav/profile.gif" border="0" alt="{L_PROFILE}" /></a>
	<!-- BEGIN switch_user_logged_out -->
	<a href="{U_REGISTER}"><img src="templates/Aliens/images/nav/register.gif" border="0" alt="{L_REGISTER}" /></a>
	<!-- END switch_user_logged_out -->
	<a href="{U_PRIVATEMSGS}"><img src="templates/Aliens/images/nav/messages.gif" border="0" alt="{PRIVATE_MESSAGE_INFO}" /></a>
	<!-- BEGIN switch_user_logged_out -->
	<a href="{U_LOGIN_LOGOUT}"><img src="templates/Aliens/images/nav/login.gif" border="0" alt="{L_LOGIN_LOGOUT}" /></a>
	<!-- END switch_user_logged_out -->
	<!-- BEGIN switch_user_logged_in -->
	<a href="{U_LOGIN_LOGOUT}"><img src="templates/Aliens/images/nav/logout.gif" border="0" alt="{L_LOGIN_LOGOUT}" /></a>
	<!-- END switch_user_logged_in -->
</td>
</tr>
</table>
</td>
        </tr>
        <tr> 
          <td class="gborder" width="100%"></td>
        </tr>
        <tr> 
          <td width="100%" style="padding:5px;"></center>
Ik weet niet of dit genoeg info is !...Maar ik zou graag ruimte hebben naast mijn forum om allerlei dingen te plaatsen [zie afbeelding]. Hoe doe je dit....Grtzzz Maarten de N+ewb :D

Gebruikersavatar
Luuk
Berichten: 7311
Lid geworden op: 22 okt 2003, 10:07
Locatie: Delft

Bericht door Luuk » 14 apr 2005, 21:52

Dat gaat allemaal, je moet overal_header.tpl zo verbouwen dat je een tabel met 2 cellen krijgt. In 1 cel komt dan de extra info links en in de tweede het forum.
Een beetje creatief zijn dus, hier een link voor als je tabellen nog niet helemaal snapt.
:arrow: http://www.w3schools.com/html/html_tables.asp
Afbeelding

Gesloten