Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hello
I am integrating a popover function to show a preview of the posts on mouseover in the widgets
it works perfectly in the Recent Posts widget and in the forum overview for Last Post
with this code snippet
wpforo_content_filter( $last_post['body']))
unfortunately this does not work with "first_postid" in the Recent Topics widget as well as in the Topic overview
here works so far only
wpforo_post( $topic['first_postid'], 'body'))
but with this code wpForo emoticons and attachments are not displayed
is there a code so that this is also displayed with Topics / first_postid
Have you used any plugin to do it or used just this code?
Hi @excalibur
You need a popover script, either your wordpress theme has this already integrated or you use a plugin like WP Popover