mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
70 lines
3.3 KiB
PHP
70 lines
3.3 KiB
PHP
|
||
<?php global $ultimatemember; include_once um_path . 'admin/templates/welcome/about_header.php'; ?>
|
||
|
||
<div class="changelog">
|
||
<h3>Create beautiful community websites with WordPress!</h3>
|
||
<div class="feature-section">
|
||
|
||
<p>We'd like to thank you for installing Ultimate Member and we hope you enjoy using the plugin on your site. We created Ultimate Member with the aim of building a lightweight and powerful plugin that makes it extremely easy to make community and membership sites with WordPress.</p>
|
||
|
||
<p>We have big plans for Ultimate Member and we hope you will join us on our journey to creating the most popular community/membership plugin. The plugin has been built to be extremely easy to use but if you run into any issues you can search our <a href="http://docs.ultimatemember.com/" target="_blank">documentation</a> and if you can’t find an answer to your issue in our docs, then you can create a <a href="https://ultimatemember.com/support-contact/" target="_blank">support ticket</a>. We also have an official GitHub repository where you can contribute directly to the plugin.</p>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<div class="changelog">
|
||
|
||
<h3>Key Features</h3>
|
||
|
||
<div class="feature-section under-the-hood three-col">
|
||
|
||
<div class="col">
|
||
<h4>Front-end Registration & Login</h4>
|
||
<p>Create unlimited, custom frontend registration & login forms easily with our drag-and-drop form builder.</p>
|
||
</div>
|
||
|
||
<div class="col">
|
||
<h4>User Profiles</h4>
|
||
<p>Instant front-end user profiles that look beautiful. Allow users to view/edit profile from frontend, view each other's profile and more.</p>
|
||
</div>
|
||
|
||
<div class="col">
|
||
<h4>User Roles</h4>
|
||
<p>Create unlimited, custom <a href="<?php echo admin_url('edit.php?post_type=um_role'); ?>">user roles</a> and set up permissions for each user role easily.</p>
|
||
</div>
|
||
|
||
<div class="col">
|
||
<h4>Profile Fields</h4>
|
||
<p>Create unlimited profile fields from image and file upload to ratings, checkboxes, and more, plus support for <strong><em>conditional fields</em></strong></p>
|
||
</div>
|
||
|
||
<div class="col">
|
||
<h4>Member Directories</h4>
|
||
<p>Create member directories with our <a href="<?php echo admin_url('edit.php?post_type=um_directory'); ?>">directory creator</a> and make them show the member levels you want.</p>
|
||
</div>
|
||
|
||
<div class="col">
|
||
<h4>Content Restriction</h4>
|
||
<p>Global and individual (per page/post) content restriction settings have been built to give you flexibility on what content should be visible, and who exactly can see it.</p>
|
||
</div>
|
||
|
||
<div class="col">
|
||
<h4>Conditional Menus</h4>
|
||
<p> Show different menu links to logged in users, logged out users, and individual member levels with our conditional menu feature.</p>
|
||
</div>
|
||
|
||
<div class="col">
|
||
<h4>Mobile Adaptive</h4>
|
||
<p>Ultimate Member has been built with a mobile adaptive approach meaning the front-end features have a different layout depending on the device size.</p>
|
||
</div>
|
||
|
||
<div class="col">
|
||
<h4>Advanced Form Builder</h4>
|
||
<p>Use our advanced drag and drop form builder to easily create unique registration, login and profiles with multiple-column support.</p>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<?php include_once um_path . 'admin/templates/welcome/about_footer.php'; ?>
|