|
|
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo
|
|
Przesunięty przez: joli 27-08-2007, 21:58 |
[problem] FIsubSilver |
Autor |
Wiadomość |
spinaczsoft

Posty: 65
|
Wysłany: 22-01-2005, 15:22 [problem] FIsubSilver
|
|
|
Mam na forum problem ! Zobaczcie ! http://hackers4.freesuperhost.com/forum/
login:test
hasło:test
Jak zrobić rzeby po zalogowaniu avatar był normalnie tak jak w subSilver ??? |
_________________ Psst..Widzieliście moje Portfolio ?
Gość Wejdź na moje portfoliol |
|
|
|
 |
Gadatliwa Kasia
|
|
|
|
nasedo


Pomógł: 318 razy Posty: 1895
|
|
|
|
 |
spinaczsoft

Posty: 65
|
Wysłany: 22-01-2005, 15:30
|
|
|
Nie!!! Ale tamten temat zablokowany, a ja nie skonczylem ci mówi? co się stało ! zobacz na strone ! dlaczzego avatar jest na srodku a nie po prawej ???
Nie mogę tego naprawi?, a jak nie to co zrobić rzeby byl o tak
Ostatni raz proszę o DOBRA odpowiedz |
_________________ Psst..Widzieliście moje Portfolio ?
Gość Wejdź na moje portfoliol |
|
|
|
 |
nasedo


Pomógł: 318 razy Posty: 1895
|
Wysłany: 22-01-2005, 15:32
|
|
|
Teraz to go wogole wsadziles gdzies w naglowek.. A na srodku jest dlatego, ze w kodzie, ktory ci wczesniej podalem bylo "center" jak w subsilverze. wykasuj ten fragment, czy tez wyrownaj to prawej a bedzie normalnie.. |
_________________ Wejdź na Najlepsze forum wielotematyczne. Skazzza czeka na Ciebie
Pomoc tylko na forum. Nie pisz do mnie na gg/PW/e-mail chyba, że sam Cię o to poproszę. |
|
|
|
 |
spinaczsoft

Posty: 65
|
Wysłany: 22-01-2005, 15:34
|
|
|
nie dziala
[ Dodano: 22-01-2005, 15:49 ]
wlasnie nie! zobacz jak wyrownam do prawej co sie dzieje! Sprawdz teraz !
JAK dam ogłoszenie wszystko się psuje ! Ale tylko w tym stylu ! W subSilver tak nie ma ! Co robić ??? |
_________________ Psst..Widzieliście moje Portfolio ?
Gość Wejdź na moje portfoliol |
Ostatnio zmieniony przez spinaczsoft 22-01-2005, 15:35, w całości zmieniany 1 raz |
|
|
|
 |
nasedo


Pomógł: 318 razy Posty: 1895
|
Wysłany: 22-01-2005, 16:23
|
|
|
Z tego co ja widze, to wszystko dziala.. |
_________________ Wejdź na Najlepsze forum wielotematyczne. Skazzza czeka na Ciebie
Pomoc tylko na forum. Nie pisz do mnie na gg/PW/e-mail chyba, że sam Cię o to poproszę. |
|
|
|
 |
spinaczsoft

Posty: 65
|
Wysłany: 22-01-2005, 16:45
|
|
|
Nie tak jak trzeba! Wejdz na : http://hackers4.freesuperhost.com/forum/
login: test
haslo: test
Zaloguj sie ! Jak sie zalogujesz to Avatar bedzie nad Ogłoszeniem ! Jak zrobić żeby byl pod nim ? Obok "Zobacz swoje posty". Wie ktoś ??? :cry:
[ Dodano: 22-01-2005, 18:40 ]
Pomoże mi ktoś ??? |
_________________ Psst..Widzieliście moje Portfolio ?
Gość Wejdź na moje portfoliol |
|
|
|
 |
nasedo


Pomógł: 318 razy Posty: 1895
|
Wysłany: 22-01-2005, 19:45
|
|
|
Wrzuc tu caly kod overall_header.tpl. |
_________________ Wejdź na Najlepsze forum wielotematyczne. Skazzza czeka na Ciebie
Pomoc tylko na forum. Nie pisz do mnie na gg/PW/e-mail chyba, że sam Cię o to poproszę. |
|
|
|
 |
Widmo


Pomógł: 180 razy Posty: 2435
|
Wysłany: 22-01-2005, 21:57
|
|
|
spinaczsoft, ty chyba poprawe gdzies obiecywales |
_________________ Potrzebujesz pomocy? |
|
|
|
 |
spinaczsoft

Posty: 65
|
Wysłany: 23-01-2005, 07:50
|
|
|
Sory Widmo ale ja nie chce źle
Oto kod
Kod: |
<!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_DESC}
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="templates/FIsubSilver/{T_HEAD_STYLESHEET}" type="text/css" -->
<style type="text/css">
<!--
/*
The original FIsubSilver 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: {T_BODY_BGCOLOR};
scrollbar-face-color: {T_TR_COLOR2};
scrollbar-highlight-color: {T_TD_COLOR2};
scrollbar-shadow-color: {T_TR_COLOR2};
scrollbar-3dlight-color: {T_TR_COLOR3};
scrollbar-arrow-color: {T_BODY_LINK};
scrollbar-track-color: {T_TR_COLOR1};
scrollbar-darkshadow-color: {T_TH_COLOR1};
}
/* General font families for common tags */
font,th,td,p { font-family: {T_FONTFACE1} }
a:link,a:active,a:visited { color : {T_BODY_LINK}; }
p, td { font-size : 11; color : #000000; }
a:hover { text-decoration: underline; color : {T_BODY_HLINK}; }
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: {T_TD_COLOR2}; border: 1px #98AAB1 solid; }
/* This is the outline round the main forum tables */
.forumline { background-color: #ffffff; border: 0px solid #006699; border-width: 1px 1px 1px 1px}
/* Main table cell colours and backgrounds */
td.row1 { background-color: {T_TR_COLOR1}; }
td.row2 { background-color: {T_TR_COLOR2}; }
td.row3 { background-color: {T_TR_COLOR3}; }
/*
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: {T_TD_COLOR2};
background-image: url('templates/FIsubSilver/images/cellpic2.jpg');
background-repeat: repeat-y; height: 22px; }
/* Header cells - the blue and silver gradient backgrounds */
th {
color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold;
background-color: {T_BODY_LINK}; height: 25px;
background-image: url(templates/FIsubSilver/images/{T_TH_CLASS2});
}
td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(templates/FIsubSilver/images/{T_TH_CLASS1});
background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; 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 {
background-color: #C7D0D7; background-image: url('templates/FIsubSilver/images/cellpic1.gif'); height: 29px;
}
th.thHead,th.thSides,th.thLeft,th.thRight,th.thBottom {
font-weight: bold; border: {T_TD_COLOR2}; height: 28px;
}
th.thCornerL,th.thTop,th.thCornerR
{ color: #FFA34F; font-size: 70%; font-weight: bold; background-color: #006699; background-image: url('templates/FIsubSilver/images/cellpic3.gif'); height: 28px; }
td.row3Right,td.spaceRow {
background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid;
}
th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 0px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px; }
th.thLeft,td.catLeft { border-width: 0px; }
th.thBottom,td.catBottom { border-width: 0px; }
th.thTop { border-width: 0px; }
th.thCornerL { border-width: 0px; }
th.thCornerR { border-width: 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}",{T_FONTFACE1};
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; }
.gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: {T_BODY_HLINK}; text-decoration: underline; }
/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
a.mainmenu { text-decoration: none; color : {T_BODY_LINK}; }
a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
/* Forum category titles */
.cattitle { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
a.cattitle { text-decoration: none; color : {T_BODY_LINK}; }
a.cattitle:hover{ text-decoration: underline; }
/* 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 : {T_BODY_LINK}; }
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 : {T_BODY_LINK} }
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: {T_TD_COLOR1}; 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: {T_TD_COLOR1}; 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; color: {T_FONTCOLOR1}; font-family: {T_FONTFACE1}; letter-spacing: -1px;}
a.copyright { text-decoration: none; color : #006699; }
a.copyright:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
/* 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 : #EFEFEF;
}
input.post2, textarea.post2, radio.post2 select {
background-color : #DEE3E7;
}
input { text-indent : 2px; }
/* 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; }
/* Highlight bad words for moderators instead of censoring them */
span.badwordhighlight {
background-color: #FFFF00;
}
.topbkg{background: #dbe3ee url(templates/FIsubSilver/images/cellpic_bkg.jpg) repeat-x; border: 0px solid #91a0ae; border-width: 1px 1px 0px 1px}
.topnav{font-size:10px;background: #e5ebf3 url(templates/FIsubSilver/images/cellpic_nav.gif) repeat-x;color:#dd6900;
height: 21px; white-space: nowrap; text-align: center; border: 0px solid #91a0ae; border-width: 1px 1px 1px 1px}
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/FIsubSilver/formIE.css");
-->
</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 -->
<!-- BEGIN switch_report_popup -->
<script language="Javascript" type="text/javascript">
<!--
report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=yes,WIDTH={switch_report_popup.S_WIDTH}');;
report.focus();
//-->
</script>
<!-- END switch_report_popup -->
<script language="JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore)
{
//v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
<SCRIPT LANGUAGE="JavaScript">
<!--
function mpFoto(img)
{
foto1= new Image();
foto1.src=(img);
mpControl(img);
}
function mpControl(img)
{
if((foto1.width!=0)&&(foto1.height!=0))
{
viewFoto(img);
}
else
{
mpFunc="mpControl('"+img+"')";
intervallo=setTimeout(mpFunc,20);
}
}
function viewFoto(img)
{
largh=foto1.width+20;
altez=foto1.height+20;
string="width="+largh+",height="+altez;
finestra=window.open(img,"",string);
}
//-->
</script>
<!-- BEGIN switch_enable_greeting_popup -->
<script language="Javascript" type="text/javascript">
<!--
var greeting_flag = {GREETING_FLAG};
if( greeting_flag )
{
window.open('{U_GREETING_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
}
//-->
</script>
<!-- END switch_enable_greeting_popup -->
<script language="Javascript" type="text/javascript">
<!--
function setCheckboxes(theForm, elementName, isChecked)
{
var chkboxes = document.forms[theForm].elements[elementName];
var count = chkboxes.length;
if (count)
{
for (var i = 0; i < count; i++)
{
chkboxes[i].checked = isChecked;
}
}
else
{
chkboxes.checked = isChecked;
}
return true;
}
//-->
</script>
{POPUP_ALBUM}
{LOADING_HEADER}
</head>
{LOAD_BODY}
{OVERLIB}
{WIDTH_OVERALL}
<a name="top"></a>{ROTATE_BANNER_1}
<table width="100%" cellspacing="0" cellpadding="7" border="0" align="center">
<tr>
<td class="bodyline">
{ROTATE_BANNER_2}{BANNER_TOP}
<!-- BEGIN header -->
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center" class="topbkg">
<tr>
<td>
<a href="{U_INDEX_PORTAL}"><img src="templates/FIsubSilver/images/phpbb2_logo.jpg" border="0" alt="{L_INDEX_PORTAL}"></a>
<!-- BEGIN switch_user_logged_in -->
<!-- END switch_user_logged_in -->
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<td align="center" valign="top" class="topnav">
<font color="#ff0000">
<!-- BEGIN switch_user_logged_in -->
<a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a>
• <a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a>
• <a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a>
• <a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a>
<!-- BEGIN statistics -->
• <a href="{U_STAT}" class="mainmenu">{L_STATISTICS}</a>
<!-- END statistics -->
<!-- BEGIN download -->
• <a href="{U_DOWNLOADS}" class="mainmenu">{L_DOWNLOADS}</a>
<!-- END download -->
• <a href="{U_PROFILE}" class="mainmenu">{L_PROFILE}</a>
• <a href="{U_PRIVATEMSGS}" class="mainmenu">{PRIVATE_MESSAGE_INFO}</a>
• <a href="{U_LOGIN_LOGOUT}" class="mainmenu">{L_LOGIN_LOGOUT}</a>
<!-- BEGIN album -->
• <a href="{U_ALBUM}" class="mainmenu">{L_ALBUM}</a>
<!-- END album -->
<!-- BEGIN chat -->
• <a href="{S_JOIN_CHAT}" target="_blank"class="mainmenu">Chat</a>
<!-- END chat -->
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a>
• <a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a>
• <a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a>
• <a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a>
<!-- BEGIN statistics -->
• <a href="{U_STAT}" class="mainmenu">{L_STATISTICS}</a>
<!-- END statistics -->
• <a href="{U_REGISTER}" class="mainmenu">{L_REGISTER}</a>
• <a href="{U_LOGIN_LOGOUT}" class="mainmenu">{L_LOGIN_LOGOUT}</a>
<!-- BEGIN album -->
• <a href="{U_ALBUM}" class="mainmenu">{L_ALBUM}</a>
<!-- END album -->
<!-- BEGIN chat -->
• <a href="{S_JOIN_CHAT}" target="_blank"class="mainmenu">Chat</a>
<!-- END chat -->
<!-- BEGIN download -->
• <a href="{U_DOWNLOADS}" class="mainmenu">{L_DOWNLOADS}</a>
<!-- END download -->
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_report_list -->
• <a href="{switch_report_list.U_REPORT_LIST}" class="mainmenu">{switch_report_list.L_REPORT_LIST}</a>
<!-- END switch_report_list -->
</font>
</td>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>
<!-- END header -->
<!-- BEGIN switch_user_logged_in -->
<td align="right" nowrap="nowrap">{MY_AVATAR_IMG}</td>
<!-- END switch_user_logged_in -->
{ROTATE_BANNER_3}
<!-- BEGIN switch_enable_board_msg -->
<table width="100%" class="forumline" cellspacing="1" cellpadding="3" border="0" align="center">
<tr>
<th class="thCornerL" height="25" nowrap="nowrap"><font color="#deeef3"> {L_BOARD_MSG} </font></th>
</tr>
<tr>
<td class="row1"><span class="gen">{BOARD_MSG}</a></span></td>
</tr>
</table>
<!-- END switch_enable_board_msg -->
|
|
_________________ Psst..Widzieliście moje Portfolio ?
Gość Wejdź na moje portfoliol |
|
|
|
 |
srwsio

Pomógł: 12 razy Posty: 139
|
Wysłany: 23-01-2005, 13:57
|
|
|
tutaj masz poprawny plik overall_header.tpl
overall_header.rar
|
Pobierz Plik ściągnięto 388 raz(y) 4,4 KB |
|
_________________ Ks Burza Srwsio Słupy |
|
|
|
 |
Gadatliwa Kasia
|
|
|
|
spinaczsoft

Posty: 65
|
Wysłany: 23-01-2005, 16:26
|
|
|
CALE forum sie rozciagnelo przez to i nie tylko, pelno bledow, ale dzieki za checi.
Prosze o zamkniecie tematu |
_________________ Psst..Widzieliście moje Portfolio ?
Gość Wejdź na moje portfoliol |
|
|
|
 |
|
Nie możesz pisać nowych tematów Nie możesz odpowiadać w tematach Nie możesz zmieniać swoich postów Nie możesz usuwać swoich postów Nie możesz głosować w ankietach Nie możesz załączać plików na tym forum Możesz ściągać załączniki na tym forum
|
Dodaj temat do Ulubionych Wersja do druku
|
Kopiowanie wszelkich treści zawartych na forum, modyfikacji oraz instrukcji bez zgody administracji i autorów tematów/postów zabronione!
Powered by phpBB modified by Przemo © 2003 phpBB
| Strona wygenerowana w 0,2 sekundy. Zapytań do SQL: 16 | |
 |
|