Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I've added a bug ticket to fix the parameter, but certain icons will never display. For example the profile display icon should never display as the profile display of the captcha is forced off. Required state is forced on so it should always be required. The most optional one is probably description.I want to be able to turn on and off the display of icons. It makes a lot of sense if this is optional for all fields, why would it not be for the Captcha field regardless if certain conditions are forced or not. It is a means to provide the necessary feedback to users and to keep it consistent throughout, which is important for the user friendliness. If you disagree and decide that it should not be as such, then at least the options should be removed from the Captcha layout parameters altogether. As far as the forced state to never show it on the profile goes, I was trying to say that that icon also does not display regardless of any setting. The only icon that displays regardless of any setting is the required icon.
We don't have support for something like that, but I don't understand why you'd need it. An example of what you want it to show on frontend vs backend would help.In regards to the language string, I think it is important to be able to change the name or description separately for the front and back-end. In case of the Captcha field, when changing
They are, but they're additive to frontend language strings. So backend first loads frontend then loads backend. This means if you add a string to backend and frontend language files the frontend language string will replace the backend one.to anything else it will be used in the back-end as well. For example it will be displayed as such in the parameter settings of the CB AntiSpam plugin. I thought that language strings for the back-end area are handled separately in the admin_language.php file, aren't they?
Please Log in or Create an account to join the conversation.
Yes, the description is the most optional.I've added a bug ticket to fix the parameter, but certain icons will never display. For example the profile display icon should never display as the profile display of the captcha is forced off. Required state is forced on so it should always be required. The most optional one is probably description.
In this particular implementation the client requested that I changed it as follows:We don't have support for something like that, but I don't understand why you'd need it. An example of what you want it to show on frontend vs backend would help.
I didn't know about this. Thanks!to anything else it will be used in the back-end as well. For example it will be displayed as such in the parameter settings of the CB AntiSpam plugin. I thought that language strings for the back-end area are handled separately in the admin_language.php file, aren't they?
Please Log in or Create an account to join the conversation.
I see, we don't really have a way of doing this due to how language strings load. Only way to implement it would probably be to load frontend first then backend so backend can override the frontend strings. I can't really see any issue with doing this so have created a feature ticket to look into it further.This way the client feels that his website visitors get better instruction as to what to do.
In the back-end it it would make more sense that it would say "Captcha" instead it is saying "Please check the box to show us that you are human"
I have noticed in the past that this is an issue with some other fields as well.
Please Log in or Create an account to join the conversation.