Webboard

Pełna wersja: Topstats problem.
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
Stron: 1 2
Witam posiadam forum na stylu igame, zainstalowałem wszystko dobrze top stats plugin, jak przenieśc na prawą stronę że były osobne okienka. Zeby szly w dol osobne okienka. Oddam mój kod prosiłbym o edycję.

[attachment=13217]
Aha, zrobić za Ciebie? Napisz ten wątek w dziale giełdy, może ktoś będzie chciał się zgłosić :).
Z tego co wiem to wsparcie, jeden uzytkownik mial podobny temat do mojego, tylko ze mial inny kod i zedytowano mu ;) to chociaz powiedz jak to zrobic
(11.01.2018, 19:38)Mr.Lagov napisał(a): [ -> ]Z tego co wiem to wsparcie, jeden uzytkownik mial podobny temat do mojego, tylko ze mial inny kod i zedytowano mu ;) to chociaz powiedz jak to zrobic
To może podaj adres forum i powiedz dokładnie, co chcesz osiągnąć.
pgcom.cba.pl chcę osiągnąć po prawej stronie topstats idące w dół, osobne okienka :) w sensie ze najnowsze tematy okienko pod spodem drugie okienko z czyms innym]

Krótko mówiąc okienka z topstats idące w doł po prawej stronie
Dzieki wielkie ;) trzymaj repke

Kurczę a wiesz moze dlaczego kategorie mi sie skrzyzowaly to znaczy byla jedna a są dwie jak zrobilem drugiego boxa
Podeślij zawartość index'u
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>
<body>
{$header}
{$dvz_shoutbox}
<div class="sidebar" style="float: right; width: 19%">

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<tr>
  <td class="thead">
       Najnowsze tematy
  </td>
</tr>

<tr>
  <td class="trow2">
   {$topStats['LastThreads']}
  </td>
</tr>
</table>
</div>
<div class="forum" style="float: left; width: 80%;">{$forums}</div>
<br class="clear"/>
<div class="sidebar" style="float: right; width: 19%">

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<tr>
  <td class="thead">
       Ostatnio aktywne tematy
  </td>
</tr>

<tr>
  <td class="trow2">
   {$topStats['LastActiveThreads']}
  </td>
</tr>
</table>
</div>
<div class="forum" style="float: left; width: 80%;">{$forums}</div>
<br class="clear"/>





<br class="clear" />
{$footer}

</body>
</html>
Usuń to:
Kod:
<div class="sidebar" style="float: right; width: 19%">

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<tr>
<td class="thead">
Najnowsze tematy
</td>
</tr>

<tr>
<td class="trow2">
{$topStats['LastThreads']}
</td>
</tr>
</table>
</div>
<div class="forum" style="float: left; width: 80%;">{$forums}</div>
<br class="clear"/>
usunąłem teraz nie ma kompletnie nic nawet kategorii:

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>
<body>
{$header}
{$dvz_shoutbox}

   </td>
</tr>
</table>
</div>

w sensie kategoria jest ale zniknęły wszystkie boxy

jak juz dodalem jednego boxa to jak dodac drugiego tak zeby mi nie skopiowalo kategorii bo byly dwie
Kod:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<tr>
<td class="thead">Tytuł
</td>
</tr>

<tr>
<td class="trow2">
Zawartość
</td>
</tr>
</table>
Nadal nie rozumiem, dodałem jednego boxa teraz jak dodac drugiego pod nim? oto kod:

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>
<body>
{$header}
{$dvz_shoutbox}
<div class="sidebar" style="float: right; width: 19%">

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<tr>
  <td class="thead">
       Tytuł boxa
  </td>
</tr>

<tr>
  <td class="trow2">
   Opis
  </td>
</tr>
</table>
</div>
<div class="forum" style="float: left; width: 80%;">{$forums}</div>
<br class="clear"/>



  </td>
</tr>
</table>
</div>

<br class="clear" />
{$footer}

</body>
</html>
zmienne od topstats dodajesz w tym miejscu
Kod PHP:
<td class="trow2">
Opis
</td
Ja wiem, tylko pytam jak dodac jednego boxa pod drugim bo dodałem i miałem dwie kategorie.
Stron: 1 2