09-24-2019, 02:03 PM
I am using MyBB as well. I was wondering how you set the UserCP additional info (such as Operating System and version) in the postbit.
In templates -> <template set> -> Post Bit Templates -> postbit_author_user I have these
Is there a variable for usercp info? Such as {$post[profile_fields[fid4]]}
In templates -> <template set> -> Post Bit Templates -> postbit_author_user I have these
Code:
{$lang->postbit_posts} {$post['postnum']}<br />
{$lang->postbit_threads} {$post['threadnum']}<br />
{$lang->postbit_joined} {$post['userregdate']}
{$post['replink']}{$post['profilefield']}{$post['warninglevel']}