Statystyki top5 jak dodać do panelu bocznego

Założony przez  CyCq97.

[b]wersja skryptu MyBB: 1.6.10
[b]adres forum: more-cs.xaa.pl
[b]na czym polega problem:
Witam, chciałem wgrać na swoim forum modyfikacje dodającą statystyki top5 w panleu bocznym lecz zatrzymałęm się pod koniec edycji w pliku index
nie mam pojęcia jka go edytować. Czy mógłby mi ktoś podesłać gotowy index ze swojego forum z tą modyfikacją lub go dla mnie edytować ? Z góry dziękuje .. POzdrawiam!
SLAVOO napisał 16.07.2013, 22:46:
[Obrazek: modnotice_howto.png]

Poprawiłem tytuł.
Wklejasz zmienne podane w opisie pluginu w index do panelu bocznego i to wszystko.
Jeśli Ci pomogłem naciśnij guzik POMÓGŁ lub dodaj PUNKT REPUTACJI
Pokaż swój szablon index. :)
<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}  {$ps_header_index} <div class="bannerystrglowna"> <table width="70%" align="center"> <tr> <b><center> <img src="http://www.cs-wojna.pl/images/splat/logo.png" style="opacity: 1;" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=40"> <img src="http://www.cs-wojna.pl/images/splat/logo.png" style="opacity: 1;" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=40"> <img src="http://www.cs-wojna.pl/images/splat/logo.png" style="opacity: 1;" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=40"> </center> </b> </tr> </table> </div>{$dvz_shoutbox} <div class="sidebar" style="float: right;width: 18%;"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" style="width: 100%; border-left: 1px solid #393939; border-right: 1px solid #393939; border-bottom: 1px solid #393939;"> <tr> <td class="tcat"> <b>xxxxxxx</b> </td> </tr> <tr> <td style="background: #1a1a1a; padding: 6px; text-shadow: rgba(0, 0, 0, 0.804) 0px -1px 0px; color: #eeeeee; font-size: 11px; font-weight: 700; "> ssssssss </td> </tr> </table> </div> <div class="forums" style="float: left;width: 81%;"> <div id="index_forums"> {$forums} <br> </div> </div> <br class="clearboth"> {$boardstats} {$footer} </body> </html>
Zamiana:
<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}  
{$ps_header_index}
<div class="bannerystrglowna">
<table width="70%" align="center">
<tr> <b><center> <img src="http://www.cs-wojna.pl/images/splat/logo.png" style="opacity: 1;" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=​100" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=40​">
<img src="http://www.cs-wojna.pl/images/splat/logo.png" style="opacity: 1;" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=​100" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=40​">
<img src="http://www.cs-wojna.pl/images/splat/logo.png" style="opacity: 1;" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=​100" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=40​"> </center> </b> </tr>
</table>
</div>
{$dvz_shoutbox}
<div class="sidebar" style="float: right;width: 18%;">
{$topStats['LastThreads']}
{$topStats['MostViews']}
{$topStats['Posters']}
{$topStats['Reputation']}
{$topStats['Timeonline']}
{$topStats['NewestUsers']}
</div>
<div class="forums" style="float: left;width: 81%;">
<div id="index_forums">
{$forums} <br>
</div>
</div>
<br class="clearboth">
{$boardstats}
{$footer}
</body>
</html>
Proszę zoabaczyć korzystałem z tego poradnika http://www.cmsszablony.pl/mybb-poradnik-...t37053.htm i nie wyświetla mi nic w panelu bocznym...



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

1 gości