Gimp-Forum.net
how did you get UserCP info in postbit? - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: Other topics (https://www.gimp-forum.net/Forum-Other-topics)
+--- Forum: Gimp-Forum.net (https://www.gimp-forum.net/Forum-Gimp-Forum-net)
+--- Thread: how did you get UserCP info in postbit? (/Thread-how-did-you-get-UserCP-info-in-postbit)



how did you get UserCP info in postbit? - metulburr - 09-24-2019

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]]}


RE: how did you get UserCP info in postbit? - Ofnuts - 09-24-2019

(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:

[attachment=3187]