{"id":304616,"date":"2026-05-26T18:56:48","date_gmt":"2026-05-26T18:56:48","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/weal-user-account\/"},"modified":"2026-05-27T09:16:09","modified_gmt":"2026-05-27T09:16:09","slug":"weal-profile","status":"publish","type":"plugin","link":"https:\/\/te.wordpress.org\/plugins\/weal-profile\/","author":23055420,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.1.0","stable_tag":"1.1.0","tested":"7.0","requires":"6.2","requires_php":"7.4","requires_plugins":null,"header_name":"Weal Profile","header_author":"leouix","header_description":"Creates a personal account page where logged-in users can manage their profile information and review their site activity.","assets_banners_color":"","last_updated":"2026-05-27 09:16:09","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.donationalerts.com\/r\/weal_plugin","header_plugin_uri":"https:\/\/weal.cloud","header_author_uri":"https:\/\/github.com\/Leouix\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":75,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq"],"tags":{"1.0.0":{"tag":"1.0.0","author":"leouix","date":"2026-05-26 18:56:17"},"1.1.0":{"tag":"1.1.0","author":"leouix","date":"2026-05-27 09:16:09"}},"upgrade_notice":[],"ratings":[],"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.1.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3549643,"resolution":"1","location":"assets","locale":"","width":1903,"height":915},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3549643,"resolution":"2","location":"assets","locale":"","width":1903,"height":915}},"screenshots":[]},"plugin_section":[],"plugin_tags":[251524,264521,14955,9246],"plugin_category":[58],"plugin_contributors":[264522,264523],"plugin_business_model":[],"class_list":["post-304616","plugin","type-plugin","status-publish","hentry","plugin_tags-account-page","plugin_tags-manage-user-page","plugin_tags-user-account","plugin_tags-user-profile","plugin_category-user-management","plugin_contributors-leouix","plugin_contributors-weal","plugin_committers-leouix"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/weal-profile.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/weal-profile\/assets\/screenshot-1.png?rev=3549643","caption":""},{"src":"https:\/\/ps.w.org\/weal-profile\/assets\/screenshot-2.png?rev=3549643","caption":""}],"raw_content":"<!--section=description-->\n<p>Weal Profile adds a dedicated front-end account page for authenticated users (default: <code>\/my-account<\/code>), allowing them to manage selected profile fields without accessing the WordPress admin dashboard.<\/p>\n\n<p>The plugin also includes an admin settings page where site administrators can configure the account page and choose which profile fields are editable by users.<\/p>\n\n<h3>Admin Features<\/h3>\n\n<p>Available in the WordPress admin menu under <strong>Weal Profile<\/strong>.<\/p>\n\n<p>Administrators can:<\/p>\n\n<ul>\n<li>Enable or disable profile fields shown on the public account page<\/li>\n<li>Set a custom URL slug for the personal account page (default: <code>\/my-account<\/code>)<\/li>\n<li>Enable or disable the comment likes\/dislikes system<\/li>\n<\/ul>\n\n<p>Available profile fields:<\/p>\n\n<ul>\n<li>Avatar\\Gravatar<\/li>\n<li>Display Name<\/li>\n<li>Website URL<\/li>\n<li>Nickname<\/li>\n<li>First Name<\/li>\n<li>Last Name<\/li>\n<li>Biography<\/li>\n<\/ul>\n\n<h3>Front-End User Features<\/h3>\n\n<p>On the public account page, logged-in users can:<\/p>\n\n<ul>\n<li>Edit their personal profile information (based on admin settings)<\/li>\n<li>Upload and remove a profile avatar<\/li>\n<li>View their comment activity and reaction statistics (likes\/dislikes received)<\/li>\n<\/ul>\n\n<h3>Post Rating System<\/h3>\n\n<p>A 5-star rating system is automatically displayed on single post pages. Features:<\/p>\n\n<ul>\n<li>Visitors can rate posts from 1 to 5 stars<\/li>\n<li>Rating is stored in post meta (<code>rating_sum<\/code>, <code>rating_count<\/code>, <code>rating_average<\/code>)<\/li>\n<li>Partial star visualisation (e.g. 3.5 stars shows 3 full + 1 half-filled star)<\/li>\n<li>Anti-double-vote protection via cookies<\/li>\n<li>AJAX-based submission with instant UI update<\/li>\n<li>Schema.org <code>AggregateRating<\/code> markup for SEO<\/li>\n<\/ul>\n\n<h3>Comment Likes \/ Dislikes<\/h3>\n\n<p>Logged-in users can like or dislike comments on posts. Features:<\/p>\n\n<ul>\n<li>Toggle likes and dislikes with a single click<\/li>\n<li>Active state visual feedback on voted buttons<\/li>\n<li>Vote counts update instantly via AJAX<\/li>\n<li>Configurable toggle in admin settings to enable\/disable the system<\/li>\n<li>Comment reaction statistics shown on the user profile page (total likes\/dislikes received, top voted comments)<\/li>\n<li>Dedicated database table (<code>weal_comment_votes<\/code>) for efficient vote storage<\/li>\n<li>Unique constraint prevents duplicate votes per user per comment<\/li>\n<\/ul>\n\n<h3>Activity Center<\/h3>\n\n<p>The plugin provides a convenient centralized space where users can track their comment history and quickly return to conversations they participated in.<\/p>\n\n<h3>Database<\/h3>\n\n<p>The plugin creates a custom database table on activation:<\/p>\n\n<ul>\n<li><code>wp_weal_comment_votes<\/code> \u2014 stores comment likes\/dislikes (comment_id, user_id, is_liked, created_at)<\/li>\n<\/ul>\n\n<p>When updating the plugin, the table is automatically created or updated via a version check \u2014 no need to deactivate and reactivate.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin folder to the <code>\/wp-content\/plugins\/<\/code> directory, or install it through the WordPress Plugins screen.<\/li>\n<li>Activate the plugin through the <strong>Plugins<\/strong> menu in WordPress.<\/li>\n<li>Go to <strong>WordPress Admin \u2192 Weal Profile<\/strong>.<\/li>\n<li>Configure the account page URL and choose which profile fields users can edit.<\/li>\n<li>Visit the account page (default: <code>\/my-account<\/code>) while logged in.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"how%20can%20i%20access%20another%20user%27s%20page%3F\"><h3>How can I access another user's page?<\/h3><\/dt>\n<dd><p>Currently, users can only view and manage their own account information.<\/p>\n\n<p>Support for public or shared user profile pages may be added in a future release.<\/p><\/dd>\n<dt id=\"how%20does%20the%20rating%20system%20prevent%20double%20voting%3F\"><h3>How does the rating system prevent double voting?<\/h3><\/dt>\n<dd><p>Each vote sets a cookie (<code>weal_voted_post_{post_id}<\/code>) valid for 1 year. Both the REST API and JavaScript check for existing cookies to prevent multiple votes from the same browser.<\/p><\/dd>\n<dt id=\"can%20i%20disable%20the%20comment%20likes%20feature%3F\"><h3>Can I disable the comment likes feature?<\/h3><\/dt>\n<dd><p>Yes. Go to <strong>WordPress Admin \u2192 Weal Profile<\/strong> and uncheck \"Enable likes and dislikes on comments\".<\/p><\/dd>\n\n<\/dl>","raw_excerpt":"A WordPress plugin that creates a personal account page where logged-in users can manage their profile information and review their site activity.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/te.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/304616","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/te.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/te.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/te.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=304616"}],"author":[{"embeddable":true,"href":"https:\/\/te.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/leouix"}],"wp:attachment":[{"href":"https:\/\/te.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=304616"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/te.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=304616"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/te.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=304616"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/te.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=304616"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/te.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=304616"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/te.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=304616"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}