Forum plugin and CAPTCHA image issues

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: Forum plugin and CAPTCHA image issues

Post by Timbalu »

Well, you need to remember these changes, as soon as you upgrade the forum plugin (if it ever gets an update).
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: Forum plugin and CAPTCHA image issues

Post 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.
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
bdesanto
Regular
Posts: 18
Joined: Sun Apr 21, 2013 7:54 pm

Re: Forum plugin and CAPTCHA image issues

Post 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
divinny
Posts: 1
Joined: Fri Aug 16, 2013 10:35 am
Contact:

Re: Forum plugin and CAPTCHA image issues

Post by divinny »

Thank you I'm looking for this. Work perfectly....
Post Reply