Fixed Selected prefix is lost when first using quick-thread form

TickTackk

Well-known member
Affected version
2.1.10 PL2
One of my add-ons shows/hides specific information based on prefix selected and because prefix is never passed to forum_post_quick_thread.
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.2.0 Beta 2).

Change log:
Implement passing prefix_id through from quick thread form if pre-filled.
There may be a delay before changes are rolled out to the XenForo Community.
 
If I've understood what you're asking for correctly then this should be implemented now.

If available the thread entity is pre-populated with the prefix_id value specified when the full quick thread form opens, so you can access it in templates using {$thread.prefix_id}.
 
Top Bottom