• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Widget location

Mike Edge

Guest
Hi Bob,

What is the custom widget location for the "Pick Distribution" sidebar? I'd like to add a widget underneath it.
 
Hi Bob,

What is the custom widget location for the "Pick Distribution" sidebar? I'd like to add a widget underneath it.
There is none. You can add one yourself tho :)

You'll need to put your site into Debug/Development mode (so that you can access the Development Area), then select the Widget Positions in the menu, then click on the "Add widget position" button, fill out the form and make sure to choose the EMPTY option for Add-on (this is very important).

Then the next step is to add that position to a template(s).

Template: xa_pkm_pool_view

Add this to the END of the template (below the last line of code). Be sure to change the id to the id you created for your custom position.

Code:
<xf:widgetpos id="your_custom_widget_position_id" position="sidebar" />
 
Back
Top