Thanks for the effort but it is still not working for me. I don’t know what’s going on!
I seen your shortcodes added an “user_id” so I also tried that in an additional 7 lines at the end. Here is the code I’m using now:
Credits = [mycred_total_balance types="mycred_default"]
Warnings = [mycred_total_balance types="warning"]
Tests = [mycred_total_balance types="test"]
[mycred_show_if balance=-1 ctype=”mycred_default”]0 Credits remaining[/mycred_show_if]
[mycred_show_if balance=5 ctype=”mycred_default”]5 Credits remaining[/mycred_show_if]
[mycred_show_if balance=10 ctype=”mycred_default”]10 Credits remaining[/mycred_show_if]
[mycred_show_if balance=1 ctype="mycred_default"]Display this: [mycred_total_balance types="mycred_default"] unused search credits.[/mycred_show_if]
[mycred_show_if balance=-1 ctype=”warning”]-0 Warnings issued[/mycred_show_if]
[mycred_show_if balance=0 ctype=”warning”]0 Warnings issued[/mycred_show_if]
[mycred_show_if balance=1 ctype=”warning”]1 Warnings issued[/mycred_show_if]
[mycred_show_if balance=2 ctype=”warning”]2 Warnings issued[/mycred_show_if]
[mycred_show_if balance=0 ctype=”test”]0 tests[/mycred_show_if]
[mycred_show_if balance=1 ctype=”test”]1 test[/mycred_show_if]
[mycred_show_if balance=2 ctype=”test”]2 tests[/mycred_show_if]
only for user_ID 7 below:
[mycred_show_if balance=-1 ctype=”warning” user_id="7"]-0 Warnings issued[/mycred_show_if]
[mycred_show_if balance=0 ctype=”warning” user_id="7"]0 Warnings issued[/mycred_show_if]
[mycred_show_if balance=1 ctype=”warning” user_id="7"]1 Warnings issued[/mycred_show_if]
[mycred_show_if balance=2 ctype=”warning” user_id="7"]2 Warnings issued[/mycred_show_if]
[mycred_show_if balance=0 ctype=”test” user_id="7"]0 tests[/mycred_show_if]
[mycred_show_if balance=1 ctype=”test” user_id="7"]1 test[/mycred_show_if]
[mycred_show_if balance=2 ctype=”test” user_id="7"]2 tests[/mycred_show_if]
When logged in as user 7 the results I get:
Credits = 10
Warnings = 1
Tests = 2
Display this: 10 unused search credits.
only for user_ID 7 below:
then nothing.
When signed in as the administrator, that same code displays:
Credits = 0
Warnings = 1
Tests = 2
only for user_ID 7 below:
I’m grasping at straws here. Is there any chance the latest zip files you supplied didn’t contain all the current files? I’m sorry to be a pain but I can’t think of any reason we would get different results.