MyBB Tutorials

Color All Post Backgrounds of a Usergroup

Submitted by Blowjob, , Thread ID: 627

Thread Closed

RE: Color All Post Backgrounds of a Usergroup

#13
05-02-2015, 12:52 AM
AndresXZ09 Wrote:
Is there a way to do it on the theme forumkorner?

There is not the line to change.

The templates are:

Postbit: http://pastebin.com/ZyfENxdR
Postbit Classic: http://pastebin.com/VN17czgx

Hope you can help me out

Didn't test it, just looked at it.
Try to replace:

Code:
<div class="post_body scaleimages" id="pid_{$post['pid']}">

With:

Code:
<div class="post_body scaleimages post{$usergroup['gid']}" id="pid_{$post['pid']}">

Users browsing this thread: 1 Guest(s)