Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi! This is in the plugin’s folder /inc/frontend-noajax.inc.php line 11 and 14.

    <p>' . __("This post is password protected. To view it please enter your password below:") . '</p>
    	<input type="hidden" name="post_id" value="' . $post->ID .'" />
    	<input type="hidden" name="action" value="bawmmp_multiple_password_check" />
    	<p><label for="' . $label . '">' . __("Password:") . ' <input name="post_password" id="' . $label . '" type="password" size="20" /></label> <input type="submit" name="Submit" value="' . esc_attr__("Submit") . '" /></p>

    Julio, could you please make them localizable? 🙂 And the “Cheatin’? Uh”-line, as well. 😀
    Thank you! 🙂

    Dear Julio!

    Your idea is great, it should have been implemented even in the WordPress v0.x! But it still could need an additional function: Customers we handle specified password-protected pages for, may need to protect their protected area from other users on their machine (family, strangers, you know). This requires a ‘Sign Out’ button which appears after logging in to a protected page. Could you please implement it? (With a CSS-class in the HTML code, e.g. “baw-signout”, to make its design refined in CSS easily.)

    Thanks!

    When you create or edit a page in the admin section, you see a Publicity (or similar, sorry I have different language WP, I just translated it back to English, may you be intuitive) on the right side. Click on Edit (there, near this “Publicity”), and there you can enter the passwords. You can do it on every page you want to protect.

Viewing 3 replies - 1 through 3 (of 3 total)