Forum Replies Created
-
AuthorPosts
-
in reply to: Overall Member's Postion #10157
Will this work if say the member was #250 overall out 10,000, but the “Number of Users” in the “Leaderboard Settings” is set only to 10?
in reply to: License Key problems #10155Our dev site is a sub-domain so technically it’s the same site with a different database.
Is this only used for plugin updates?
in reply to: Overall Member's Postion #10148It sounds like it should be easy to code, but I don’t know the mechanics of the plugin.
get user id for the logged in user
get rank post meta for that id
But I have no idea how to write that.
in reply to: License Key problems #10147Will the license still work when I move it from our dev site to our live site?
in reply to: License Key problems #10128I have the same issue.
in reply to: Exclude Site Admin from Leader Board #8617Yes, what he said. 😛
I need a nap before I break all that down, but It sounds good. 🙂
in reply to: Responsive Tables #8614I got the css solution working. It isn’t perfect. If you know a bit about css and only use one board it should be easy to do. If you have more than one board you may need to wrap them in different div classes so you can setup different pseudo elements for each board.
It still would be great to have a more tailored solution like that Tablesaw script. 😉
in reply to: Exclude Site Admin from Leader Board #8613I think this should be easy to add. Just have a custom field in the settings that lists the default user roles and check those to exclude. Then you just add conditional elements in the php. The problem is I would need to read all the code and learn how it works before changing it. For someone that knows the code it should be easy. Should be.* 😛
in reply to: Exclude Site Admin from Leader Board #8608Where you able to find a solution for this?
in reply to: Display Name Vs User Name #8607Works great thanks!
in reply to: Monthly Top #8599THANKS!
I’ll test it out and report back.
in reply to: Errors Creating New Boards #8497Thanks! That seems to be working.
I think it still needs a better fix for scaling because once this is live and members get added to the database overtime this error will come back.
in reply to: Errors Creating New Boards #8426Version: 1.1.0
in reply to: Monthly Top #8416I need the same thing.
in reply to: Errors Creating New Boards #8415Still waiting on a fix.
in reply to: Errors Creating New Boards #8060White screen after hitting the publish button indicates a PHP error. It’s timing out the server.
This is the error:
Fatal error: Allowed memory size of 262144000 bytes exhausted (tried to allocate 71 bytes) in …./wp-includes/meta.php on line 829
That line of code has to do with user meta IDs.
It seems your plugin is trying to query all the users in the database. We have around 75,000.
Before you suggest increasing the memory, we already have it set to 1 gigabyte.
============================
Rebuild does the opposite. It sets the board back to zero.
in reply to: Installation #8059Moved reply here:
in reply to: Installation Erro Code #8058What do you mean by data?
We have created badges and points. We have members that have earned those badges and points.
If you mean do we have leaderboards, how could we have those when first installing this?
This is the code causing the error:
function badgeos_leaderboard_get_leaderboards_for_embedder() { $leaderboards = badgeos_leaderboard_get_leaderboards(); $leaderboard_ids = wp_list_pluck( $leaderboards, 'ID' ); $leaderboard_names = wp_list_pluck( $leaderboards, 'post_title' ); return array_combine( $leaderboard_ids, $leaderboard_names ); }
You don’t have a conditional array if there are no boards.
in reply to: Errors Creating New Boards #8045I guess it stay empty until someone earns new points. Is there a way to have it scan past points, badges, etc.?
Still have the white screen issue creating new boards.
in reply to: Installation Erro Code #8042Same issue. Creating a Leaderboard made the error go away, but the leader will not display in a shortcode or the widget.
-
AuthorPosts