User Onboarding No widget identifier in HTML

Affected add-on version
latest
Affected XenForo version
2.3.7
Ah, good spot- I'll get this sorted.

You can edit the nf_useronboarding_widget_profile_completion template and add {{ widget_data($widget) }} after <div class="block block--progress" on line 3 to sort this in the meantime.
 
I'll sort that as well.

A few lines down, you'll find {{ phrase('nf_useronboarding_account_progress') }} that can be replaced with {$title}.
 
Awesome thanks! Also not really a big deal but you might consider adding a style property to change the color of the progress bar. A little more user friendly and keeps code out extra.less.
 
Back
Top