I couldn''t take it anymore. Signature text does not stand out at all and is easily confused as part of the post.
I made the text bold as follows:
in modules/boonex/forum/layout/base-en/css/main.css along about line 515 you'll find this
.forum_post_signature,
.forum_post_attachments {
border-top:1px solid #EDEDED;
padding:10px 0 10px 0;
margin:0 10px 0 10px;
}
Change it to:
.forum_post_signature {
border-top:1px solid #EDEDED;
font-weight:bold;
padding:10px 0 10px 0;
margin:0 10px 0 10px;
}
.forum_post_attachments {
border-top:1px solid #EDEDED;
padding:10px 0 10px 0;
margin:0 10px 0 10px;
That's all folks. Now the Signature line will be bolded making it stand out from the rest of the text in the post. This is a simple fix but the sig line really needs to be image banner capable as well.
PS, I'm no coder so back your work up please. I ain't responsible...