I'm still trying to alter the listener so only the bookmark count shows but no joy yet.
I'm using the /event/viewtopic_dropdown_bottom_custom.html for the placement.
Code: Select all
{% if .bookmarks and S_USER_LOGGED_IN %}
<span class="button" title="Topic bookmarks">
<i class="icon fa-bookmark fa-fw" aria-hidden="true"></i> <span>{{ BOOKMARK_COUNT }}</span>
</span>
{% endif %}