XF 2.2 Profile Post Page Widget

:) Thanks for your reply, unfortunately it looks like greek to me ;)
You will need to use the code provided, to implement the widget into the template manually.

Code:
<xf:widget key="widget_key" />

Replace widget_key with the name of your widget






Web capture_20-12-2021_114855_user.oo5dynasty.com.jpeg

Web capture_20-12-2021_115043_user.oo5dynasty.com.jpeg
Web capture_20-12-2021_115229_user.oo5dynasty.com.jpeg
1640019684517.webp
Slider at the top is what i implemented

This string <xf:widget key="widget_key" /> ?

It's just using a built in XF function -- xf:widget key= -- to add a specific widget to a template/page.

You can read up on some of the documented xf tags here: https://xenforo.com/docs/dev/template-syntax/

The widget tag is described here: https://xenforo.com/docs/dev/template-syntax/#widget-tag
 

Attachments

  • Web capture_20-12-2021_115043_user.oo5dynasty.com.webp
    Web capture_20-12-2021_115043_user.oo5dynasty.com.webp
    42.6 KB · Views: 8
Top Bottom