Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[MyBB] Postbit Display Group
#1
This will show you how to display a user's primary group in a theme's postbit.

Steps:
  • Login to your Forum's ACP.
  • Go to Themes & Templates Tab
  • Click on Templates
  • Select the theme whose template you want to modify.
  • Expand the postbit templates
  • Open postbit_author_user
  • Replace the contents with:
    Code:
    {$lang->postbit_posts} {$post['postnum']}<br />
        {$lang->postbit_joined} {$post['userregdate']}<br />
    Group:<b> {$lang->primary_usergroup}{$usergroup['title']}</b>
        {$post['replink']}{$post['warninglevel']}
    or just add this to your existing one:
    Code:
    Group:<b> {$lang->primary_usergroup}{$usergroup['title']}</b>
  • Save it and you're done


Thanks for reading.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  MyBB CSS Postbit Buttons Peter L 1 1,305 07-14-2012, 05:52 PM
Last Post: 'Snorlax
  Help me with a name, for a VIP group? DaBaws 18 2,622 06-01-2011, 04:05 AM
Last Post: Invincible
  [mybb]Display Avatars in threadlisting like Xenforo envira 0 696 02-10-2011, 01:59 AM
Last Post: envira
  I need a group of experienced Website Developers. Emotion 2 1,082 10-29-2010, 10:04 PM
Last Post: Brandon
  Postbit image problems Detective RooTz 5 1,324 01-19-2010, 06:50 PM
Last Post: Detective RooTz

Forum Jump:


Users browsing this thread: 1 Guest(s)