2014-10-13, 07:12 PM
Yes, only the brackets, "avascript" there is still but here on mybb community doesn't appear. I have pasted only code that I think has the brackets, in postbit_mylikes_button I have:
First code (span ilike etc) is for number of likes (and where there are the brackets) ; Second code (from <a href= etc) is for I like / Unlike text, where I click to add / remove likes on posts.
Quote:<span class="ilike"><a href="j avascript:MyBB.popupWindow'/misc.php?action=likes&pid={$post['pid']}&uid={$post['uid']}';" id="liked_{$post['pid']}"><span class="mylikes_likes">{$likes}</span></a></span> (is here ( number of likes ) )?
then
<a href="j avascript:addLike({$post['pid']}, {$post['uid']}, {$likes}, '{$success}', '{$delete}', '{$lang->mylikes_likes}', '{$lang->mylikes_like}', '{$lang->mylikes_unlike}');"><span id="like_{$post['pid']}" class="mylikes_like {$liked}">{$mylikes}</span></a>
First code (span ilike etc) is for number of likes (and where there are the brackets) ; Second code (from <a href= etc) is for I like / Unlike text, where I click to add / remove likes on posts.