Plugin: BuddyPress ScholarPress Courseware

Join this plugin group to follow comments, support topics and reviews.

No roles (14 posts)

Started 1 year, 5 months ago by: LPH2005

  • Profile picture of LPH2005 LPH2005 said 1 year, 5 months ago:

    Installation was done through the /wp-admin add new plugin and was activated. Collaboration option chosen, enabled courseware for a single established group, went to edit profile but no user roles are available.

    Any suggestions?

  • Profile picture of Stas Sușcov Stas Suscov said 1 year, 5 months ago:

    @LPH2005,
    you are trying to do that for your user, or someone else?

    The profile fields are hidden in BuddyPress for other users, even if you’re admin, so you will need to figure out the link by yourself, or login as the target user and it should be visible.

    http://scholarpress.github.com/buddypress-courseware/handbook.html#roles

  • Profile picture of LPH2005 LPH2005 said 1 year, 5 months ago:

    I’m not clear. I’ve gone over the handbook several times – and the location of “student and teacher roles” is blank. Only radio button and it has nothing next to it.

    This is for my user account, an admin for the group as well as admin for the site.

  • Profile picture of Stas Sușcov Stas Suscov said 1 year, 5 months ago:

    @LPH2005, could you check the buddypress profile fields in wp-admin, there should be a field generated by Courseware named Role with the “Teacher, Student and Apply for Teacher” options.

  • Profile picture of LPH2005 LPH2005 said 1 year, 5 months ago:

    There are a few fields:

    Role (radio field type but no options available),
    Student (option, text box; not required)
    Apply for teacher (option, text box, not required)
    Teacher (text box, not required)

  • Profile picture of Stas Sușcov Stas Suscov said 1 year, 5 months ago:

    Ok, another question, do you use default template?
    Can you check the source code of the page if the <select><option>...</select> stuff is there on your Profile Edit page?

    The correct roles option should looks like this:

    http://is.gd/eSqZp

  • Profile picture of LPH2005 LPH2005 said 1 year, 5 months ago:

    Thank you. I’m having a much bigger problem. I deleted the roles in the wp-admin, uninstalled, and reinstalled the plugin. This fixed that issue but I still can’t create an assignment. Maybe I need to completely uninstall and try again. Something may have fouled up because I tried an earlier version ..

    Do you have uninstall instructions? Data tables?

  • Profile picture of Stas Sușcov Stas Suscov said 1 year, 5 months ago:

    @LPH2005,
    from what I know there’s no need for special uninstall instruction, the plugin has no data tables, it’s all custom post types/taxonomies and options.
    You’re the 3rd person reporting this issue after a previous install, which I can’t help/don’t know how to do that.
    I need one of yours codebase and db dump, your’s or @ebars in oder to test it.
    The problem is somewhere here:

    http://buddypress.org/community/groups/buddypress-courseware/forum/topic/cant-get-it-working-after-hours-of-trying/#post-70506

  • Profile picture of Stas Sușcov Stas Suscov said 1 year, 5 months ago:

    @LPH2005,
    can you update and report if it works now?

    See:

    http://buddypress.org/community/groups/buddypress-courseware/forum/topic/cant-get-it-working-after-hours-of-trying/?topic_page=2&num=15#post-70745

  • Profile picture of LPH2005 LPH2005 said 1 year, 5 months ago:

    0.1.3 allows me to create an assignment – cool!

    1. Clicking on “Enable Assignment Forum” does not create a link.
    2. The course states it was started by _______ – how can this name be changed?
    3. Can more than one course be created for a group?
    4. Go to http://www.thechembook.com/groups/first-year-chemistry-learners/courseware/ and the top sub-menu dashboard shown in handbook is not available

  • Profile picture of Stas Sușcov Stas Suscov said 1 year, 5 months ago:

    1. I tested it on my install, it works. Can you check if a topic is created in forums tab? I believe you have the forums enabled for your group, right?
    2. It shows the name of the course author, so that user has to change his name.
    3. Yes, switch to European Learning Style in wp-admin -> BuddyPress -> Courseware
    4. Check your theme, the submenu id="subnav" should be supported in order to get those links! As a tip, please check the bp-themes/bp-default/groups/single/plugins.php to have the bp_before_group_body action in there.

  • Profile picture of Stas Sușcov Stas Suscov said 1 year, 5 months ago:

    Bump!
    @LPH2005, any issues listed above still persist?

  • Profile picture of bizpod bizpod said 1 year, 5 months ago:

    Re. point 4) above, I’m also having issues getting the submenu to display with our theme.

    My developer tried to get around this issue using a custom courseware.css file but it looks like the courseware.css checkbox is looking in the wrong folder:

    http://www.mysite.com/wp-content/themes/bp-corporate/style.css/courseware.css?ver=0.1.1

    The /style.css/ in the URL is extra.

  • Profile picture of Stas Sușcov Stas Suscov said 1 year, 5 months ago:

    @bizpod can you apply this modifications and see if it works:

    http://github.com/scholarpress/buddypress-courseware/commit/d97dbf561677494cf08824195eca6d75be6ecdf1

    Thanks.