Formatting Catcha

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
7/31/2012 7:43:01 AM
Gravatar
Total Posts 167

Formatting Catcha

Is there a way or formatting some of the aspects in captcha. I can manage to change the size by

div.captcha img { width: 100px; height: 30px; }

However the text does not wrap neatly so I also added

div.captcha{width: 130px;}

But I would preferif I could insert a </br> after the image and also to change the text from "Enter the code shown:" to "Enter code"

I note that it is on a todo list to change the catcha colour per site, would it be able manage the text as well?

 

8/21/2012 2:31:21 PM
Gravatar
Total Posts 18439

Re: Formatting Catcha

Hi,

You are using the Subkismet captcha, it doesn't support using different colors. The note you saw about color was for Recaptcha which has 4 themes you can choose from. In the next release of mojoPortal the Recaptcha theme setting will move from Web.config to theme.skin. Subkismet does allow you to override a few things including the instruction text but not colors.

See this new article I just created about styling/configuring captchas in mojoPortal.

Hope that helps,

Joe

 

You must sign in to post in the forums. This thread is closed to new posts.