Hi,
I discovered that the User Tags plugin is incompatible with both WP All Import and WP All Export plugins.
I can activate User Tags if I don’t have neither WP All Import nor WP All Export activated and can also active both these plugins if I don’t have User Tags activated but if I try to activate both User Tags and one (or both) of the above plugins I get the following error in WordPress:
`Fatal error: Uncaught Error: Unsupported operand types
in /var/www/html/wp-content/plugins/wp-all-import/classes/input.php on line 47Call stack:
PMXI_Input::getpost()
wp-content/plugins/wp-all-import/plugin.php:568
PMXI_Plugin::adminInit()
wp-includes/class-wp-hook.php:292
WP_Hook::apply_filters()
wp-includes/class-wp-hook.php:316
WP_Hook::do_action()
wp-includes/plugin.php:484
do_action()
wp-admin/admin.php:175
require_once()
wp-admin/plugins.php:10`
Any idea on how to further debug this issue?
]]>Hi,
After installing User Tags in a 5.7.2 WordPress I started getting the following Notice message:
Notice: WP_Scripts::localize was called incorrectly. The $l10n parameter must be an array. To pass arbitrary data to scripts, use the wp_add_inline_script() function instead. Please see Debugging in WordPress for more information. (This message was added in version 5.7.0.) in /var/www/html/wp-includes/functions.php on line 5313
I believe it is related to the wp_localize_script call at line 67 of class-usertags.php
Just putting the third argument inside an array fixes the issue AFAICT
]]>hi, i have created some taxonomies in user section but i can’t delete them now. so what should i do?
]]>I just want to communicate an important conflict with the WP User Frontend plugin.
When “User Tags” is activated, upon hitting save on a registration form created with WPUF the whole form disappears. All the form fields get deleted as they never existed.
When the plugin is deactivated, this stops happening.
I don’t expect you to look into this issue, I just thought it would be beneficial to other users to know the issue. I lost a fairly long and complex form I had created.
]]>Hi, I just wanted to let you know that I’ve discovered this plugin caused a conflict in one of the sites I manage. When this plugin is enabled, we can’t add images to any posts, and when we click Update/Publish, any images in the post are removed. This behavior goes away when this plugin is deactivated. I don’t expect you to do work to figure out why it’s not working for us, but I just wanted to let you know.
]]>Hi,
The owner of the above website has gone through and updated EVERYTHING to the latest versions, but unfortunately it appears that User Tags isn’t compatible with WP5.6 yet?
Is there an a new version coming?
Many thanks in advance and thanks for such a great plugin!
]]>Whenever a user form with blank user tags fields submits, the user then receives an “Array()” tag. You can see an example here.
]]>I am getting this error:
Notice: Array to string conversion in /…/wp-content/plugins/user-tags/UserTags.php on line 428 Array
Can you please update the plugin to fix it?
Thanks
]]>Hi there,
I am currently using the UserTags plugin v1.2.7 and I have an issue for displaying it using the given shortcode [user_tags]. I receive the following message:
Fatal error: Uncaught Error: [] operator not supported for strings in /var/www/caca.com/wordpress/wp-content/plugins/user-tags/lib/functions.php:80 Stack trace: #0 /var/www/caca.com/wordpress/wp-includes/shortcodes.php(319): wp_ut_tag_box('', '', 'user_tags') #1 [internal function]: do_shortcode_tag(Array) #2 /var/www/caca.com/wordpress/wp-includes/shortcodes.php(197): preg_replace_callback('/\\[(\\[?)(user_t...', 'do_shortcode_ta...', '\n\t\t\t\tVotre pseu...') #3 /var/www/caca.com/wordpress/wp-content/plugins/bootstrap-3-shortcodes/bootstrap-shortcodes.php(1322): do_shortcode('\n\t\t\t\tVotre pseu...') #4 /var/www/caca.com/wordpress/wp-includes/shortcodes.php(319): BoostrapShortcodes->bs_tab(Array, '\n\t\t\t\tVotre pseu...', 'tab') #5 [internal function]: do_shortcode_tag(Array) #6 /var/www/caca.com/wordpress/wp-includes/shortcodes.php(197): preg_replace_callback('/\\[(\\[?)(user_t...', 'do_shortcode_ta...', '\n\t\t\t[tab title=...') #7 /var/www/caca.com/wordpress/wp-content/plugins/bootstrap-3-shortcodes/bootstrap-shor in /var/www/caca.com/wordpress/wp-content/plugins/user-tags/lib/functions.php on line 80
At the same time in the Taxonomies tab i have the following warnings:
Notice: Undefined offset: 3 in /var/www/caca.com/wordpress/wp-admin/includes/class-wp-list-table.php on line 1007
Notice: Undefined offset: 3 in /var/www/caca.com/wordpress/wp-admin/includes/class-wp-list-table.php on line 1217
Does anyone know something about these problems ? Is it another plugin which conflicts with UserTags ? (I have checked but maybe I made a mistake somewhere).
Thank you in advance.
rivan
]]>Good Morning,
I am currently trying to create tags to integrate with both users and posts and need a little assistance. Currently, I have created a list of tags in the taxonomy and unsure how to progress with the following items.
Registration Page
– Ideally, I would like to have users select or add tags while they register or have the items selected in the documentation to be added to the profile automatically.
Profile Page
– I would like the users to be able to modify their tags over time as their tags will most likely change (eg High school student to graduated high school)
Matching
– The tags will be used to match volunteers to volunteer opportunities with an algorithm similar to (# of matching tags) / (# of tags on opportunity post). How would I go about configuring this?
Please let me know if there is any additional thoughts or next steps I should take.
Thanks,
Jessica Graham
Hello!
I have a fatal error in UserTags.php. Here is it:
Fatal error: Uncaught Error: [] operator not supported for strings in ***/wp-content/plugins/user-tags/UserTags.php:407
Stack trace: #0 ***/wp-includes/class-wp-hook.php(286): UserTags->user_profile(Object(WP_User))
#1 ***/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array)
#2 ***/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#3 ***/wp-admin/user-edit.php(667): do_action(‘edit_user_profi…’, Object(WP_User))
#4 {main} thrown in ***/wp-content/plugins/user-tags/UserTags.php on line 407
after changinf in line 403
from $user_tags = ”,
to $user_tags = array();
all worked fine.
Can you please test yourself and update the plugin?
Thanks a lot!
Great little plugin. I am wondering however if it is possible to get the output of a tag ordered alphabetically?
]]>Hi,
Great Plugin
I have only one issue that when I press enter after adding any tag it wont work I have to click Add button but if you see deatult wordpress tags uses enter click also, Can anyone tell me how to make enter works on this plugin
Mayank
]]>Could I use this plugin to get users to select from a series of pre-defined tags, or also add tags to existing users in order to select them in groups fora mailout via some newsletter plugin?
I.e I create tags “Football” and “Food” and can email all users separately depending on which tag I chose?
Ant info greatly appreciated,
Jeremy
P.s do you know any good newsletter software!?
]]>Hello,
I’m using buddypress on my website and I added the User tags shortcode to members profile page but for the moment it is calling the tag for the current user. If I’m visiting a member profile I will se my tags instead of member profile tags. if I add tags, it will add to my profile and not to the member profile I’m visiting.
Is there a way to display tags according to the member profile that I’m visiting ?
The idea behind this question is that I want to allow members of my website to add skills to other members, using tags. Like LinkedIn endorsement system.
Is that possible?
Thanks in advance,
Best regards,
Cindy
Hi there
I’ve tried following the advice here (https://www.ads-software.com/support/topic/templates-pages-for-displaying-usersauthors) for using my own template to display the output of the user tags.
This is the code that I have entered into my functions.php file, and it doesn’t work. I’m not sure what I’ve missed. The template file is an exact copy of the default template from the plugin for testing purposes.
remove_filter( 'taxonomy_template', 'get_custom_taxonomy_template' );
add_filter( 'taxonomy_template', 'gsis_get_custom_taxonomy_template' );
function gsis_get_custom_taxonomy_template($template = '') {
$taxonomy = get_query_var( 'taxonomy' );
if ( strpos( $taxonomy, 'wp_user_' ) !== false ) {
$taxonomy_template = get_template_directory() . '/templates/user-taxonomy-template.php';
$file_headers = @get_headers( $taxonomy_template );
if ( $file_headers[0] != 'HTTP/1.0 404 Not Found' ) {
return $taxonomy_template;
}
}
return $template;
}
Any advice would be much appreciated.
]]>Hi ??
I just have installed Your plugin. I would like to put tag cloud (the same as on backend) on some page on frontend. I am not so good in php and I don’t want to break anything ??
Could you help me?
Hello! ??
I want to tell You that Your plugin is great. It almost solves my problem ??
Hm, almost, because…
I created a webpage https://via-appia.cba.pl/ and installed here Ultimate Profile Builder. I want my users to add tags to their profiles. I am able to add tag to my (admin) profile, but when I am logged as a user it seems not to work and can add any (‘Add’ button does not react). Is it possible to fix it somewhat? If it is because of UPB, do you know any profile plugin which User Tags works with?
I was wondering if it was possible with your plugin to add a tag to a user when they check out of WooCommerce.
Just to elaborate, here is the flow I am looking for:
1. user checks out of WooCommerce
2. user is tagged with the name/title of the product/products
Is this something I would be able to do with your plugin?
Thanks!
]]>Hi,
Is it possible to display my tags field in a custom buddypress extended profile section ?
Thank you for your support,
Stephane
]]>Hello!
Great work!
Got a question, I’d need to add the relative tags to the end of each user profile. Is it at all possible?
Thanks.
Carla
]]>Hi Umesh,
Is there a way to export / import the user tag data? I am in the process of moving the an install from dev to live and the tag data did not transfer.
I would like to know is which db table the data is stored in?
Do you recommend a way to transfer the data between installs ?
Cheers,
Nick
Hi Umesh, this is great little plugin. I using the plugin with the shortcode, what would be the best way to change the order of the output in the user-taxonomy-template file?
Cheers,
Nick
]]>Sorry, my last doubts. I want to do something similar to Most Popular tag list. Onclick the tag set this tag as user preference.
Exemple:
(a) href=”#” onclick=SetAsUserPreferences”>Tag 1 (/a)
(a) href=”#” onclick=SetAsUserPreferences”>Tag 2 (/a)
What can I do?
]]>ok , first , thanks for the plugin, it works . each user can register your own preferences . But how can I use this data now ? I want to use user preferences to create a page that display categories or tags previously chosen by the users . How can I do that ?
I could create a custom loop, but how I get the preferences?
]]>Hi Umesh,
Just added the plugin to a new install with WP 4.4. I get the following lines and a white page when updating user options in admin.
Warning: Invalid argument supplied for foreach() in /home/*username*/public_html/2016/wp-content/plugins/user-tags/UserTags.php on line 451
Warning: Cannot modify header information - headers already sent by (output started at /home/*username*/public_html/2016/wp-content/plugins/user-tags/UserTags.php:451) in /home/hasting4/public_html/2016/wp-includes/pluggable.php on line 1228
WP_DEBUG is set to false
Might be some core changes affecting your code? Or is it related to my PHP version?
]]>Hello,
The plugin was working well for me and i managed to make some templates to return the tags at the front (with help from this support forum :). However, something strange has happened. Some Users’ tags are not showing despite being set in the profile page.
Some links to the dev site…
This is the tag archive with each user’s tags lined up Note: 2 are missing tags. These are the same 2 users throughout.
https://dev.junction44.com/haf/tag/work_types/drawing/
This is a page with the members listed
https://dev.junction44.com/haf/members-gallery/
A single user profile
https://dev.junction44.com/haf/author/peterm/
I’ve tried all the usual diagnostics, deactivate plugins, revert to original template and so on but this is elusive.
I deleted a user and added them again, i added another and now no new users will show tags on these pages.
Possibly something changed before the 2 culprit profiles were added and maybe it has to do with the way the tags are saved to the database?
Any thoughts or pointers would be appreciated.
]]>Hi,
Is there a way to use this plugin with buddypress? It’s the only plugin I can find with the functionality I need, however I can’t seem to get it working.
I’ve tried using the code below inside an edit template file but none of the buttons or links work.
<?php echo do_shortcode('[user_tags]'); ?>
Any help greatly appreciated!
]]>Hi there,
This plugin is awesome, but can anyone help me..
I do have a project using gravity form to register then I used this plugin User Tags to create taxonomies for the users..
My question is how can the gravity form automatically add a category/taxonomy term from the registration form?
TIA!
]]>I contacted my Domain Host (InMotion.com) and they said my issue may be with this problem.
QUESTION:
What is the following error? Also, since this first started, my pages show ‘page contents’ in the upper left hand corner of each page and post.
Warning: Invalid argument supplied for foreach() in /home/roundh9/public_html/wp-content/plugins/user-tags/UserTags.php on line 451
Warning: Cannot modify header information – headers already sent by (output started at /home/roundh9/public_html/wp-content/plugins/user-tags/UserTags.php:451) in /home/roundh9/public_html/wp-includes/pluggable.php on line 1207
InMotion suggested the following:
I am sorry that you have had this issue. The problem is that the plugin user-tags is having some form of an issue. I would recommend that you contact the developers of the plugin and see if they might be able to offer you some support for it as they would know more about how to potentially fix this error. In the meantime, you could disable the plugin and that should get rid of the error on your WordPress admin dashboard that you are seeing.
Any suggestions? I deactivated User Tags plugin, no change. I deleted User Tags, no change. I reinstalled WordPress 4.3.1, no change. Any ideas?
Jay Daniels
[email protected]