P Paul B XenForo moderator Staff member Dec 8, 2021 #2 There are no predefined locations for profiles but you can manually include widgets in templates using <xf:widget key="widget_key" /> . Upvote 0 Downvote
There are no predefined locations for profiles but you can manually include widgets in templates using <xf:widget key="widget_key" /> .
onthefly Active member Dec 8, 2021 #3 Thanks for your reply, unfortunately it looks like greek to me Upvote 0 Downvote
oO5 Dynasty Well-known member Dec 20, 2021 #4 onthefly said: Thanks for your reply, unfortunately it looks like greek to me Click to expand... 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 Slider at the top is what i implemented Brogan said: 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 Click to expand... Attachments Web capture_20-12-2021_115043_user.oo5dynasty.com.webp 42.6 KB · Views: 8 Upvote 0 Downvote
onthefly said: Thanks for your reply, unfortunately it looks like greek to me Click to expand... 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 Slider at the top is what i implemented Brogan said: 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 Click to expand...