wersja skryptu MyBB: 1.6.11
adres forum: www.crazyhax.xaa.pl
na czym polega problem: w tematach nie można edytować postów, cytować, zgłaszać gdyż nie ma ikon za to odpowiadających, wszystkie ikony są w folderze stylu na ftp, używam skryptu Algid MyBB Premium Skin.
Oto mój przykładowy kod z postbit_edit
<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}"><img src="{$theme['imglangdir']}/postbit_edit.png" alt="{$lang->postbit_edit}" title="{$lang->postbit_edit}" /></a>
<div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" onclick="Thread.quickEdit({$post['pid']});" class="popup_item">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div>
<script type="text/javascript">
// <!--
    if(use_xmlhttprequest == "1")
    {
        new PopupMenu("edit_post_{$post['pid']}");
    }
// -->
</script>

oraz postbit_quote
<a href="newreply.php?tid={$tid}&amp;pid={$post['pid']}"><img src="{$theme['imglangdir']}/postbit_quote.png" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}" /></a>
Proszę o szybką pomoc.

screen błędu:

[Obrazek: ma2sog.png]

Prosiłbym o przeniesienie do odpowiedniego działu.