Quick Sig Fix

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...

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 7 Jan 2012

Now that I have successfully made the signature stand out, how would I add the ability to allow my users to add banner ads to their signature lines? It seems to me you could just add a little upload code to the signature.xsl file somehow? Maybe tie it to the photo mod in Dolphin?

Would make a world of difference on my site.

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 8 Jan 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.