Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how did you get UserCP info in postbit?
#1
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
Code:
    {$lang->postbit_posts} {$post['postnum']}<br />
    {$lang->postbit_threads} {$post['threadnum']}<br />
    {$lang->postbit_joined} {$post['userregdate']}
    {$post['replink']}{$post['profilefield']}{$post['warninglevel']}
Is there a variable for usercp info? Such as {$post[profile_fields[fid4]]}
Reply
#2
(09-24-2019, 02:03 PM)metulburr Wrote: 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
Code:
    {$lang->postbit_posts} {$post['postnum']}<br />
    {$lang->postbit_threads} {$post['threadnum']}<br />
    {$lang->postbit_joined} {$post['userregdate']}
    {$post['replink']}{$post['profilefield']}{$post['warninglevel']}
Is there a variable for usercp info? Such as {$post[profile_fields[fid4]]}

Just a flag in the configuration:

   
Reply


Forum Jump: