-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·75 lines (39 loc) · 2.37 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
=== Uix UserCenter ===
Contributors: uiuxlab
Donate link: https://uiux.cc
Author URI: https://uiux.cc
Plugin URL: https://wordpress.org/plugins/uix-usercenter/
Tags: member, users, login, register, custom-api
Requires at least: 4.2
Requires PHP: 5.6
Tested up to: 6.7.1
Stable tag: 1.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Sign-in, registration and publishing system with AJAX, support remote API.
== Description ==
This plugin is a simple way to build, organize and display Sign-in, registration and publishing system with AJAX into any existing WordPress theme. **Using template file to embed your theme.**
== Installation ==
1.After activating your theme, you can see a prompt pointed out as absolutely critical. Go to **"Appearance -> Install Plugins"**.
Or, upload the plugin to wordpress, Activate it. (Access the path (/wp-content/plugins/) And upload files there.)
2.You need to create Uix Products template files in your templates directory. You can create the files on the WordPress admin panel. As a workaround you can use FTP, access the Uix Products template files path (`/wp-content/plugins/uix-usercenter/theme_templates/`) and upload files to your theme templates directory (`/wp-content/themes/{your-theme}/`).
== Frequently Asked Questions ==
= FAQ 1: How to customize the Login(Sign in), Register, Profile, and other templates by your theme location? =
Occasionally you may wish to edit one of the templates that come with Uix UserCenter. Instead of editing the templates right in the plugin you should move them to your theme, so that your changes aren\'t lost when you update the Uix UserCenter plugin. As a workaround you can use FTP, access the Uix UserCenter template files path (/wp-content/plugins/uix-usercenter/theme_templates/) and upload files to your theme templates directory (/wp-content/themes/{your-theme}/).
= FAQ 2: How to set CORS, CAPTCHA, JavaScript and other options? =
Go to **"Uix UserCenter -> Settings -> General Settings"**
== Screenshots ==
1. screenshot-1.jpg
2. screenshot-2.jpg
3. screenshot-3.jpg
4. screenshot-4.jpg
5. screenshot-5.jpg
== Upgrade Notice ==
* First release.
== Changelog ==
= 1.0.2 (November 6, 2023) =
* Tweak: compatible with WP 6.4.
= 1.0.1 (November 11, 2022) =
* Tweak: Creation of captcha and nonce only allows post method.
= 1.0.0 (October 8, 2022) =
* First release.