Forum Replies Created
-
AuthorPosts
-
in reply to: Overall Member's Postion #10130
I don’t believe we have anything like that set up. I know the leaderboards use post meta to store the data/ranking, but nothing related to plucking out specific users and their position in the ranking. Would be an interesting one to try and code out, to be honest.
You’d need the leaderboard ID to fetch for, grab the content, and a User ID to fetch from it.
in reply to: License Key problems #10129Dennis, I see your license active in a dev site related to filmmaker. You should be fine overall.
in reply to: Css Styling and Button click #10070For the first item, it honestly depends on how good your CSS skills are and how well the default markup matches up to what you need.
There’s also the
badgeos_render_achievement
filter that you can override with your own markup.return apply_filters( 'badgeos_render_achievement', $output, $achievement->ID );
$output will be the default markup variable, and the $achievement->ID is the ID of the achievement presently being rendered.
For the second item, I don’t see why it wouldn’t be possible, but it also sounds like it’s outside the general scope of our support, as there’s nothing to it related to BadgeOS itself.
in reply to: Leaderboards Licence Inactive #10026Is it showing the shortcode unparsed on the frontend? or just an empty space? Possible that there’s no data quite yet to show.
in reply to: Leaderboards Licence Inactive #10024The license shouldn’t be hindering any usage of the plugin. It just enables updates and support. I have double checked, and it’s showing as active for a domain about hockey achievements right now. I believe you should be good to go, despite what the spot says for you.
in reply to: Show User Points #9903Functionality that stems back to the core BadgeOS plugin.
Just use the following function:
echo badgeos_get_users_points( 23 );
Only major downside is that you would have to implement it yourself in the templates. If no ID provided, it’ll default to the current user.
For something like BuddyPress profiles, use
bp_displayed_user_id()
in reply to: Bulk Leaderboard Update #9823Will add that to our issue tracker as an enhancement idea though.
in reply to: Bulk Leaderboard Update #9822No method like that that I’m aware of, sorry.
in reply to: License Key problems #9820The private replies are because they hold private info that only the original thread author should see. I see an active install listed for you for a domain with f-marc in it. Being slightly vague there because I think a private reply here would show for Jorge, but not you. So just giving enough details to confirm on your end.
I believe so though I’ve never actually done much with this topic, so I can’t make guarantees. Backup your database and try things on a dev copy of the site if available before you do anything live. Deleting the logs should be removing the wp_posts entries and associated meta, if I understand WP enough.
If I recall the Reports queries correctly, they’re done based on the BadgeOS log post type and the listings provided there.
Edit: at least the User report is done that way for sure. Others are based on the achievement type or achievement ID.
For any sort of fix, I’d need to have a list of exact edits made to what files so I can determine if it’s something that needs to be specifically taken care of by us, or if it’s out of our scope.
Hi Jose.
Thanks for keeping me updated on this. I’m glad to hear that a solution was found. Sorry I wasn’t able to loop back around myself, it’s been a busy end of week.
Very interesting that it boiled down to javascript conflicts.
Let us know if you have any other issues.
Not saying that, I’m just not managing to figure out, yet what’s going on. I also don’t have access to the source code for the UMP plugin to see if that reveals anything to me.
This is the official BadgeOS support channel for the various premium products, so you’re in the right place in that regards. The core plugin has its own public WordPress.org forum.
I am left wondering why it only happens with UMP-registered members though.
Interesting that it happens only with Ultimate Membership Pro.
Part of what determines if the modal should show is the following:
'since' => badgeos_congrats_get_modal_since()
It’s stored as a timestamp. It should be getting set during the process of some ajax.
I’m now curious if parts aren’t being output, or some other sort of issue is going on preventing setting that time since.
Question for you since you’ve got the access. Does this plugin use its own tables for members? Or does it put them in the good ole fashioned wp_users table.
Part of this is just jotting down notes for myself, for the record.
Received.
I’d end up going through FTP/SFTP and manually upload the files that way. Settings you have aren’t stored in the files at all, so there’s no risk of losing anything with this method. Settings are stored in the database.
michael @ webdevstudios . com will reach me.
May need to trigger a refresh for checking for available updates.
Otherwise https://badgeos.org/add-ons/my-downloads/ should offer the actual downloads as well, not just license keys.
Are you willing to provide a temporary admin account for me to investigate some things with?
-
AuthorPosts