2011-11-04, 09:46 PM
Hello again, MyBB Community. Can someone tell me which template include the usertitle (ex: Newbie, Member, or custom usertitles) that appears on the classic postbit. I am trying to add it in a container using the <div> class. I tried adding the "{$post['usertitle']}<br />" in <div class="postbit_usertitle" just like that:
Best regards,
Raffello
Quote:<div class="postbit_usertitle"{$post['usertitle']}</div><br />After that, I created in global.css the .postbit_usertitle stylesheet making it properly, but it will include the whole userdetails. I think it is because I added the entire classic postbit in an <div> to make it all appear in an container. Is there any way to include a <div> in an <div>? Or is the correct usertitle in another template, just like the reputation one, avatar one etc? Thanks!
Best regards,
Raffello