marwinn100
- Bywalec
- 111 31 0 0
wersja skryptu MyBB:najnowsza
adres forum: cs-tweety.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Mam problem z edycją panelu bocznego a mianowicie dziwny kod jest wgrany i nie mogę (nie wiem jak) i gdzie w nim dodać nowy panel, oddzielić jeden od drugiego i wyjąć jeden z drugiego ... Jeśli potrzeba dam ss.
Oto kod :
adres forum: cs-tweety.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Mam problem z edycją panelu bocznego a mianowicie dziwny kod jest wgrany i nie mogę (nie wiem jak) i gdzie w nim dodać nowy panel, oddzielić jeden od drugiego i wyjąć jeden z drugiego ... Jeśli potrzeba dam ss.
Oto kod :
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<div id="wczytywanie">
<img src="images/carbon/ajax_loading.gif"/>
</div>
<body>
{$header}
{$serversboard_index}
{$dvz_shoutbox}
</table><br>
<a class="clickedbuttons" style="float: right;">«</a>
<br class="clear" />
<div class="sidebar" style="float: right;width: 24%;">
<a class="buttons">×</a>
<table border="0" cellspacing="0" cellpadding="4" class="tborder">
<tr>
<td class="thead"><strong>Na skróty</strong></td>
</tr>
<tr>
<td class="top5"><style type="text/css">
@font-face {
font-family: comic;
src: url(http://cs-soplica.com/public/style_css/AGENCYR.TTF);
}
a.bb:hover
{
text-shadow: 0 0 0.2em #0064c5, 0 0 0.2em #0064c5,0 0 0.2em #0064c5;
}
p.uwaga
{
padding: 0 12px;
margin-right: 2px;
display: inline-block;
-moz-border-radius: 3px;
border-radius: 3px;
background: #094695;
background: -moz-linear-gradient(top, #016ac4 0%, #094695 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#016ac4), color-stop(100%,#094695));
font-size: 12px;
border-color: grey;
color:#fff !important;
font-family: comic;
font-size: 13px;
font-weight:bold;
height: 22px;
line-height: 23px;
outline: none;
}
p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
</style>
<center>
</br>
<span ="uwaga"="">
<a style="font-size: 28px;font-weight: bold; color:red;font-family: comic;" class="bb" href="http://cs-tweety.xaa.pl/forumdisplay.php?fid=2">Regulamin Forum.</a></span>
<p style="line-height:8px;">Zapoznaj się z nim!</p>
<p style="color:#282828;">_____________________________</p>
<br>
<span ="uwaga"="">
<a style="font-size: 28px;font-weight: bold; color:blue;font-family: comic;" class="bb" href="http://karatornia.pl/forumdisplay.php?fid=25">Zadaj pytanie.</a></span>
<p style="line-height:8px;"></p>
<p style="color:#282828;">_____________________________</p>
<br>
<span ="uwaga"="">
<a style="font-size: 28px;font-weight: bold; color:blue;font-family: comic;" class="bb" href="http://karatornia.pl/showthread.php?tid=350&pid=683#pid683">Ranga V.I.P.</a></span>
<p style="line-height:8px;">Bądź lepszym od zwykłego użytkownika!</p>
<p style="color:#282828;">_____________________________</p>
<br>
<span ="uwaga"="">
<a style="font-size: 28px;font-weight: bold; color:blue;font-family: comic;" class="bb" href="http://karatornia.pl/showthread.php?tid=338">Wspomóż nas.</a></span>
<p style="line-height:8px;">Instnejemy dzieki waszemu wsparciu!</p>
<p style="color:#282828;">_____________________________</p>
<br>
<span ="uwaga"="">
<a style="font-size: 28px;font-weight: bold; color:blue;font-family: comic;" class="bb" href="http://karatornia.pl/showthread.php?tid=69">Reklamuj nas.</a></span>
<p style="line-height:8px;">W zamian za reklamy otrzymasz darmowe usługi!</p>
<p style="color:#282828;">_____________________________</p>
<br>
<span ="uwaga"="">
<a style="font-size: 28px;font-weight: bold; color:blue;font-family: comic;" class="bb" href="http://karatornia.pl/forumdisplay.php?fid=24">Opisz swój problem.</a></span>
<p style="line-height:8px;">Pomożemy ci go rozwiązać.</p>
<p style="color:#282828;">_____________________________</p>
</center> </td>
</tr>
<tr>
<td class="thead"><strong>Grupa Steam</strong></td>
</tr>
<tr>
<td class="top5">{$topstats_posters}</td>
</tr>
</table><br />
</div>
<div class="forums" style="float: left;width: 75%;">
{$forums}
</div>
<br class="clear" />
{$boardstats}
<br style="clear: both" />
{$footer}
<div id="icon_column"><ul>{$icon_column}</ul></div></body>
</html>