Michael 2013-09-25T17:35:37-04:00

Forum Replies Created

Viewing 20 posts - 81 through 100 (of 649 total)
  • Author
    Posts
  • Michael
    Member
    Post count: 649

    I believe it just keeps going.

    Michael
    Member
    Post count: 649

    Szymon, I believe those are leaderboard IDs so that Sean could provide which leaderboards to exclude the administrators users from.

    Michael
    Member
    Post count: 649

    Not 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.

    Michael
    Member
    Post count: 649

    The 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.

    Michael
    Member
    Post count: 649
    in reply to: Error #10748

    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.

    Michael
    Member
    Post count: 649

    Sadly, 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.

    Michael
    Member
    Post count: 649
    in reply to: Error #10725

    If you could try to isolate exactly when it happens, like after activating a specific plugin, and if it goes away again afterwards, that would help out a lot.

    Michael
    Member
    Post count: 649

    Hmm. 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.

    Michael
    Member
    Post count: 649
    in reply to: Error #10709

    I am honestly not sure why that’s going on. I’ve checked the congratulations addon code and we have nothing that should be causing that.

    Have you confirmed that it doesn’t happen when the Congratulations addon is disabled?

    Michael
    Member
    Post count: 649
    in reply to: Cache issue? #10655

    No, 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.

    Michael
    Member
    Post count: 649
    in reply to: Cache issue? #10653

    Looks to have awarded when I tried it https://cloudup.com/cggS_eRn4gy

    Michael
    Member
    Post count: 649
    in reply to: Cache issue? #10595

    Possibly cached with that markup in place. Hard to say for sure.

    Michael
    Member
    Post count: 649
    in reply to: Cache issue? #10581

    Well, 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. 🙂

    Michael
    Member
    Post count: 649
    in reply to: Cache issue? #10575

    The 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?

    Michael
    Member
    Post count: 649
    in reply to: Cache issue? #10573

    I 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.

    Michael
    Member
    Post count: 649

    Would 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.

    Michael
    Member
    Post count: 649

    Pre-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.

    Michael
    Member
    Post count: 649

    As 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.

    Michael
    Member
    Post count: 649

    Can 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).

    Michael
    Member
    Post count: 649

    Can 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).

Viewing 20 posts - 81 through 100 (of 649 total)