kullanıcı menüsü sorunu

Eklentiler ile ilgili soru, sorun ve tartışmalar.

kullanıcı menüsü sorunu

İleti rapdinle 15.03.2006, 19:10

merhaba arkadaşlar be alexis in kullancı menüsü mdounu (phpbb) kurdum ama bir sorun var temam farklı bir tema overall_header.tpl ye aşağıdaki kodu

[syntax="html"]<!-- [+] ALEXIS -->
<table border="0" width="100%">
<tr>
<td valign="top" width="160">


<!-- Kullanıcı Menüsü -->
<!-- BEGIN switch_user_logged_in -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th class="thHead" height="25" align="center"><b><!-- Kullanıcı Menüsü -->{L_FMB_MENU}</b></th>
</tr>
<tr>
<td class="row1" align="left">
<span class="gensmall">
<center>
<b class="genmed">{U_NAME_LINK}</b><br />
{RANK_NAME_IND}<br />
<span style="font-size: 4px;"><br />&nbsp;</span>
{AVATAR_IMG}<br />
<span style="font-size: 4px;"><br />&nbsp;</span>
{RANK_IMG_IND}
</center>
<hr width="80%" align="center" />
&nbsp;<a href="{U_PRIVATEMSGS}"><b>{PRIVATE_MESSAGE_INFO}</b></a><br />
&nbsp;<!-- Yeni -->{L_FMB_NEW}: {S_USER_PRIVATE_MESSAGE} | <!-- Okunmamış -->{L_FMB_UNREAD}: {S_UNREAD_PRIVATE_MESSAGE}<br /><br />

&nbsp;<b><a href="{U_TOTAL_NEW_POSTS}"><!-- Yeni Pano Mesajları -->{L_FMB_NEWPOSTS}: {S_TOTAL_NEW_POSTS}</a></b><br />
&nbsp;<!-- Başlık -->{L_FMB_TOPIC}: <a href="{U_TOTAL_NEW_TOPICS}">{S_TOTAL_NEW_TOPICS}</a> | <!-- Cevap -->{L_FMB_REPLIES}: <a href="{U_TOTAL_NEW_REPLIES}">{S_TOTAL_NEW_REPLIES}</a><br /><br />

&nbsp;<b><a href="{U_TOTAL_ANNOUNCEMENT_POSTS}"><!-- Duyurular -->{L_FMB_ANNOUNCE}: {S_TOTAL_ANNOUNCEMENT_POSTS}</a></b><br />
&nbsp;<!-- Yeni -->{L_FMB_NEW}: <a href="{U_NEW_ANNOUNCEMENT_POSTS}">{S_NEW_ANNOUNCEMENT_POSTS}</a><br /><br />

<!-- added 1.0.2 -->
&nbsp;<b><a href="{U_TOTAL_STICKY_POSTS}"><!-- Duyurular -->{L_FMB_STICKY}: {S_TOTAL_STICKY_POSTS}</a></b><br />
&nbsp;<!-- Yeni -->{L_FMB_NEW}: <a href="{U_NEW_STICKY_POSTS}">{S_NEW_STICKY_POSTS}</a><br /><br />
<!-- / added 1.0.2 -->

&nbsp;<a href="{U_USER_POSTS}"><b><!-- Mesajlarınız -->{L_FMB_SELF}:</b> {S_USER_POSTS}</a><br />
&nbsp;<!-- Başlık -->{L_FMB_TOPIC}: <a href="{U_TOTAL_USER_TOPICS}">{S_TOTAL_USER_TOPICS}</a><br />
&nbsp;<!-- Cvp.lı -->{L_FMB_EGOREPLIES}: <a href="{U_TOTAL_USER_REPLIES}">{S_TOTAL_USER_REPLIES}</a> | <!-- Cvp.sız -->{L_FMB_EGOUNANSWERED}: <a href="{U_USER_UNANSWERED_POSTS}">{S_USER_UNANSWERED_POSTS}</a><br /><br />

<!-- Diğer -->&nbsp;<b>{L_FMB_OTHER}:</b><br />
&nbsp;<!-- Takip edilen konular -->{L_FMB_WATCHED}: <a href="{U_USER_WATCHED_TOPICS}">{S_USER_WATCHED_TOPICS}</a><br />
<!-- Top. cvp.sız mesaj -->&nbsp;{L_FMB_UNANSWERED}: <a href="{U_TOTAL_UNANSWERED_POSTS}">{S_TOTAL_UNANSWERED_POSTS}</a>

<!-- <br /><br />
&nbsp;{LAST_VISIT_DATE}<br />
&nbsp;{CURRENT_TIME}<br />
<br />
&nbsp;{S_TIMEZONE} -->

</span>
<span style="font-size: 4px;"><br />&nbsp;</span>
</td></tr>
</table>
<br />
<!-- END switch_user_logged_in -->
<!-- Kullanıcı Menüsü -->

<!-- Giriş Kutuları -->
<!-- BEGIN switch_user_logged_out -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<form method="post" action="{S_LOGIN_ACTION}">
<tr>
<th height="25" align="center"><b>{L_LOGIN}</b></th>
</tr>
<tr>
<td class="row1" align="center">
<span class="gensmall" style="line-height=150%">
<input type="hidden" name="redirect" value="{U_PORTAL}" />
&nbsp;&nbsp;<b>{L_USERNAME}</b>:<br />
&nbsp;
<input class="post" type="text" name="username" size="15" />
<br />
&nbsp;&nbsp;<b>{L_PASSWORD}</b>:<br />
&nbsp;
<input class="post" type="password" name="password" size="15" />
<br />
&nbsp;<input class="text" type="checkbox" name="autologin" />&nbsp;{L_AUTO_LOGIN}<br />
&nbsp;
<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
<br />
<br />
&nbsp;[ <a href="{U_SEND_PASSWORD}" class="gensmall">{L_SEND_PASSWORD}</a> ]<br />
&nbsp;[ <a href="{U_REGISTER}" class="gensmall">{L_REGISTER}</a> ]<br />
&nbsp;</span>
</td>
</tr>
</form>
</table>
<br />
<!-- END switch_user_logged_out -->
<!-- / Giriş Kutuları -->


<!-- [+] diğer blocklar -->




<!-- [-] diğer blocklar -->
</td>

<td valign="top" width="5">
</td>

<td valign="top">
<!-- [-] ALEXIS -->[/syntax]

eklediğim zaman kullanıcı menüsü ile forum arasında çok fazla boşluk oluşuyor yardım ederseniz sevinirim overall_header.tpl de aşağıda... install dosyasında dediği gibi yaptım ama olmadı biraz tablo ile falan oynadım ama yine yapamadım yardım edin... overall_header.tpl aşağıda...

[syntax="html"]<!-- mod : Avatar on index -->
<!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/subSilver/{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: #E1E1E2;
scrollbar-face-color: #DEE3E7;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #DEE3E7;
scrollbar-3dlight-color: #D1D7DC;
scrollbar-arrow-color: #006699;
scrollbar-track-color: #EFEFEF;
scrollbar-darkshadow-color: #98AAB1;
}

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

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

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

/* Main table cell colours and backgrounds */
td.row1 { background-color: #F5F5FF; }
td.row2 { background-color: #E1E4F2; }
td.row3 { background-color: #F5F5FF; }
td.row4 { background-color: #738FBF; }
td.row5 { background-color: #3E5C92; }

/*
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: #FFFFFF;
background-image: url('templates/subSilver/images/cellpic2.jpg');
}

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

td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
background-image: url('templates/subSilver/images/cellpic1.gif');
background-color: #F5F5FF; border: 0px {#FFFFFF; border-style: solid; height: 28px;
}

/*
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 {
font-weight: bold; border: 0px {T_TD_COLOR2}; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
background-color: #F5F5FF; border: 0px {T_TH_COLOR3}; border-style: solid;
}

th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px 0px 0px 0px; }
th.thRight, td.catRight, td.row3Right { border-width: 0px 0px 0px 0px; }
th.thLeft, td.catLeft { border-width: 0px 0px 0px 0px; }
th.thBottom, td.catBottom { border-width: 0px 0px 0px 0px; }
th.thTop { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle {
font-weight: bold; font-size: 22px; font-family: "T_FONTFACE2"};
text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
}

/* General text */
.gen { font-size : {T_FONTSIZE3}px; }
.genmed { font-size : {T_FONTSIZE2}px; }
.gensmall { font-size : {T_FONTSIZE1}px; }
.gennav { font-size : 11px; }
.gen, .genmed, .gensmall { color : {T_BODY_TEXT}; }
.gennav { color : #FFFFFF; }
a.gen, a.genmed, a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover, a.genmed:hover, a.gensmall:hover { color: #B95800; text-decoration: underline; }
a.gennav { color : #FFFFFF; }
a.gennav:hover {color: #FFFFFF; text-decoration: underline; }

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

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

/* Down titles */
.downtitle { font-weight: bold; font-size: 11px; color : #FFFFFF; } }
a.downtitle { text-decoration: none; color : #FFFFFF; }
a.downtitle:hover { text-decoration: underline; }
a.downtitle:active{ text-decoration: none; color : #FFFFFF; }
a.downtitle:visited{ text-decoration: none; color : #FFFFFF; }

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

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
a.nav { text-decoration: none; color : {T_BODY_LINK}; }
a.nav:hover { text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle, h1, h2 { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }
a.topictitle:link { text-decoration: none; color : {T_BODY_LINK}; }
a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.topictitle:hover { text-decoration: underline; color : {T_BODY_HLINK}; }

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

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

/* The content of the posts (body of text) */
.postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
a.postlink:link { text-decoration: none; color : #0098E1; }
a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}

/* Quote & Code blocks */
.code {
font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
background-color: #F5F5FF; border: {T_TR_COLOR3}; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
background-color: #F5F5FF; border: {T_TR_COLOR3}; 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: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}
a.copyright { color: {T_FONTCOLOR1}; text-decoration: none;}
a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;}

/* Form elements */
input,textarea, select {
color : {T_BODY_TEXT};
font: normal {T_FONTSIZE2}px {T_FONTFACE1};
border-color : {T_BODY_TEXT};
}

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

input { text-indent : 1px; }

/* The buttons used for bbCode styling in message post */
input.button {
background-color : {T_TR_COLOR1};
color : {T_BODY_TEXT};
font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
}

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

/* None-bold submit button */
input.liteoption {
background-color : {T_TD_COLOR1};
font-weight : normal;
}

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

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/subSilver/formIE.css");

span.positive {

color: #009E00;

}

span.negative {

color: #CC0000;

}
-->
</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" type="text/javascript">
function renommee(postid)
{
window.open("renommee.php?p=" + postid, "renommee", "toolbar=no, scrollbars=no, resizable=yes, width=420, height=300");
return false;
}

function renommee_del(delid)
{
window.open("renommee_loeschen.php?id=" + delid, "renommee_loeschen", "toolbar=no, scrollbars=no, resizable=yes, width=420, height=300");
return false;
}
</script>
<!--- [+] grilesme --->
<!-- Start add - Logout grayscale MOD -->
<script type="text/javascript">
<!--
function log_out()
{
ht = document.getElementsByTagName("body");
ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
if (confirm('{L_LOGOUT_GR}'))
{
return true;
}
else
{
ht[0].style.filter = "";
return false;
}
}
//-->
</script>
<!-- End add - Logout grayscale MOD -->
<!--- [-] grilesme --->
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<a name="top"></a>

<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<span class="genmed" style="line-height: 150%">
<a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpbb_vb.gif" height="85" width="500" border="0" alt="{L_INDEX}" vspace="1" /></a></span><body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"><body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"><table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td class="bodyline">
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<td class="row1" align="left" width="75%"><span class="genmed" style="line-height: 150%">
&nbsp;<a href="{U_INDEX}"><img src="templates/subSilver/images/folder_main.gif" border="0" height="15" width="15"/></a>&nbsp;<span class="genmed"><b><a href="{U_INDEX}">{SITENAME}</a></b></span>
</span></td>
<td class="row2" align="right" width="25%"><span class="genmed" style="line-height: 150%">
<!-- BEGIN switch_user_logged_out -->
<div align="right"><form method="post" action="{S_LOGIN_ACTION}">
{L_USERNAME}:
<input class="post" type="text" name="username" size="10" />&nbsp;&nbsp;
<br />
{L_PASSWORD}:
<input class="post" type="password" name="password" size="10" maxlength="32" />&nbsp;&nbsp;
<br />
<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />&nbsp;&nbsp;
</form></div>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<center><b>{L_WELCOME_L}</b></center>
<center>{L_LOGIN_IN}</center><br />
<center><span class="gensmall">{LAST_VISIT_DATE}</span></center><br>
<!-- END switch_user_logged_in -->
</span></td></tr>
<tr>
<td class="row4" colspan="2" align="left" width="75%"><span style="line-height: 100%">
<center><b>&nbsp;<a href="{U_INDEX}" class="mainmenu">{L_INDEX}</a>&nbsp; &nbsp;<a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a>&nbsp; &nbsp;<a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a>&nbsp; &nbsp;<a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a>&nbsp; &nbsp;<a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a>&nbsp;
<!-- BEGIN switch_user_logged_out -->
&nbsp;<a href="{U_REGISTER}" class="mainmenu">{L_REGISTER}</a>&nbsp;
<!-- END switch_user_logged_out -->
&nbsp;<a href="{U_CPL}" class="mainmenu">{L_CPL_NAV}</a>&nbsp; &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu">{PRIVATE_MESSAGE_INFO}</a>&nbsp; &nbsp;
<!-- BEGIN switch_user_logged_out -->
<a href="{U_LOGIN_LOGOUT}" class="mainmenu">{L_LOGIN_LOGOUT}</a>&nbsp;</span></td>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<a href="{U_LOGIN_LOGOUT}" class="mainmenu" onclick="return log_out()">{L_LOGIN_LOGOUT}</a>&nbsp;</span></td>
<!-- END switch_user_logged_in --></b></center>
</span></td></tr></table>

<br />[/syntax]
En son rapdinle tarafından, 23.03.2006, 20:06 tarihinde değiştirildi, toplamda 1 değişiklik yapıldı.
Kullanıcı avatarı
rapdinle
Üye
Üye
 
İleti: 185
Kayıt: 10.11.2005, 07:44
Konum: İstanbul

İleti rapdinle 16.03.2006, 09:25

arkadaşlar yardım edecek yok mu...
Kullanıcı avatarı
rapdinle
Üye
Üye
 
İleti: 185
Kayıt: 10.11.2005, 07:44
Konum: İstanbul

Cvp: kullanıcı menüsü sorunu

İleti

ALEXIS
16.03.2006, 18:05

HTML ile uğraş, böyle cevap vermek zor oluyor :(
Kullanıcı avatarı
ALEXIS
Site Yöneticisi
Site Yöneticisi
 
İleti: 2563
Kayıt: 30.06.2005, 09:08

İleti rapdinle 16.03.2006, 18:45

Alexis HTML ile 2 gündür uğraşıyorum ama işin içinden çıkamadım yardım edersen sevinirim lütfen Alexis
Kullanıcı avatarı
rapdinle
Üye
Üye
 
İleti: 185
Kayıt: 10.11.2005, 07:44
Konum: İstanbul

İleti Vinsanity 16.03.2006, 18:47

Bunu yapmaya çalıştığımda bende çokz orlanmıştım. Hatta koyamamıştım. Sonra eski canver yayınlanınca onun overall_header ve footer ını kurcaladım biraz. Oradan bakarak yaptım. Bence iyi bir kaynak ;)
Kullanıcı avatarı
Vinsanity
Üye
Üye
 
İleti: 732
Kayıt: 05.10.2005, 21:00
Konum: Ankara

Cvp: kullanıcı menüsü sorunu

İleti rapdinle 16.03.2006, 19:12

eski canveri inndirdim denedim baktım kodlara vb herşeyi gözden gçirdim ama yine olmuyor bi yardım ediniz lütfen overall_header ve kullanıcı menüsünü ekliyorum
Kullanıcı avatarı
rapdinle
Üye
Üye
 
İleti: 185
Kayıt: 10.11.2005, 07:44
Konum: İstanbul

İleti rapdinle 17.03.2006, 09:25

arakdaşlar yardım edecek biri yok mudur ????????????
Kullanıcı avatarı
rapdinle
Üye
Üye
 
İleti: 185
Kayıt: 10.11.2005, 07:44
Konum: İstanbul

İleti bqra 23.03.2006, 19:33

şimdi görmeden etmeden deneme yanılma yapmadan pek bişi diyemicem ama overall_header in neresine koydun kullanıcı menüsü kodlarını
Kullanıcı avatarı
bqra
Üye
Üye
 
İleti: 50
Kayıt: 16.01.2006, 23:13
Konum: İstanbul

İleti rapdinle 23.03.2006, 19:56

neresine koymadım ki ...... :S
Kullanıcı avatarı
rapdinle
Üye
Üye
 
İleti: 185
Kayıt: 10.11.2005, 07:44
Konum: İstanbul

İleti bqra 25.03.2006, 18:31

bi tane "150%" var... onu 100% yap diyim bari.. başka bişi söliyemiyorm burdan.. :(
Kullanıcı avatarı
bqra
Üye
Üye
 
İleti: 50
Kayıt: 16.01.2006, 23:13
Konum: İstanbul

Re: kullanıcı menüsü sorunu

İleti kara-doruk 16.01.2008, 00:47

slm arkadaşım sana bu kodu vereyim al kullan bence çok işe yarıyor bu daha iyi bir kod
Eklentiler
Kullanici Menüsü (phpbb) [1.0.5b].txt
bu modu doğru kur çok sperdir..
(34.32 KiB) 1216 defa indirildi
kara-doruk
Üye
Üye
 
İleti: 8
Kayıt: 02.01.2008, 16:33


Soru(n)lar & Tartışmalar



Kimler çevrimiçi

Bu forumu görüntüleyenler: Kayıtlı kullanıcı yok ve 0 misafir

cron