wersja skryptu MyBB: 1.6.12
adres forum:
http://cs-nicefrag.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Problem polega na tym jak wywalic ostatnie watki na screenie i wstawic panel wyzej za te ostatnie watki
http://scr.hu/2ga4/2x3p9
(jak cos to 1 problem)
Wszystko robisz w szablonie index (strona główna).
to teraz troche się zastanów bo ja nic nie rozumiem
chcez całkiem usunąć ostatnie wątki czy tylko zmienić kolejność
calekiem wywalic ostatnie watki bo to paskudnie wyglada jak dla mnie i wstawic za te ostatnie wątki Kontakt do H@ zeby bylo na tym miejscu co usuniete ostatnie watki ?
Ty nas pytasz? :sciana:
Napisałem, gdzie to zrobisz.
Caly moj szablon index ? co mam zmienic zeby
PISZE BEZ CENZURY Ostatnie Wątki !! ?
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>
<style type="text/css">
.buttons {
background: url(images/BlackRock/tab1.png) no-repeat;
width: 30px;
height: 39px;
display: block;
cursor: pointer;
margin-right: -10px;
margin-top: -40px;
top: -59px;
position: relative;
width: 30px;
z-index: 999999;
}
.clickedbuttons {
background: url(images/BlackRock/tab2.png) no-repeat;
width: 30px;
height: 39px;
display: block;
cursor: pointer;
margin-right: -10px;
margin-top: -40px;
top: -59px;
position: relative;
width: 30px;
z-index: 999999;
}
</style>
</head>
<body id="forum">
{$header}
{$dvz_shoutbox}
<a class="buttons" style="float: right;"></a>
<a class="clickedbuttons" style="float: right;"></a>
<div class="sidebar" style="float: right; width: 19%">
<script type="text/javascript">
jQuery(function(){
jQuery(".latestthreads").load("{$mybb->settings['bburl']}/portal.php .latestthreads_portal");
}); </script>
<div class="clear"></div>
<div class="latestthreads float_left" style="width: 100%">
</div>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>
Kontakt do H@
</strong></td>
</tr>
<tr>
<td class="trow1">
<center><font size="4"><font color="red">MRWynt3l</font> - 49240681</font></center><br />
<center><img style="border:0" src="http://status.gadu-gadu.pl/users/status.asp?id=49240681 &styl=3"></center>
</td>
</tr>
</table>
<br />
</div>
<div class="forums" style="float: left;width: 80%;">
{$forums}
</div>
<br class="clear" />
{$boardstats}
{$footer}
</body>
</html>
do tego jest plugin
sideboxplus chyba wiec lepiej w opcjach tego pluginu wylaczyc ten box i jednoczesnie zlikwidowac zapyatnie do bazy
a jak juz to wylaczysz w acp box od kontaktu sam poleci do góry
inaczej sie nie da ?? np usunac z index cos ?? za duzo roboty z tym szablonem ??
skoncz z tym podwójnym znakiem zapytania
podałem CI najlepsze rozwiązanie i najprostsze
usun to
Kod:
<script type="text/javascript">
jQuery(function(){
jQuery(".latestthreads").load("{$mybb->settings['bburl']}/portal.php .latestthreads_portal");
}); </script>
I to, bo zupełnie zbędne:
Kod PHP:
<div class="latestthreads float_left" style="width: 100%">
</div>