Page 3 of 3

Re: Forum plugin and CAPTCHA image issues

Posted: Tue Jul 02, 2013 6:16 pm
by Timbalu
Well, you need to remember these changes, as soon as you upgrade the forum plugin (if it ever gets an update).

Re: Forum plugin and CAPTCHA image issues

Posted: Wed Jul 03, 2013 11:22 am
by Timbalu
Hi Bill

Now you have lots of unnecessary system "comment notes" in your sidebars adduser form

Code: Select all

div.serendipitySideBarContent form .serendipity_commentDirection.serendipity_comment_s9ymarkup, 
div.serendipitySideBarContent form .serendipity_commentDirection.serendipity_comment_emoticate, 
div.serendipitySideBarContent form .serendipity_emoticon_bar, 
div.serendipitySideBarContent form .serendipity_commentDirection.serendipity_comment_bbcode {
    display: none;
    visibility: hidden;
}

div.serendipitySideBarContent form input {
    margin-top: 1em;
}
This disables them per css. Put this to the end of your barods2_style.css file.

Re: Forum plugin and CAPTCHA image issues

Posted: Mon Jul 15, 2013 2:49 pm
by bdesanto
Thank you Ian, that took care of the extra notes.

Everything seems to be working great, so thank you again for all of your help!

Best wishes,
Bill

Re: Forum plugin and CAPTCHA image issues

Posted: Fri Aug 16, 2013 10:38 am
by divinny
Thank you I'm looking for this. Work perfectly....