New to Translating WordPress? Read through our Translator Handbook to get started. Hide
Prio | Original string | Translation | — |
---|---|---|---|
↑ | SimpleModal Login provides a modal Ajax login, registration, and password reset feature for WordPress which utilizes jQuery and the SimpleModal jQuery | You have to log in to add a translation. | Details |
Original untranslated
SimpleModal Login provides a modal Ajax login, registration, and password reset feature for WordPress which utilizes jQuery and the SimpleModal jQuery
You have to log in to edit this translation. Meta |
|||
↑ | SimpleModal Login | You have to log in to add a translation. | Details |
Original untranslatedMeta |
|||
<em>Have a question, comments or feature requests? Be sure to let me know.</em> | You have to log in to add a translation. | Details | |
Original untranslated
<em>Have a question, comments or feature requests? Be sure to let me know.</em>
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
simplemodal_reset_form: http://pastebin.com/jpd1RiP9 | You have to log in to add a translation. | Details | |
Original untranslated
simplemodal_reset_form: http://pastebin.com/jpd1RiP9
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
simplemodal_registration_form: http://pastebin.com/bVzZBKZf | You have to log in to add a translation. | Details | |
Original untranslated
simplemodal_registration_form: http://pastebin.com/bVzZBKZf
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
simplemodal_login_form: http://pastebin.com/rm3WWWRS | You have to log in to add a translation. | Details | |
Original untranslated
simplemodal_login_form: http://pastebin.com/rm3WWWRS
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Here are complete working examples for each of the three filters: | You have to log in to add a translation. | Details | |
Original untranslated
Here are complete working examples for each of the three filters:
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Replace <code>$this->options['reset']</code> with <code>$options['reset']</code> | You have to log in to add a translation. | Details | |
Original untranslated
Replace <code>$this->options['reset']</code> with <code>$options['reset']</code>
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Replace <code>$this->options['registration']</code> with <code>$options['registration']</code> | You have to log in to add a translation. | Details | |
Original untranslated
Replace <code>$this->options['registration']</code> with <code>$options['registration']</code>
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
$options = get_option('simplemodal_login_options'); | You have to log in to add a translation. | Details | |
Original untranslated
$options = get_option('simplemodal_login_options');
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Create an <code>$options</code> variables in your function: | You have to log in to add a translation. | Details | |
Original untranslated
Create an <code>$options</code> variables in your function:
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Replace <code>$this->users_can_register</code> with <code>$users_can_register</code> | You have to log in to add a translation. | Details | |
Original untranslated
Replace <code>$this->users_can_register</code> with <code>$users_can_register</code>
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
$users_can_register = get_option('users_can_register') ? true : false; | You have to log in to add a translation. | Details | |
Original untranslated
$users_can_register = get_option('users_can_register') ? true : false;
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Create a <code>$users_can_register</code> variable in your function: | You have to log in to add a translation. | Details | |
Original untranslated
Create a <code>$users_can_register</code> variable in your function:
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Things you'll need to change: | You have to log in to add a translation. | Details | |
Original untranslated
Things you'll need to change:
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
Export as
Comment
Short description.