XF 2.1 Widget above thread

kankan

Well-known member
Hello
I am looking for a way to display content (in a widget?), just above thread :

2020-12-08 23_30_11-HELP ! - ASUS K93SM-YZ188V _ L'atelier ASUS.webp

Which file or widget position should i use ?

Thank you.
 
There is a position for widgets here : Thread View : above messages you can also manually display a widget using his XF syntax, like this
Code:
<xf:widget key="id_of_your_widget" />
 
Top Bottom