Changeset 3390253
- Timestamp:
- 11/05/2025 08:51:29 AM (5 months ago)
- Location:
- user-profile-tabs/trunk
- Files:
-
- 3 edited
-
README.md (modified) (1 diff)
-
README.txt (modified) (2 diffs)
-
user-profile-tabs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
user-profile-tabs/trunk/README.md
r2792422 r3390253 1 # User MetaTabs1 # User Profile Tabs 2 2 3 Inject javascript and CSS to make Wordpress profile form more readable. 3 [![WordPress Plugin Version][shield-version]][plugin-page] [![WordPress Plugin Stars][shield-stars]][plugin-page] 4 4 5 Converts all added h2, h3 headings into tabs. 5 Organize the user profile form with tabs. 6 7 If your User Profile page is way too stuffed with fields (e.g. from Paid Membership Pro), 8 this plugin will inject CSS and Javascripts to them into sensible tabs. 9 10 11 ## Features 12 13 * All fields in the user profile from, sectioned by H2 or H3, will be organized into tabs by javascript. 14 * Javascript only re-organizes the fields. The attached javascript listeners are not touched. 15 * Easy to use. Just works. 16 17 18 ## Links 19 20 * [Plugin Page][plugin-page] 21 * [GitHub Repository][github-repo] 22 23 24 ## Support 25 26 If you find this useful, please show some support: 27 28 [![Buy me a pizza][button-buymeacoffie]][url-buymeacoffie] 29 30 [url-buymeacoffie]: https://buymeacoffee.com/yookoala 31 [button-buymeacoffie]: https://cdn.buymeacoffee.com/buttons/v2/default-blue.png 32 33 34 35 [plugin-page]: https://wordpress.org/plugins/user-profile-tabs/ 36 [github-repo]: https://github.com/yookoala/user-profile-tabs 37 [shield-stars]: https://img.shields.io/wordpress/plugin/stars/user-profile-tabs 38 [shield-version]: https://img.shields.io/wordpress/plugin/v/user-profile-tabs?label=WordPress%20Plugin 39 6 40 7 41 ## License -
user-profile-tabs/trunk/README.txt
r2792433 r3390253 3 3 Donate link: https://www.buymeacoffee.com/yookoala 4 4 Tags: user profile, user fields, memberships, user meta, user profile, users 5 Requires at least: 4.7 6 Tested up to: 6.0 7 Stable tag: 1.0 8 Requires PHP: 5.4 5 Tested up to: 6.8 6 Stable tag: 1.2 9 7 License: MIT 10 8 License URI: https://mit-license.org/ … … 15 13 == Description == 16 14 17 Organize the user profile form with tabs. 18 19 If your User Profile page is way too stuffed with fields (e.g. from Paid Membership Pro), this plugin will inject CSS and Javascripts to them into sensible tabs. 20 21 22 ### Features 23 24 * All fields in the user profile from, sectioned by H2 or H3, will be organized into tabs by javascript. 25 * Javascript only re-organizes the fields. The attached javascript listeners are not touched. 26 * Easy to use. Just works. 15 If your User Profile page is way too stuffed with fields (e.g. from Paid Membership Pro), this plugin will 16 inject CSS and Javascripts to re-organize sections in "Account Management" sections into tabs. All fields 17 under H3 will be re-organized in tabs. -
user-profile-tabs/trunk/user-profile-tabs.php
r2792422 r3390253 4 4 * Plugin Name: User Profile Tabs 5 5 * Description: Group user profile page fields under tabs. 6 * Version: 1.07 6 * Author: Koala Yeung 8 7 * Author URI: https://github.com/yookoala 8 * Version: 1.2 9 * Requires at least: 5.8 10 * Requires PHP: 5.4 9 11 */ 10 12
Note: See TracChangeset
for help on using the changeset viewer.