-
sushkov posted on the forum topic Text Editor Toolbar in Courseware in the group BuddyPress ScholarPress Courseware: 13 years, 9 months ago
Hmm,
if you have something like this:make sure you have this option unchecked in your profile page:
-
sushkov posted on the forum topic Courseware Teacher Role in the group BuddyPress ScholarPress Courseware: 13 years, 9 months ago
Nice to hear that. 🙂
Keep it up! -
sushkov posted on the forum topic Courseware Teacher Role in the group BuddyPress ScholarPress Courseware: 13 years, 9 months ago
nvm, just take this code:
https://gist.github.com/822628 -
sushkov posted on the forum topic Courseware Teacher Role in the group BuddyPress ScholarPress Courseware: 13 years, 9 months ago
wp_die( 'Please go back, this profile group can\'t be edited!' );
there’s a (‘) missing!
this formatting sucks a bit 🙂 -
sushkov posted on the forum topic Courseware Teacher Role in the group BuddyPress ScholarPress Courseware: 13 years, 9 months ago
Yep 🙂
-
sushkov posted on the forum topic Several problems in the group BuddyPress ScholarPress Courseware: 13 years, 9 months ago
1. switch back to US learning style in Courseware admin panel
2. disable all the plugins except courseware and try again, I know a couple of plugins that modify the forum creation workflow. just to be sure… -
sushkov posted on the forum topic Courseware Teacher Role in the group BuddyPress ScholarPress Courseware: 13 years, 9 months ago
No, do not delete it, it will be restored anyway. Here’s the code you need to automatically create teachers when they create a group. First function will simply hide the Courseware edit profile option, so you can delete it if you want. — ` loggedin_user->id; // Check if Courseware is enabled if( !class_exists( ‘BPSP_Roles’ ) ) […]
-
sushkov posted on the forum topic WordPress + BuddyPress + ScholarPress + BIGBLUEBUTTON= perfect solution in the group BuddyPress ScholarPress Courseware: 13 years, 9 months ago
@kennibc thanks for reporting this. I didn’t have time to test it, so your post is something very very useful! 🙂
-
sushkov posted on the forum topic Courseware Teacher Role in the group BuddyPress ScholarPress Courseware: 13 years, 9 months ago
You can simply remove that option from users.
There’s a thread with some code:
https://buddypress.org/community/groups/buddypress-courseware/forum/topic/remove-apply-to-be-a-teacher-option/I will post another piece of code that will automatically make a teacher for his own group, does that sound ok?
-
sushkov posted on the forum topic Courseware Newbie Questions in the group BuddyPress ScholarPress Courseware: 13 years, 9 months ago
Ok, I added a new issue: Course sub-pages.
I remember somebody already asked me about something like that, so this should also fix your situation. -
sushkov posted on the forum topic upload a file as a response to an assignment in the group BuddyPress ScholarPress Courseware: 13 years, 9 months ago
You can try turning that back to defaults and try writing a response.
-
sushkov posted on the forum topic Courseware Newbie Questions in the group BuddyPress ScholarPress Courseware: 13 years, 9 months ago
@jyakkudesu, try switching to european learning style… you should be able to create that way a couple of “course pages”. Maybe this can solve your problem.
Btw, using the same approach, you might ditch wiki/documents for built-in pages with downloads and bibliography.
Tell me what you think. -
sushkov posted on the forum topic upload a file as a response to an assignment in the group BuddyPress ScholarPress Courseware: 13 years, 9 months ago
This is an assignment response on the demo website… everything looks ok.
-
sushkov posted on the forum topic Fatal error in the group BuddyPress ScholarPress Courseware: 13 years, 9 months ago
I already added an issue to the list, so I will review that part of code and see how can I rewrite it to have no more problems like this in future.
-
sushkov posted on the forum topic Fatal error in the group BuddyPress ScholarPress Courseware: 13 years, 9 months ago
This is definitely a hosting environment issue:
http://codepad.org/nPWNzuVGCan you opt on MT for a more recent php environment?
-
sushkov posted on the forum topic Fatal error in the group BuddyPress ScholarPress Courseware: 13 years, 9 months ago
What is the php version you use?
What is the Courseware version you use? I’ve tested this on two of my setups and have no errors at all!
-
sushkov posted on the forum topic Fatal error in the group BuddyPress ScholarPress Courseware: 13 years, 9 months ago
http://courseware.nerd.ro/ uses latest stable BuddyPress. So far 0.1.5 is stable, so I think I will update it only when new features are ready or bugs need to be fixed.
Thanks for asking.
-
sushkov posted on the forum topic upload a file as a response to an assignment in the group BuddyPress ScholarPress Courseware: 13 years, 9 months ago
Hey @jyakkudesu,
yes, both of your suggestions are resonable, and the last is already a ticket. About the comments, changes will come up in the next release.Thanks.
-
sushkov posted on the forum topic upload a file as a response to an assignment in the group BuddyPress ScholarPress Courseware: 13 years, 9 months ago
You guys rock! 🙂
Keep it up!!! -
sushkov posted on the forum topic Removing BuddyPress menus, just showing Scholarpress menus in the group BuddyPress ScholarPress Courseware: 13 years, 9 months ago
Sorry, had to fix my laptop these days, so it took some time 🙂 Try this code:
bp_options_nav = $bp->bp_options_nav->courseware; if( $bp->current_component == $bp->groups->slug && $bp->current_action != $bp->courseware->slug ) // go directly to Courseware tab bp_core_redirect( bp_get_group_permalink( $bp->groups->current_group ) .…
[Read more] - Load More
@sushkov
Active 5 years, 4 months ago