Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

User Tags

Descrizione

Adds a Taxonomy option under User to create custom user taxonomy.
All taxonomies are listed in Profile page for all users which allows users to add tags for the taxonomy.
Each Tag is associated with a template, listing all users who added that tag in their profile.

Supports Multisite

Note:
Only admin can manage Taxonomies.
Users can add new tags.

Filters Available

  • ‘ut_template_heading’ => Can be used to modify Template Page Heading
  • ‘ut_tepmplate_content’ => Can be used to modify users list style,
    args => 1 , $users => List of Users
  • ‘ut_template_content_empty’ => Display custom message, if there are no users for term
  • ‘ut_tag_cloud_heading’, Allow to modify Tag cloud heading

Shortcode

  • [user_tags], will generate the User Tags UI in frontend and save the tags

Credits

Justin Tadlock

Screenshot

  • Taxonomy Option under Users
  • Manage Tags for Custom User Taxonomy Food Like
  • Tags option in User profile Page
  • Template page for tag, listing all the associated users

Installazione

  1. Upload the user-tags folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. To create new Taxonomy Go to User -> Taxonomy screen.

FAQ

What if tags template are not working for me?

You just need to save permalinks once, and it will work absolutely fine for you afterwards.

Visit https://github.com/UmeshSingla/user-tags for support

Recensioni

22 Marzo 2023
Fantastic plugin - one of the very few to have the hard work done and allow for user taxonomies. Works really well managing on the frontend & backend.
25 Dicembre 2021
Did nothing, LOL, it installs, but you can't do anything with it. Tags did NOT show up in the user's Sorting Column list, so there's no real point to using it. LOL Also, you can NOT bulk add tags to user, but since Tags don't appear in the Column List for sorting… well you get the point… unless. UPDATE! It's also converting my PHP ' " character to ASCII, not cool. lol
3 Settembre 2016
Hello Umesh, I have installed the user tag plugin - 1.2.6 There is one issue in plugin. When you change the name of any taxonomy and then try to go inside the taxonomy to add or remove tags, you can not enter. I have debugged and found the solution in. wp-content\plugins\user-tags\lib\class-ut-user-tags-list.php line 113 changed the line from $taxonomy_slug = ut_taxonomy_name( $item['name'] ); to $taxonomy_slug = ut_taxonomy_name( $item['slug'] );
3 Settembre 2016 1 risposta
Nice, now I can save some user preferences.
Leggi tutte le recensioni di 13

Contributi e sviluppo

“User Tags” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “User Tags” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.2.8

  • Fixed: Updated filter name ‘ut_tepmplate_content’ => ut_template_content : https://github.com/UmeshSingla/user-tags/issues/7
  • Fixed: Return $template variable in functions.php https://github.com/UmeshSingla/user-tags/issues/8
  • Fixed: string to array conversion.
  • Fixed: Compat with WordPress >= 5.5 ( Fixed fatal error )
  • Updated: Switch to div instead of table for new User Taxonomy screen

1.2.7

  • Fixed – Fatal error, Initialise as array instead of string

1.2.6

  • New – Filter: ut_template_users in Taxonomy template to filter the list of users before displaying
  • Fixed – handle count callback for register taxonomy (Fixes tag cloud size issue )

1.2.5

  • Fixed – Remove PHP closures

1.2.4

  • Update – Taxonomy name is independent of prefix
  • Fixed – Bubbling up of multiple list on repeated click over most used tags link
  • Fixed – Tag being saved for admin too on editing other user profile

( Credits: @Tempera )

1.2.3

  • Fixed – ‘ut_template_content’ filter args
  • Fixed – Translation function (props @stefan)
  • Updated – Replaced PHP closure with normal functions

1.2.2

  • Fixed – Tag cloud not appearing for all taxonomies in shortcode
  • Update – Shortcode – Do not echo form if user is not loggedin

1.2.1

  • Fixed – Tag cloud for [user_tags] shortcode

1.2

  • Fixed – [user_tags] shortcode

1.1

  • Fix: All tag not being deleted

1.0

  • New: Tag Cloud to choose from most popular
  • New: Filter ‘ut_tag_cloud_heading’ to change tag cloud heading

0.1.3

  • Fixes Page not found error for tag templates
  • Fixes tags update for other users by administrator, causing overwrite to current logged in users taxonomy
  • Improved Template Styling

0.1.2

Fixes Taxonomy length error

0.1.1

Code formatting

0.1

Prima Versione