Notifications
Clear all

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.

 

Script [Closed] Popover Postpreview

5 Posts
3 Users
4 Reactions
614 Views
Tutrix
Posts: 1522
Topic starter
(@tutrix)
Noble Member
Joined: 5 years ago

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
Posts: 40
(@excalibur)
Trusted Member
Joined: 4 years ago

Have you used any plugin to do it or used just this code?

Tutrix
Posts: 1522
Topic starter
(@tutrix)
Noble Member
Joined: 5 years ago

Hi @excalibur

You need a popover script, either your wordpress theme has this already integrated or you use a plugin like WP Popover

1 Reply
Chris
(@chris)
Joined: 4 years ago

Famed Member
Posts: 3611

@tutrix,

Sorry for the late response, I have sent this to our Devs, I will update here, after their response.

Tutrix
Posts: 1522
Topic starter
(@tutrix)
Noble Member
Joined: 5 years ago

Posted by: @chris

Sorry for the late response

no problem, there's no hurry 😉 

Â