07.12.2013, 15:24
wersja skryptu MyBB: 1.6.x
adres forum: http://green-street.pl/index.php
na czym polega problem (screen, opis, komunikaty):
Cześć
Problem polega na tym że na forum nie wyświetlają się w ogóle powiadomienia o prywatnej wiadomości oraz raporty dla moderatora
.pm_alert:
global_pm_alert:
adres forum: http://green-street.pl/index.php
na czym polega problem (screen, opis, komunikaty):
Cześć
Problem polega na tym że na forum nie wyświetlają się w ogóle powiadomienia o prywatnej wiadomości oraz raporty dla moderatora
.pm_alert:
Kod:
{
background: #FFF6BF;
border: 1px solid #FFD324;
text-align: center;
padding: 5px 20px;
margin-bottom: 15px;
font-size: 11px;
}
Kod:
<div class="pm_alert" id="pm_notice">
<div class="float_right"><a href="private.php?action=dismiss_notice&my_post_key={$mybb->post_code}" title="{$lang->dismiss_notice}" onclick="return MyBB.dismissPMNotice()"><img src="{$theme['imgdir']}/dismiss_notice.gif" alt="{$lang->dismiss_notice}" title="[x]" /></a></div>
<div>{$privatemessage_text}</div>
</div>
<br />