1 sayfadan 1. sayfa

Temayı daraltmak istiyorum

İletiTarih: 22.01.2006, 03:35
G60
Selam arkadaşlar;
Temamı daraltmak istiyorum. Temam aphrodite teması.
Forumda araştırmalar yaptım ancak overallheader with bir işe yaramadı.css ile değişireyim dedim oda işe yaramadı.
indexbody yi aşagıdaki taglara aldım.
<div id="daral"></div>

css yede ;
.daral {width: 400px; position: relative;}

ekledim

ancak yine daraltamadım...Acaba komple bunu nasıl daraltabilirim...

İletiTarih: 22.01.2006, 08:52
emrag
overall_header.tpl dosyasının içinde width="100%" gibi bir değer kesinlikle vardır. bu değeri 90%, 80% gibi düşürürsen teman daralır.

İletiTarih: 23.01.2006, 02:41
G60
cık... işe yaramadı... :(

İletiTarih: 23.01.2006, 06:03
RemoteMach
sen overall_header.tpl dosyasini ekle ben senin icin yapayim..

Cvp: Temayı daraltmak istiyorum

İletiTarih: 23.01.2006, 13:10
G60
Ekledim,buyrun.
Kod: Tümünü seç
<!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}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="Author" content="http://www.phpbbstyles.com" />
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/ca_aphrodite/style.css" type="text/css" />


<script language="javascript" type="text/javascript" src="templates/ca_aphrodite/scripts.js"></script>
{CA_INLINE_CSS}
<!-- IE conditional comments: http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp -->
<!--[if IE]>
<style type="text/css">
/* IE hack to emulate the :hover & :focus pseudo-classes
   Add the selectors below that required the extra attributes */
.row1h, .row1h-new { behavior: url("templates/ca_aphrodite/pseudo-hover.htc"); }
</style>
<![endif]-->
</head>
<body onload="PreloadFlag = true;">
<a name="top"></a>
<table cellspacing="0" width="%100" id="forum">
<tr>
   <td class="forum-header" align="left"><a href="{U_INDEX}" title="{L_INDEX}"><img src="templates/ca_aphrodite/images/logo.gif" height="63" alt="{L_INDEX}" /></a></td>
   <td class="forum-header header-search" align="right" valign="bottom">
      <form action="{U_SEARCH}" method="get"><input name="search_keywords" type="text" class="post" style="width: 100px;" /> <input type="submit" class="liteoption" value="{L_SEARCH}" /></form>
   </td>
</tr>
<tr>
   <td colspan="2" class="forum-buttons" valign="middle">
            <!-- BEGIN switch_user_logged_out -->
            <a href="{U_REGISTER}">{L_REGISTER}</a> •
            <!-- END switch_user_logged_out -->
            <!-- BEGIN switch_user_logged_in -->
            <a href="{U_PROFILE}">{L_PROFILE}</a> •
            <a href="{U_PRIVATEMSGS}">{L_PRIVATEMSGS}</a> •
            <!-- END switch_user_logged_in -->
            <a href="{U_SEARCH}">{L_SEARCH}</a> •
            <a href="{U_FAQ}">{L_FAQ}</a> •
            <a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> •
            <a href="{U_GROUP_CP}">{L_USERGROUPS}</a> •
            <a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>
      </td>
</tr>
<tr>
<td colspan="2" id="content">

   <!-- BEGIN switch_user_logged_in -->
   <div class="popup{PRIVMSG_IMG}"><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a></div>
   <!-- END switch_user_logged_in -->

<script language="Javascript" type="text/javascript">
<!--
var PreloadFlag = false;
var expDays = 90;
var exp = new Date();
var tmp = '';
var tmp_counter = 0;
var tmp_open = 0;

exp.setTime(exp.getTime() + (expDays*24*60*60*1000));

function SetCookie(name, value)
{
   var argv = SetCookie.arguments;
   var argc = SetCookie.arguments.length;
   var expires = (argc > 2) ? argv[2] : null;
   var path = (argc > 3) ? argv[3] : null;
   var domain = (argc > 4) ? argv[4] : null;
   var secure = (argc > 5) ? argv[5] : false;
   document.cookie = name + "=" + escape(value) +
      ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
      ((path == null) ? "" : ("; path=" + path)) +
      ((domain == null) ? "" : ("; domain=" + domain)) +
      ((secure == true) ? "; secure" : "");
}

function getCookieVal(offset)
{
   var endstr = document.cookie.indexOf(";",offset);
   if (endstr == -1)
   {
      endstr = document.cookie.length;
   }
   return unescape(document.cookie.substring(offset, endstr));
}

function GetCookie(name)
{
   var arg = name + "=";
   var alen = arg.length;
   var clen = document.cookie.length;
   var i = 0;
   while (i < clen)
   {
      var j = i + alen;
      if (document.cookie.substring(i, j) == arg)
         return getCookieVal(j);
      i = document.cookie.indexOf(" ", i) + 1;
      if (i == 0)
         break;
   }
   return null;
}

function ShowHide(id1, id2, id3)
{
   var res = expMenu(id1);
   if (id2 != '') expMenu(id2);
   if (id3 != '') SetCookie(id3, res, exp);
}
   
function expMenu(id)
{
   var itm = null;
   if (document.getElementById)
   {
      itm = document.getElementById(id);
   }
   else if (document.all)
   {
      itm = document.all[id];
   }
   else if (document.layers)
   {
      itm = document.layers[id];
   }
   if (!itm)
   {
      // do nothing
   }
   else if (itm.style)
   {
      if (itm.style.display == "none")
      {
         itm.style.display = "";
         return 1;
      }
      else
      {
         itm.style.display = "none";
         return 2;
      }
   }
   else
   {
      itm.visibility = "show";
      return 1;
   }
}

function showMenu(id)
{
   var itm = null;
   if (document.getElementById)
   {
      itm = document.getElementById(id);
   }
   else if (document.all)
   {
      itm = document.all[id];
   }
   else if (document.layers)
   {
      itm = document.layers[id];
   }
   if (!itm)
   {
      // do nothing
   }
   else if (itm.style)
   {
      if (itm.style.display == "none")
      {
         itm.style.display = "";
         return true;
      }
      else
      {
//         itm.style.display = "none";
         return true;
      }
   }
   else
   {
      itm.visibility = "show";
      return true;
   }
}

function hideMenu(id)
{
   var itm = null;
   if (document.getElementById)
   {
      itm = document.getElementById(id);
   }
   else if (document.all)
   {
      itm = document.all[id];
   }
   else if (document.layers)
   {
      itm = document.layers[id];
   }
   if (!itm)
   {
      // do nothing
   }
   else if (itm.style)
   {
      if (itm.style.display == "none")
      {
//         itm.style.display = "";
         return true;
      }
      else
      {
         itm.style.display = "none";
         return true;
      }
   }
   else
   {
      itm.visibility = "hide";
      return true;
   }
}

function showStatus(id)
{
   var itm = null;
   if (document.getElementById)
   {
      itm = document.getElementById(id);
   }
   else if (document.all)
   {
      itm = document.all[id];
   }
   else if (document.layers)
   {
      itm = document.layers[id];
   }
   
   if(!itm)
   {
      // do nowt
   }
   else if (itm.style)
   {
      if (itm.style.display == "none")
      {
         window.status = 'Click to Expand';
         return true;
      }
      else
      {
         window.status = 'Click to Collapse';
         return true;
      }
   }
   else
   {
      window.status = 'Help';
      return true;
   }
}
//-->
</script>

İletiTarih: 23.01.2006, 13:12
emrag
<table cellspacing="0" width="%100" id="forum">

buradaki %100 değerini %90, %80.. şeklinde küçülttüğün takdirde ekranın daralması lazım.

İletiTarih: 23.01.2006, 14:16
G60
Daralmıyor üstat işte :)

İletiTarih: 23.01.2006, 14:34
emrag
sen bir cache sistemi falan kullanmadığına emin misin peki?

İletiTarih: 23.01.2006, 14:59
G60
Nasıl yani üstat ?
xs mod ve kullanıcı menüsü dışında bişi yok çer çöp diğerleri :)

İletiTarih: 23.01.2006, 15:56
emrag
xs daki cache sistemi açıksa elbette hiç bir şey değişmez. değişiklikleri yaptıktan sonra xs içinde cache management'tan tema dosyalarını yeniden compile et

Cvp: Temayı daraltmak istiyorum

İletiTarih: 24.01.2006, 01:50
G60
Arkadaşlar söylediklerinizi tam olarak anlamadım :?
Sanırım editlemeyi admin panelden tema düzenleme seçenegi ile yapmamı söylediniz? onuda denedim oda olmadı.

Biraz daha açık olarak yazabilirmisiniz acaba ne yapmam gerektiğini :oops:

İletiTarih: 06.02.2006, 15:34
SqLine
Selamun aleykum arkadaslar ben yeni uye oldum bi sorum var... Domain SHELL aldim.. Forumumu kurdum. Turkcelestirdim.. Simdi ben forumumu Daraltmak istiyorum overall_header.tpl dosyasinda %100 gibi bir sayisal deger bulamadim nasil yapacam yardim edebilirmisiniz? Birde su HİDE modulunu eklemek istiyorum dosyalari var bende ama kurdum hata verdi silmek zorunda kaldim

Simdiden yardimlariniz icin tesekkur ederim hayirli calismalar..

İletiTarih: 06.02.2006, 16:24
Vinsanity
%100 die arattıysan çıkmayabilir. Şöyle arat birde --> 100%

Cvp: Temayı daraltmak istiyorum

İletiTarih: 06.02.2006, 18:09
SqLine
üstat Forumu daraltmayi basardim.. ama su HİDE olayini cozemedim yada bendeki dosyada bisey var
Onu nasil halledicem? Hide dosyasini forum dosyalari icerisinden neyin icerisine atacam?