{"id":46746,"date":"2015-07-14T06:43:08","date_gmt":"2015-07-14T06:43:08","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/sam-modal-login\/"},"modified":"2015-07-28T19:40:38","modified_gmt":"2015-07-28T19:40:38","slug":"sam-modal-login","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/sam-modal-login\/","author":14503330,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"trunk","tested":"4.2.39","requires":"3.5","requires_php":"","requires_plugins":"","header_name":"Sam Modal Login","header_author":"Sam Plugins","header_description":"","assets_banners_color":"4e2b68","last_updated":"2015-07-28 19:40:38","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/samplugins.com\/donation","header_plugin_uri":"http:\/\/samplugins.com\/sam-wordpress-modal-login","header_author_uri":"http:\/\/www.samplugins.com","rating":5,"author_block_rating":0,"active_installs":10,"downloads":1087,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","other_notes"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"5"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1198532","resolution":"128x128","location":"assets"}},"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"1198532","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"","2":""},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[91061,81198,91063,91064,3822],"plugin_category":[],"plugin_contributors":[91065],"plugin_business_model":[],"class_list":["post-46746","plugin","type-plugin","status-closed","hentry","plugin_tags-modal-forgotten","plugin_tags-modal-login","plugin_tags-modal-register","plugin_tags-modal-sign-in","plugin_tags-wordpress-login","plugin_contributors-samplugins","plugin_committers-samplugins"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/sam-modal-login_4e2b68.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Creates an easy to use login form that will display a pop up window. user login, User registration and forgotten password forms are accessible from the front end of your website using a custom widget, [modal_login] shortcode or add_modal_login_link(); PHP function.<\/p>\n\n<p><strong>Features:<\/strong><\/p>\n\n<ul>\n<li>Two Form Layouts<\/li>\n<li>Set Redirect URL After Login<\/li>\n<li>Unlimited Color Styles<\/li>\n<li>Compatible Browsers: IE9, IE10, IE11, Firefox, Safari, Opera, Chrome<\/li>\n<li>Login Widget<\/li>\n<li>Translation Ready<\/li>\n<li>Regular Product Updates<\/li>\n<li>Free Support<\/li>\n<\/ul>\n\n<p>Visit <a href=\"http:\/\/samplugins.com\/\" title=\"Crafted WordPress Plugin\">Sam's Plugins<\/a> for awesome WordPress Plugins, Tutorials and Reviews.<\/p>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<ol>\n<li>Go to Plugins &gt; Add New<\/li>\n<li>Under Upload, Click Browse, Locate sam-modal-login.zip in your plugin download package and click open.<\/li>\n<li>FInd the WordPRess plugin you wish to install.<\/li>\n<li>Click Install Now to intall the WordPress Plugin.<\/li>\n<li>A popup window will ask you to confirm your wisht to install the plugin.<\/li>\n<li>If this is first time you've installed a WordPress plugin, you may need to enter the FTP login credentails information. If you have installed a plugin before, it will still have the login infromation. This information is avilable through your web server host.<\/li>\n<li>Click Proceed to continue with the installation. The resulting instaltion screen will list the installtion as successful or note anu problems durin the install.<\/li>\n<li>If successful, click Activate Plugin to activate it.<\/li>\n<\/ol>\n\n<!--section=other_notes-->\n<h3>How to use<\/h3>\n\n<p><strong>Adding Login Widget to a Sidebar:<\/strong><\/p>\n\n<p>To setup a login widget navigate to Appearence =&gt; Widgets and use the drag and drop interface to drop \"Modal Login\" widget into the desired sidebar area.<\/p>\n\n<p>Widget Options:<\/p>\n\n<ul>\n<li>Title: Add a title to the widget.<\/li>\n<li>Login Test: Set the Test for the login link, defaults to \"Login\"<\/li>\n<li>Logout Text: Set the text for the logout link, defaults to \"Logout\"<\/li>\n<li>SHow Admin link: Displays a link to the admin URL ehen a user is logged in.<\/li>\n<\/ul>\n\n<p><strong>Adding Login and Register Links using SHortcode:<\/strong><\/p>\n\n<p>You can use the [modal_login] shortcode in within edit screen posts, pages and custom post types. Inset the shortcode and click \"Update\".<\/p>\n\n<p>Display Login Form:<\/p>\n\n<p>[modal_login login_text=\"Login\" logout_text=\"Logout\"]<\/p>\n\n<p>login_text : The text for the login link, defaults to \"Login\"\nlogout_text : The text for the logout link, default \"Logout\"<\/p>\n\n<p>Dipaly Register Form:<\/p>\n\n<p>[modal_login form=\"register\" register_text=\"Register\" logged_in_text=\"You are already logged in\"]<\/p>\n\n<p>register_text : The text for the register link, defaults to \"Register\"\nlogged_in_text : The text for already logged in user, defaults to \"you are already registered and logged in\".\nform=\"register\" The modal Will open directly to register form.<\/p>\n\n<p><strong>Adding Login Link Using a PHP Code:<\/strong><\/p>\n\n<p>Add the following PHP function within your tempalte files:<\/p>\n\n\n\n<p>Display Login Form:<\/p>\n\n\n\n<p>$login_text : |String| The text for the login link, defaults to \"Login\".\n$logout_text : |string| The text for the logout link, default \"Logout\".\n$shoe-admin : |Bool| The setting to display the link to admin area when logged in, default is set to \"false\".<\/p>\n\n<p>Display Register Form:<\/p>\n\n\n\n<p>$register_text : |String| The text for the register link, defaults to \"Register\".\n$logged_in_text : |String| The text for already logged in user, defaults to \"You are already registerd and logged in\".\n$form : |String| Register| The modal will open directly to register form.<\/p>\n\n<p><strong>Adding Login and Register links to WP Menu:<\/strong><\/p>\n\n<p>Navigate to Appearence =&gt; Menus, under Edit Menus check under Sam Modal Link - Login\/Logout and Register, click Add to Menu and Save Menu.<\/p>\n\n<p>If you dont see Modal Login link in left sidebar, go to Screen Options and check Sam Modal Login under show on screen.<\/p>\n\n<p><strong>Setip Options:<\/strong><\/p>\n\n<p>By default after successfull login you will be redirected to the login page and on logout you will be redirected to homepage.<\/p>\n\n<p>To set alternative login and logout redirect URL, navigate to settings =&gt; Modal Login setup section. Set redirect URLs and click \"Save changes\".<\/p>\n\n<p>Allow new users to sset their own password by checking \"Net user Password\" checkbox.<\/p>\n\n<p>*Styling Options:**<\/p>\n\n<p>The plugin allows foe extensive styleing using color pickers to match any side. To set styling navigate o settings =&gt; Modal Login style section. Select Login form layout and set colors for element and click \"Save Changes\".<\/p>\n\n<p>**Email Template:*<\/p>\n\n<p>To set custom new user registration email template navigate to settings =&gt; Modal Login Registration email section. Enter template content and click \"Save Changes\".<\/p>\n\n<p>Add user name, password, login link to template using: %username%, %password%, %loginlink%.<\/p>","raw_excerpt":"Add Modal Login and Resgister Forms to your site to suite your style.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/46746","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=46746"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/samplugins"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=46746"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=46746"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=46746"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=46746"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=46746"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=46746"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}