ok guys, i found a little bug...
this mod does NOT work, when you activate ONLY post bookmarking and not threads too.
to fix this open
dbtech_bookmark_thread and remove following code:
Code:
<div id="above_postlist" class="above_postlist">
<a href="javascript://" class="newcontent_textcontrol" name="newthreadbookmarklink" style="display:inline; float:none;" data-threadid="{vb:var threadid}" data-hasbookmarked="{vb:var hasBookmarked}"><vb:if condition="$hasBookmarked">{vb:rawphrase dbtech_bookmark_unbookmark_thread}<vb:else />{vb:rawphrase dbtech_bookmark_bookmark_thread}</vb:if></a>
<img style="display:none" id="progress_newbookmarklink_top" src="{vb:stylevar imgdir_misc}/progress.gif" alt="" />
</div>
make sure you activate post AND thread bookmarking in the usergroup settings.
not a clean solution, but it works