I'm currently using this code which adds a header on the post profile.
http://prntscr.com/9owj1i
Forum version: PunBB
I'd like to make it for a certain user ID. Any help?
- Code:
.topic-author {
background: #fff;
float: none;
width: auto;
text-align: left;
position: relative;
padding: 10px;
background: url("http://i.imgur.com/H1KP8Z0.png");
}
http://prntscr.com/9owj1i
Forum version: PunBB
I'd like to make it for a certain user ID. Any help?