Lazy Signin
Lazy Sign-In – The Smarter Way to Handle User Registration & Login Tired of complicated login and sign-up setups? Lazy Sign-In makes it effortless to add sleek, responsive, and fully customizable login and registration forms to your website all powered by AJAX for a seamless user experience. With just one installation, you can create both sign-up and login pages using simple shortcodes: [lazy_signin_ajax_signup_form] for sign-up [lazy_signin_ajax_login_form] for login Why Lazy Sign-In? • Unlimited Custom Fields – Add as many fields as you want to your sign-up form. • Smart Validation – Set fields as required or unique to ensure clean, reliable data. • Auto-Generated Credentials – Automatically generate usernames and passwords with one click. • Custom Redirects – Send users to a specific page right after sign-up. • User Profile Management – Let users easily update their own information anytime. • Role Assignment – Automatically assign user roles from the backend. The best part? Unique Field Verification. This powerful feature ensures every user detail you collect stays unique, eliminating duplicate entries and strengthening your database integrity. With Lazy Sign-In, your users enjoy a smooth and intuitive registration process, while you get full control and flexibility on the backend. Bring ease, speed, and reliability to your website’s sign-up and login process with Lazy Sign-In. Features • Easy installation • Separate login and signup pages • Easy customization of login and signup forms • Ability for add/remove fields in the signup form • Ability to redirect users to specific page • Can keep the form fields ‘required’ and ‘unique’ • Ability to assign roles to the users • AJAX verification • Free support
Top keywords
- login9×3.49%
- lazy7×2.71%
- sign-up6×2.33%
- fields5×1.94%
- form5×1.94%
- lazy sign-in5×1.94%
- sign-in5×1.94%
- user5×1.94%
- users5×1.94%
- ajax4×1.55%
- signup4×1.55%
- unique4×1.55%
Rate Star Review Vote – AJAX Reviews, Votes, Star Ratings
Enhance your WordPress site with the Rate Star Review plugin, enabling users to leave star ratings and detailed reviews for any type of content. This robust plugin supports multiple rating dimensions per post, vote buttons, AJAX updates for seamless user experience, and integrates customizable review types by content. Ideal for content creators aiming to improve interaction and obtain feedback, it also features integration options for monetizing votes, making it perfect for contests and premium content strategies. Benefits Flexible Review System: Allow users to rate, vote, review any type of content including posts, pages, and custom post types. AJAX Functionality: Reviews, ratings, votes (likes) update dynamically without page reloads, offering a smooth user experience. Customizable Star Ratings: Choose from various scales (e.g., 3, 5, 10 stars) to suit different review contexts. Multiple Content Dimensions: Support for reviewing multiple aspects of a single item, such as different features or performance metrics. Monetization of Reviews: Integrate with the MicroPayments Plugin to enable paid votes (likes), adding a revenue stream. Comprehensive Shortcodes: Easily embed review forms and ratings on any page using customizable shortcodes. Live Updates: Review lists and average ratings update live on the page as users submit their feedback. Category-Specific Ratings: Manage and display ratings by category for targeted insights and contest management. Enhanced User Engagement: Encourage community interaction by allowing users to express their opinions and participate in reviews. Skin in the Game: Monetize user participation in contests and premium content by requiring paid votes. Key Features Star Ratings, Review Title and Text Content AJAX review and lists (no page reload required) Unlimited review types associated by content type, content id, post id Update review (after adding review, it can be updated anytime with same form) Ratings by category (rate and also get stats by category) Shortcodes to add review, list reviews, display ratings Separately review multiple aspects and content type for an item Live update of review list on same page when adding, updating review Updates and can display average rating per post (meta) Custom maximum stars (ex: 3, 5, 10 stars) Configure post types to include reviews for (post, page) Vote and vote count per post, for specific categories (i.e. for contests like Top Summer Videos) Integrates APF Optimizer for speed and resources on AJAX requests: Filter plugins allowed to run on specific pages Integrates with MicroPayments Plugin to support paid votes on selected categories, introduce skin in the game for contests and premium content Bundles only the Fomantic UI runtime subset used by this plugin, including required font assets Privacy setting to optionally show recent voter display names in frontend vote metadata; disabled by default Review moderation setting to save reviews as pending and approve them from the Reviews admin section Optional review role allowlist to restrict review writing to specific WordPress roles, in addition to user capability to read content Dependencies WordPress bundled jQuery for frontend AJAX and rating initialization Optional: MicroPayments for paid voting flows Third-Party Libraries Fomantic UI 2.9.4 component subset, MIT License, bundled locally in scripts/semantic/ Recommended for use with these solutions Paid VideoChat Broadcast Live Video Video Share VOD Picture Gallery – Picture Gallery – Frontend Image Uploads, AJAX Photo List. Shortcodes [videowhisper_review post_id=”” content_type=”” content_id=”” rating_max=”5″ id=”” update_id=””] Shows form to add and update review for specific post and content. AJAX based. Can also update reviews list if on same page. [videowhisper_reviews post_id=”” show_average=”1″ content_type=”” content_id=”” id=””] Lists reviews for specific content (by post,content). At least post_id or content_id must be specified. AJAX based. [videowhisper_rating post_id=”” rating_max=”5″] Displays average rating for a post (average of all ratings for that post). Post Metas Updates these meta valuate when rating posts: – rateStarReview_rating = average rating normalized as value between 0 and 1 (multiply with maximum to display) – rateStarReview_ratingNumber = number of reviews – rateStarReview_ratingPoints = sum of normalized ratings for easy sorting popular items (rating * ratingPoints) Rating by category will update those for each rated category as: – rateStarReview_rating_category$id – rateStarReview_ratingNumber_category$id – rateStarReview_ratingPoints_category$id How to use this? In example, if you have a post presenting an electronic product and want site members to be able to review and rate separately different aspects like Features and Performance these can be content types. A review form for each content type can be setup: [videowhisper_review content_type=”Features” post_id=”1″] [videowhisper_review content_type=”Performance” post_id=”1″] Then to show all reviews for that item, you can use [videowhisper_reviews post_id=”1″] . Another example, if an article is about a book with 2 parts, you can also use content_id to allow users to post a review for each part for each aspect (like Utility, Clarity). [videowhisper_review content_type=”Utility for Part” content_id=”1″ post_id=”1″] [videowhisper_review content_type=”Utility for Part” content_id=”2″ post_id=”1″] [videowhisper_review content_type=”Clarity for Part” content_id=”1″ post_id=”1″] [videowhisper_review content_type=”Clarity for Part” content_id=”2″ post_id=”1″] Then list all reviews for all parts, [videowhisper_reviews post_id=”1″] or just for an aspect or part.