Dec 02, 2022 6:13 pm
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
4 Replies
Dec 04, 2022 2:04 pm
Have you used any plugin to do it or used just this code?
Dec 05, 2022 3:56 pm
Hi @excalibur
You need a popover script, either your wordpress theme has this already integrated or you use a plugin like WP Popover