XF 2.2 Custom Page

Solution
I just checked, all you need do is add this to the page:

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

So unless things have changed and it has suddenly stopped working embedded as a widget in a page, it should be as simple as that.
You will need to ask in the add-on thread whether it can be embedded in a page node and what the syntax would be to do so.

If it behaves like a standard XF widget, they can be added to the body of the page using the normal syntax.
 
Provided this widget can be embedded (I think it can, or at least it used to possible) :

Find the name of the widget key (top of the actual widget definition) edit this code to include it and paste into the page

Code:
<xf:widget key="name_of_key" />
 
Last edited:
I just checked, all you need do is add this to the page:

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

So unless things have changed and it has suddenly stopped working embedded as a widget in a page, it should be as simple as that.
 
Solution
Top Bottom