Kan iemand mij helpen aub

Installatie lukt niet? Plotseling een foutmelding. Of weet je niet hoe iets werkt. Problemen met phpBB2 kun je in dit archief opzoeken.
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

Kan iemand mij helpen aub

Bericht door MaartenBosmans » 27 aug 2005, 15:50

Beste mensen van phpbb.nl,

Ik heb men nieuw forum geinstalleerd en heb bij men forum index een spatie van ongeveer 1 cm aan elke kant .... maar wanneer ik een categorie binnengaa is de spatie verdwenen ... wat moet ik aanpassen om binne de categorieen ook een spatie te behouden ??

Grtzz ExO :bier: !!
[UNDER CONSTRUCTION]

MSN Status = Afbeelding

Gebruikersavatar
Stef
Berichten: 9080
Lid geworden op: 04 jun 2003, 20:47

Bericht door Stef » 27 aug 2005, 16:10

Nog één keer en dan duidelijker want dit begrijp ik niet. :)

MaartenBosmans
Berichten: 66
Lid geworden op: 02 apr 2005, 12:01

Bericht door MaartenBosmans » 27 aug 2005, 16:36

Forum Index >> http://users.telenet.be/BosmansMaarten/1.bmp

Spatie aan kantev van het forum

Wanneer ik nu bv de category technical support binnen ga is deze spatie weg >>> http://users.telenet.be/BosmansMaarten/2.bmp

Wat moet ik doen om ook hier spatie te krijgen ?? Waar moet ik aanpassen ??

Hopelijk nu wat duidelijker ... ExO :bier:
[UNDER CONSTRUCTION]

MSN Status = Afbeelding

raymondvlieland
Berichten: 314
Lid geworden op: 16 dec 2004, 18:43
Locatie: Alphen aan den Rijn
Contacteer:

Bericht door raymondvlieland » 27 aug 2005, 17:34

sla eens op als jpg het laden hier duurt een tijdje :thumb:

heb je het in de gewone index.php veranderd of bij die van je template

pirke
Berichten: 41
Lid geworden op: 05 jun 2005, 22:33

Bericht door pirke » 27 aug 2005, 20:46

in je overall_header.tpl kan je de breedte ergens aanpassen

bij de eerste table width dat je vind kan je de breedte in procent en in pixels ingeven

dit is toch zo gelukt bij mij...

grtz

B-sTyLe
Berichten: 561
Lid geworden op: 27 okt 2004, 17:12

Bericht door B-sTyLe » 27 aug 2005, 21:47

open je overall_header.tpl

zet dit helemaal onderaan:

Code: Selecteer alles

<table width="100%" cellspacing="0" cellpadding="5" border="0"><tr><td>
open je overall_footer.tpl

zet helemaal bovenaan:

Code: Selecteer alles

</td></td></table>

MaartenBosmans
Berichten: 66
Lid geworden op: 02 apr 2005, 12:01

Bericht door MaartenBosmans » 28 aug 2005, 09:17

Nog geen van alle antwoorden heeft het verholpen :cry: !! Telkens wordt de breedte van de index aangepast ... die van de catehory blijft nog hetzelfde ...

Code: Selecteer alles

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<script>  
<!--  
if (window.Event)    
  document.captureEvents(Event.MOUSEUP);    
 function nocontextmenu()    
{  
 event.cancelBubble = true  
 event.returnValue = false;  
  return false;  
}  
 function norightclick(e)    
{  
 if (window.Event)    
 {  
  if (e.which == 2 || e.which == 3)  
   return false;  
 }  
 else  
  if (event.button == 2 || event.button == 3)  
  {  
   event.cancelBubble = true  
   event.returnValue = false;  
   return false;  
  }  
 }  
 document.oncontextmenu = nocontextmenu;    
document.onmousedown = norightclick;    
 function disableselect(e){ 
return false 
} 
function reEnable(){ 
return true 
} 
document.onselectstart=new Function ("return false") 
if (window.sidebar){ 
document.onmousedown=disableselect 
document.onclick=reEnable 
} 

//-->    
</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/xeon/{T_HEAD_STYLESHEET}" type="text/css">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<!-- 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 onLoad="MM_preloadImages('templates/xeon/images/main1.gif','templates/xeon/images/faq1.gif','templates/xeon/images/search1.gif','templates/xeon/images/groups1.gif','templates/xeon/images/profile1.gif','templates/xeon/images/pm1.gif','templates/xeon/images/register1.gif','templates/xeon/images/login1.gif','templates/xeon/images/members2.gif')">

<TABLE width="100%"  cellspacing="0" cellpadding="0">
  <TR>
    <TD width="1%" align="left" background="templates/xeon/images/head_r1_c3.gif"><img name="head_r1_c1" src="templates/xeon/images/head_r1_c1.gif" width="5" height="160" border="0" alt=""></TD>
    <TD width="81%" align="center" valign="top" background="templates/xeon/images/head_r1_c3.gif"><TABLE width="100%" height="160" cellpadding="0"  cellspacing="0">
      <TR>
        <TD height="69" align="left" valign="top"><TABLE width="100%"  cellspacing="0" cellpadding="0">
          <TR>
            <TD height="51" align="left" valign="bottom">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
          </TR>
        </TABLE></TD>
      </TR>
      <TR>
        <TD height="27" align="center"><TABLE width="100%" height="26" cellpadding="0"  cellspacing="0">
          <TR>
            <TD width="69%"><TABLE width="98%"  cellspacing="0" cellpadding="0">
              <TR align="center">
                <TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A href="{U_INDEX}" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Main','','templates/xeon/images/main1.gif',1)"><IMG src="templates/xeon/images/main.gif" alt="Main" name="Main" width="45" height="10" border="0"></A></TD>
                
				<TD><A href="{U_FAQ}" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('FAQ','','templates/xeon/images/faq1.gif',1)"><IMG src="templates/xeon/images/faq.gif" alt="FAQ" name="FAQ" width="42" height="10" border="0"></A></TD>
                
				<TD><A href="{U_SEARCH}" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Search','','templates/xeon/images/search1.gif',1)"><IMG src="templates/xeon/images/search.gif" alt="Search" name="Search" width="69" height="10" border="0"></A></TD>
                
				<TD><A href="{U_GROUP_CP}" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('groups','','templates/xeon/images/groups1.gif',1)"><IMG src="templates/xeon/images/groups.gif" alt="Groups" name="groups" width="68" height="10" border="0"></A></TD>
               
			    <TD><A href="{U_MEMBERLIST}" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Members','','templates/xeon/images/members2.gif',1)"><IMG src="templates/xeon/images/members.gif" alt="Members List" name="Members" width="76" height="10" border="0"></A></TD>
                
				<TD><A href="{U_PROFILE}" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('profile','','templates/xeon/images/profile1.gif',1)"><IMG src="templates/xeon/images/profile.gif" alt="Profile" name="profile" width="73" height="10" border="0"></A></TD>
              
			    <TD><A href="{U_PRIVATEMSGS}" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('PM','','templates/xeon/images/pm1.gif',1)"><IMG src="templates/xeon/images/pm.gif" alt="Private Messages" name="PM" width="34" height="10" border="0"></A></TD>
                </TR>
            </TABLE>
            <TD width="31%" align="right">
			<!-- BEGIN switch_user_logged_out -->
			<TABLE width="69%"  cellspacing="0" cellpadding="0">
              <TR>
                <TD width="59%" align="right"> <A href="{U_LOGIN_LOGOUT}" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('login','','templates/xeon/images/login1.gif',1)"><IMG src="templates/xeon/images/login.gif" alt="Log-in" name="login" width="42" height="9" border="0"></A></TD>
                <TD width="41%" align="right"><A href="{U_REGISTER}" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('register','','templates/xeon/images/register1.gif',1)"><IMG src="templates/xeon/images/register.gif" alt="Register" name="register" width="55" height="9" border="0"></A></TD>
              </TR>
            </TABLE>
			<!-- END switch_user_logged_out -->
			<!-- BEGIN switch_user_logged_in -->
			<TABLE width="100%"  cellspacing="0" cellpadding="0">
              <TR>
                <TD align="right" nowrap><A href="{U_LOGIN_LOGOUT}" class="login">{L_LOGIN_LOGOUT}</A></TD>
              </TR>
            </TABLE>		
			<!-- END switch_user_logged_in -->	
			</TD>
          </TR>
        </TABLE></TD>
      </TR>
      <TR>
        <TD>&nbsp;</TD>
      </TR>
    </TABLE></TD>
    <TD width="18%" align="right" background="templates/xeon/images/head_r1_c3.gif"></TD>
  </TR>
</TABLE>
<BR>
<BR>
Wat kan ik nog doen ?? :oops: ...
[UNDER CONSTRUCTION]

MSN Status = Afbeelding

pirke
Berichten: 41
Lid geworden op: 05 jun 2005, 22:33

Bericht door pirke » 28 aug 2005, 10:32

Code: Selecteer alles

</head> 
<body onLoad="MM_preloadImages('templates/xeon/images/main1.gif','templates/xeon/images/faq1.gif','templates/xeon/images/search1.gif','templates/xeon/images/groups1.gif','templates/xeon/images/profile1.gif','templates/xeon/images/pm1.gif','templates/xeon/images/register1.gif','templates/xeon/images/login1.gif','templates/xeon/images/members2.gif')"> 

<TABLE width="100%"  cellspacing="0" cellpadding="0"> 
verander eens hier die table width naar de gewenste breedte...

deze regels kan je ergens vinden in de code hierboven...

Gesloten