20.11.2017, 01:17
Witam wszystkich,.
Otóż jak w temacie problem dotyczy pluginu DVZ shoutbox. Z góry uprzedzam:
1. Wykonałam instrukcje:
Cytat:1. upload the package from "UPLOAD" to your MyBB root directory2. Dodałam do szablonu Index wpis:
2. add CSS from STYLES.txt to your board stylesheets (e.g. global.css)
3. add {$dvz_shoutbox} to your index template
4. install the plugin in the ACP
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}
{$forums}
{$boardstats}
<dl class="forum_legend smalltext">
<dt><span class="forum_status forum_on" title="{$lang->new_posts}"></span></dt>
<dd>{$lang->new_posts}</dd>
<dt><span class="forum_status forum_off" title="{$lang->no_new_posts}"></span></dt>
<dd>{$lang->no_new_posts}</dd>
<dt><span class="forum_status forum_offlock" title="{$lang->forum_locked}"></span></dt>
<dd>{$lang->forum_locked}</dd>
<dt><span class="forum_status forum_offlink" title="{$lang->forum_redirect}"></span></dt>
<dd>{$lang->forum_redirect}</dd>
</dl>
<br class="clear" />
{$footer}
</body>
</html>
Mimo to shoutboxa nie widzę, nie wyświetla się. Widziałam problem z 2015, gdzie ktoś zalecił dodanie
#shoutbox .window {width: 1000px}
Pozdrawiam i z góry dziękuje.
Edit: Mówa oczywiście o wersji pluginu 2.3.2