Forum Replies Created
-
AuthorPosts
-
in reply to: How Badges Are achieved-counter #10954
I believe it just keeps going.
in reply to: Exclude Site Admin from Leader Board #10953Szymon, I believe those are leaderboard IDs so that Sean could provide which leaderboards to exclude the administrators users from.
in reply to: Sort by badges instead of Username #10801Not sure why it’s going in that order with the heading arrow pointing down. In case you hadn’t noticed, there is js-based sorting available when you click the headings. However, on my local install, when the indicator is pointed down, it’s going from highest to lowest. For yours it’s going lowest to highest.
For the sorting function found inside the plugin, we have this that’s supposed to handle the order:
array_multisort( $sort_column, SORT_NUMERIC, SORT_DESC, $leaders );
The sort column is going to be the chosen metric to sort by by default.
in reply to: Sort by badges instead of Username #10781The only way I can see it ranking in that sense would be if the all had no values to order by. It should be ranking from highest to lowest based on either points or by amount of achievements for the given default achievement type.
If you want to provide an admin account for me, I’m not against that. However, I can’t accept payment for it.
If you want to let me in, set up a user for michael@webdevstudios.com. Please provide a note, if possible about which thread the site is for, so I can better keep track of things.
in reply to: Add content to Achievement tab #10747Sadly, nothing I can see. This is really an area that we haven’t made very flexible at all. I am tracking back through what sets up this tab and you’d basically be having to rework the entire bp-members.php file from the Community Addon plugin.
It’s not against the rules to fork the addon and add your own customizations. It is a free plugin afterall. If you make a copy and rename it a bit, and you’d still be able to apply any updates we make to the original plugin.
in reply to: Add content to Achievement tab #10713Hmm. I’m not seeing any possible way to accomplish this without getting a bit developer heavy for some possible customizations. Does lend credence to some new hooks being a good idea for future versions of the plugins.
in reply to: Cache issue? #10655No, not that I recall, on a popup, but it did show the award status in the sidebar. I don’t recall clicking anywhere else afterwards either, though.
in reply to: Cache issue? #10653Looks to have awarded when I tried it https://cloudup.com/cggS_eRn4gy
in reply to: Cache issue? #10595Possibly cached with that markup in place. Hard to say for sure.
in reply to: Cache issue? #10581Well, when something is being done by ajax, that’s going to be a different situation than doing something that automatically causes a page reload, like clicking a link. By the time the link is clicked and the next page is registered, the need to show the popup has been determined, and *pop*. With the ajax part, the whole page isn’t being reloaded like the congrats popup needs.
No ideas on the blank popup, would need more information and possibly in js console errors that occurred.
JS is frustrating like that sometimes. 🙂
in reply to: Cache issue? #10575The markup for the congrats popup isn’t determined and added in time for the ajax for the activity codes, thus why it needs the extra click somewhere to be displayed.
For our reference, what changes did you make to have things fixed and working in your case?
in reply to: Cache issue? #10573I don’t think it should, since I believe all that is powered by ajax, which should work as long as the markup and the js is present.
Have you confirmed the achievement is also not showing when you visit the user’s profile in the WP admin? Do you have a link to the activity code submission that I could see, as well as the code in question? Possible there’s js errors coming through.
in reply to: Cannot Activate Site #10385Would you have issue with letting me in to see this firsthand? It should be cleared up from my understanding, but wouldn’t hurt to re-test on my end and without my dev copy.
in reply to: BageOS – Learndash – Grassblade #10370Pre-note. Not saying I can’t take a peek, I’m just not super familiar with all of the moving parts and would be asking a lot of questions regarding your current setup to try and help debug the best I can. I don’t mean to sound like I’m brushing anything off.
My question is mostly is Grassblade automatically integrated with LearnDash’s hooks, or are they a separate thing that would need specific integration by us. How tied together are those two, with regards to the hooks we utilize.
You have access to the files already with the plugin. The triggers/actions we have set up should be in the main
badgeos-learndash.php
file, and we utilize them in the/inc/rules-engine.php
file. Some actions, from the looks if it myself, are split up. I’m not the original developer of the plugin, so I don’t know the details behind that need. It’s all a bit complex, admittedly.in reply to: BageOS – Learndash – Grassblade #10356As far as I’m aware, we don’t have any specific Grassblade integration. If it’s something that is built into LearnDash’s standard hooks and whatnot, then we indirectly do. I’m not familiar at all with what Grassblade is at the present moment.
in reply to: Leaderboards Licence Inactive #10352Can you re-try saving the settings page with the license keys in place, or remove, save, and then re-add and re-save. I was doing some testing with the “active” indicator stuff, and I believe I found the issue(it was something on our side).
in reply to: Problem with congrats license key #10351Can everyone re-try saving the settings page with the license keys in place, or remove, save, and then re-add and re-save. I was doing some testing with the “active” indicator stuff, and I believe I found the issue(it was something on our side).
-
AuthorPosts