mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
74 lines
3.4 KiB
PHP
74 lines
3.4 KiB
PHP
|
||
<?php global $ultimatemember; include_once um_path . 'admin/templates/about_header.php'; ?>
|
||
|
||
<div class="changelog headline-feature dfw">
|
||
<h2>Introducing Ultimate Member</h2>
|
||
<div class="feature-section">
|
||
|
||
<h3><em>Create beautiful community websites with WordPress!</em></h3>
|
||
|
||
<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 <a href="https://trello.com/b/30quaczv/ultimate-member" target="_blank">big plans</a> for Ultimate Member and we hope you will join us on our journey to creating the most popular community/membership plugin. If you’d like to get involved in improving the plugin you can join our <a href="https://ultimatemember.com/forums/" target="_blank">community forum</a> and discuss Ultimate Member with other users, provide feedback and make suggestions on how to improve the plugin. We also have an official <a href="https://github.com/ultimatemember/ultimatemember" target="_blank">GitHub repository</a> where you can contribute directly to the plugin.</p>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<hr />
|
||
|
||
<div class="changelog feature-list">
|
||
|
||
<h2>Key Features</h2>
|
||
|
||
<div class="feature-section col three-col">
|
||
|
||
<div>
|
||
<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>
|
||
<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="last-feature">
|
||
<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>
|
||
<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>
|
||
<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="last-feature">
|
||
<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>
|
||
<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>
|
||
<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="last-feature">
|
||
<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/about_footer.php'; ?>
|