Skip to content
  • Shop
  • DMCA
  • My account
  • Orders
  • Downloads
  • Contact Us
  • Newsletter

    Sign up for Newsletter

    Signup for our newsletter to get notified about sales and new products. Add any text here or remove it.

    [contact-form-7 id="7042" title="Newsletter Vertical"]
  • Languages
    • You need Polylang or WPML plugin for this to work. You can remove it from Theme Options.
GPL Odoo StoreGPL Odoo Store
  • Menu
    • No products in the basket.

      Return to shop

  • Basket

    No products in the basket.

    Return to shop

  • Shop
  • DMCA
  • My account
  • Orders
  • Downloads
  • Contact Us
    • Contact
    • 08:00 - 17:00
    • +16468288756
Home / WordPress Plugins
  • Reactive Search Pro - Advanced WordPress Search Filter Map & Grid
  • WP Footprint
Browse
  • .NET
  • Add Ons
  • Advertising
  • After Effects Templates
  • Android
  • Bags
  • Blog Magazine
  • Booking
  • BuddyPress
  • Calendars
  • Category .NET
  • Clothing
    • Hoodies
  • Corporate
  • Creative
  • DaVinci Resolve Templates
  • eCommerce
  • eCommerce
  • Education
  • Entertainment
  • Final Cut Pro Templates
  • Forms
  • Forums
  • Free Download
  • Galleries
  • HTML5
  • Interface Elements
  • iOS
  • Javascript
  • Media
  • Membership
  • Men
    • T-Shirts
  • Miscellaneous
  • Mobile App
  • Mobile Apps
  • Motion Graphic Videos
  • Music
    • Albums
    • Singles
  • Native Web
  • Newsletters
  • Nonprofit
  • Odoo
    • Accounting
    • All In One
    • Books
    • Construction
    • CRM
    • Discuss
    • Document Management
    • Ecommerce
    • Elearning
    • Expenses
    • Extra Tools
    • Free
    • Human Resources
    • Inventory
    • Invoicing
    • Management
    • Manufacturing
    • Medical
    • Point Of Sale
    • Product
    • Projects
    • Purchase
    • Sales
    • Services
    • Themes
    • Uncategorized
    • Website
  • PHP Scripts
  • PHP Scripts
  • Posters
  • Premiere Pro Templates
  • Product Uncategorised
  • Real Estate
  • Retail
  • Scripts & Code
  • Scripts & Presets
  • Scripts & Presets
  • Seo
  • Shoes
  • Site Templates
  • Site Templates
  • Social Networking
  • Special
  • Special
  • Stock Footage
  • Sweaters
  • Technology
  • Utilities
  • Video Effects
  • Wedding
  • Widgets
  • Women
    • Jeans
    • Tops
  • WordPress Plugins
  • WordPress Plugins
  • WordPress Themes
  • WordPress Themes
PrivateContent - User Data add-on

PrivateContent User Data add-on

$3.00

Categories: Add Ons, WordPress Plugins Tags: Add Ons, advanced validation, content, custom data, data restriction, datepicker, fields builder, form builder, form framework, Membership, protected, registration form, user database, user management, wordpress, WordPress Plugins
  • Description

Description

PrivateContent - User Data add-on - 1

PrivateContent - User Data add-on - 1PrivateContent - User Data add-on - 2PrivateContent - User Data add-on - 2PrivateContent - User Data add-on - 3PrivateContent - User Data add-on - 3PrivateContent - User Data add-on - 4PrivateContent - User Data add-on - 4PrivateContent - User Data add-on - 5PrivateContent - User Data add-on - 5PrivateContent - User Data add-on - 6PrivateContent - User Data add-on - 6PrivateContent - User Data add-on - 7PrivateContent - User Data add-on - 7

Note: this is an add-on. You must have at least PrivateContent v6 to use it.

Extend your users database

User Data add-on boosts your PrivateContent plugin allowing you to create and use unlimited fields to record more informations from your users.

A powerful but yet simple wizard will guide you creating them. Then, will be automatically integrated in the PrivateContent engine and ready to be used in registration or custom forms.

Each field is dynamically validated and is also really flexible, letting you target what will be required.

String length, numeric ranges, multi-option checks, preset texts (integer and floating mubers, e-mail address, dates, url, etc) and also room to use advanced regex. Say goodbye fake data stored!

Datepicker comes along date fields and is also possible to use placeholders for textual fields. Finally custom fields can be added in users list and you can obviously sort and search users by them. Giving you the best overview possible to work better and faster!

PrivateContent - User Data add-on - 8

PrivateContent - User Data add-on - 8

Custom forms builder

User Data add-on gives you also the ability to create custom forms to let users edit their data autonomously. Yes, also password can be changed! Doing that is super simple: just create a new form, insert fields you prefer and eventually set which ones to be required.

Obviously also default PrivateContent fields can be included. Plus you can also set a redirect once form has been fulfilled.

As extra feature, owning Mail Actions add-on, an admin notification can be sent once an user submits a custom form. Useful for example to know when data is changed or an user is active.

PrivateContent - User Data add-on - 9

PrivateContent - User Data add-on - 9

Forced password reset system

Sometimes you may need to require users to reset their password, for security or privacy reasons.

The add-on allows you to do this manually, during import or also after a password recovery!

As soon as users login, they will be prompted by a persistent lightbox and won’t be able to navigate until they reset their password.

PrivateContent - User Data add-on - 10

PrivateContent - User Data add-on - 10

Import system integration

PrivateContent gets once more flexible with import support for custom fields.

Procedure can’t be easier: starting from standard CSV file you’d use for standard import, you’ll add just fields you want to import.

Wizard automatically tells you which CSV column needs to match selected fields. Data will be validated and automatically saved.

PrivateContent - User Data add-on - 11

PrivateContent - User Data add-on - 11

Manage and export data

Of course you can manage any new data collected in PrivateContent admin panel. Editing an user an additional interface will show new fields and you’ll be free to manage them.

Finally, export everything: User Data extends PrivateContent exporting system including every custom fields for each user.
Creating complex users database has never been so easy!

PrivateContent - User Data add-on - 12

PrivateContent - User Data add-on - 12

Conditional data restriction shortcode

Need one more way to restrict things in pages? With this shortcode you can hide/show contents basing on data stored for each user.

Everything is about conditions: contents will be shown is user’s data will be: equal, different, bigger, lower than value set. Finally “contains” option, to search occurrences in data.

But how does it work precisely?
Let’s make a quick example, suppose you want to create create two hidden blocks: one show contents to user having username = test1 and the other one to user containing “test” string in username.

Everything with just this bunch of text

[pcud-cond-block f="username" cond="=" val="test1"]
<em>Content shown to user having "test1" as username</em>
[/pcud-cond-block]
[pcud-cond-block f="username" cond="like" val="test"]
<em>Content shown to users having "test" in their usernames</em>
[/pcud-cond-block]

Give a try logging in and discover how easy is to create complex patterns!

User data shortcode

Simplest way to display info stored in database is using an User Data shortcode!
Once logged, users will see their data as plain text.

It’s a great way to create welcome messages or print summary diagrams.

Plus you can also use it in Mail Actions e-mails

Check it on live demo!

Automatic Updates

To use a premium plugin often means having to update it manually: losing time and teaching customers additional procedures.

Forget it. You can now seamlessly update LCweb plugins directly from WordPress!

Online Documentation

Simply the fastest and best way to get started, always up to date.
Check it!

bundle packbundle pack

Changelog

Check changelog here

 

1. All digital products are the most recent version, with no possibility of free updates. After payment, you can request an update to the most recent version for 7 days if a new version is released. Get free support within 7 days.

2. After the purchase is confirmed, download links will be available for 7 days. If a license is required, please contact us via email or ticket for assistance with activation. Our license is only valid for activation and does not include support.

3.mailto:contact We provide Mobile, PHP script installation services for $19.90. Please create a backup after installation as we do not support re-installation. For mobile app source code, we do not offer installation services.

4. If you have any questions, please contact us by email contact@gplodoo.store or create a ticket on this page

5. Please note that any digital products presented on the website do not contain malicious code, viruses or advertising. You will receive the original files from the developers. We do not sell any products that have been downloaded from other websites.

6. The response time can last up to 6 hours.

Related products

WPBookit - WhatsApp Notification (Addon)
Quick View

WPBookit WhatsApp Notification (Addon)

$4.00
Smart NFT  - Bulk minting (Addons)
Quick View

Smart NFT Bulk minting (Addons)

$55.00
Kivicare Pro - Clinic & Patient Management System EHR (Add-on)
Quick View

Kivicare Pro Clinic & Patient Management System EHR (Add-on)

$14.00
WPBookit - Google Calendar Advanced Sync (Addon)
Quick View

WPBookit Google Calendar Advanced Sync (Addon)

$4.00
Multi Institute Management
Quick View

Multi Institute Management

$9.00
Hero Posts - Post Grid Plugin for WordPress
Quick View

Hero Posts Post Grid Plugin for WordPress

$7.00
WPBookit - Rating and Review (Addon)
Quick View

WPBookit Rating and Review (Addon)

$4.00
Bookshelf for Real3D Flipbook Addon
Quick View

Bookshelf for Real3D Flipbook Addon

$5.00
gplodoo.store
My Account
  • My Orders
  • My Downloads
  • My Account details
Useful Links
  • Contact Us
  • Terms of Service
  • DMCA
TOS (important Section)

All images and trademarks used on this website belong to their respective owners. We do not sell copyrighted works; we only provide access to temporary downloads or temporary use based on agreements with the owners. The images are intended for educational purposes only. Processing times may vary from 1 minute to 24 hours maximum on office days.

  • About
  • Blog
  • Contact
  • FAQ
Copyright 2025 © GPLODOO
  • Shop
  • DMCA
  • My account
  • Orders
  • Downloads
  • Contact Us
  • Newsletter

Login

Lost your password?

Register

Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our privacy policy.