XenForo
Administrative
- Thread starter
- Admin
- #1
XenForo submitted a new resource:
Mention Users in HTML widget - How can I mention users in a HTML widget?
Read more about this resource...
Mention Users in HTML widget - How can I mention users in a HTML widget?
- You could use BBCode:
HTML:{{ bb_code('[USER=1]Username[/USER]', 'widget', $widget) }}
- Or the
username_link
template function:HTML:{{ username_link({'username': 'Username', 'user_id': 1}) }}
Read more about this resource...