Sidebary - wypełnienie tekstem

Założony przez  devciak.

wersja skryptu MyBB: Najnowsza
adres forum: http://pride-fox.pl/index.php
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Jakim kodem będe mógł formatować tekst w sidebarach?
To może pokaż ten kod. :)
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
<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>
<style type="text/css">
.buttons {
border-radius: 3px;
color: #FFFFFF;
cursor: pointer;
height: 18px;
position: relative;
text-align: center;
text-indent: -3000em;
top: 7px;
width: 20px;
}

.clickedbuttons {
border-radius: 3px;
color: #FFFFFF;
cursor: pointer;
height: 18px;
position: relative;
text-align: center;
text-indent: -3000em;
top: 7px;
width: 20px;
}

.clickedbuttons:hover, .buttons:hover {
background: #333333;
text-indent: 0em;
width:19px;
height:18px;
color: #FFFFFF;
}
</style>
</head>
<body>
{$header}
<br class="clear" />
<div class="Forum_messages"><span class="Message_title">Forum w fazie testów, jeśli Twoją uwagę przykuł jakiś błąd skontaktuj się z administratorem forum</div>
<a class="buttons" style="float: right;">x</a>
<a class="clickedbuttons" style="float: right;">«</a>
<br class="clear" />
<div class="sidebar" style="float: right;width: 24%;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="sideblock">
<tr>
<td class="sbar"><strong>
Witaj na Pride-Fox.pl
</strong></td>
</tr>
<tr>
<td class="trow1">
Test
[/align][/font]
</td>
</tr>
</table>
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="sideblock">
<tr>
<td class="sbar"><strong>
NUMER JEDEN.
</strong></td>
</tr>
<tr>
<td class="trow1">
sdsad
</td>
</tr><br />
</table>
</div>
<div class="forums" style="float: left;width: 75%;">
{$forums}
</div>
<br class="clear" />
{$boardstats}
<br style="clear: both" />
{$footer}
</body>
</html>


BB-code nie działa aby sformatować tekst, dostanę link do edytora tekstów w tej formule pisania?
(10.07.2014, 22:33)devciak napisał(a): BB-code nie działa aby sformatować tekst, dostanę link do edytora tekstów w tej formule pisania?
http://www.kurshtml.edu.pl/html/tekst.html

<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>
<style type="text/css">
.buttons {
border-radius: 3px;
color: #FFFFFF;
cursor: pointer;
height: 18px;
position: relative;
text-align: center;
text-indent: -3000em;
top: 7px;
width: 20px;
}

.clickedbuttons {
border-radius: 3px;
color: #FFFFFF;
cursor: pointer;
height: 18px;
position: relative;
text-align: center;
text-indent: -3000em;
top: 7px;
width: 20px;
}

.clickedbuttons:hover, .buttons:hover {
background: #333333;
text-indent: 0em;
width:19px;
height:18px;
color: #FFFFFF;
}
</style>
</head>
<body>
{$header}
<br class="clear" />
<div class="Forum_messages"><span class="Message_title">Forum w fazie testów, jeśli Twoją uwagę przykuł jakiś błąd skontaktuj się z administratorem forum</div>
<a class="buttons" style="float: right;">x</a>
<a class="clickedbuttons" style="float: right;">«</a>
<br class="clear" />
<div class="sidebar" style="float: right;width: 24%;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="sideblock">
<tr>
<td class="sbar"><strong>
Witaj na Pride-Fox.pl
</strong></td>
</tr>
<tr>
<td class="trow1">
W TYM MIEJSCU WSTAWIASZ SWÓJ TEKST
</td>
</tr>
</table>
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="sideblock">
<tr>
<td class="sbar"><strong>
NUMER JEDEN.
</strong></td>
</tr>
<tr>
<td class="trow1">
sdsad
</td>
</tr><br />
</table>
</div>
<div class="forums" style="float: left;width: 75%;">
{$forums}
</div>
<br class="clear" />
{$boardstats}
<br style="clear: both" />
{$footer}
</body>
</html>
Odnajdź sobiie Tekst i edytuj. ;)
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.



Użytkownicy przeglądający ten wątek:

1 gości