TickTackk Well-known member Sep 7, 2018 #1 Affected version 2.0.* PHP: <xf:tokeninputrow name="tags" value="{{ $thread.tags ?: $forum.draft_thread.tags }}" Should be: PHP: <xf:tokeninputrow name="tags" value="{{ $thread.tags ? $thread.tags|join(', ') : $forum.draft_thread.tags }}"
PHP: <xf:tokeninputrow name="tags" value="{{ $thread.tags ?: $forum.draft_thread.tags }}" Should be: PHP: <xf:tokeninputrow name="tags" value="{{ $thread.tags ? $thread.tags|join(', ') : $forum.draft_thread.tags }}"
XF Bug Bot XenForo bug fixer bot Staff member Sep 9, 2018 #2 Thank you for reporting this issue. The issue is now resolved and we are aiming to include that in the next XF release (2.0.10). Change log: When creating a thread, if the thread record already has tags, join the tags array to a comma separated string. Click to expand... Did you get the message alert this time?
Thank you for reporting this issue. The issue is now resolved and we are aiming to include that in the next XF release (2.0.10). Change log: When creating a thread, if the thread record already has tags, join the tags array to a comma separated string. Click to expand... Did you get the message alert this time?