-
Stas Sușcov posted on the forum topic Frisco Child Theme in the group Creating & Extending 14 years, 11 months ago
GG!
-
Stas Sușcov posted on the forum topic Synced Calendars? in the group BuddyPress ScholarPress Courseware 14 years, 11 months ago
Hmm,
the problem is that there’s no really unified dashboard in Courseware, so even if I can develop this, I don’t know where to place it. Secondly, I really like how the calendars work now, they offer you and iCal feed, which […] -
Stas Sușcov posted on the forum topic Synced Calendars? in the group BuddyPress ScholarPress Courseware 14 years, 11 months ago
Hey,
I’m sorry but I can’t find a good reason to add that functionality, both of those.
Even though, you can get all the events into one calendar by creating a plugin that will generate calendar content from iCal files every […] -
Stas Sușcov posted on the forum topic Unable to Upload documents to assignments in the group BuddyPress ScholarPress Courseware 14 years, 11 months ago
@stephenbuck415 can you test this plugin I wrote especially to solve the upload related problems.
This plugin allows you to:
* Manage allowed file extensions for uploads
* Mask files location
* Disable uploads at all[…]
-
Stas Sușcov posted on the forum topic Courseware Teacher Role in the group BuddyPress ScholarPress Courseware 14 years, 11 months ago
cw_make_group_admins_teacher()is an example of how you can use the Courseware API to fix customize the workflow, if will not (and probably never be) included in core, as I tend to keep things simple and light.It is plugins […]
-
Stas Sușcov posted on the forum topic Member Group Creation Permissions? in the group BuddyPress ScholarPress Courseware 14 years, 11 months ago
Imho, you are over-engineering!
Replace Group Hierarchy with tags, should simplify things a lot.Also, please take a look at BuddyPress 1.3, it now offers settings to restrict group creation:
-
Stas Sușcov posted on the forum topic Remove Apply to be a Teacher option in the group BuddyPress ScholarPress Courseware 14 years, 11 months ago
@PiManIII use the xprofile API! It’s all there.
-
Stas Sușcov posted on the forum topic User Centered Calendar (e.g. "My Calendar) in the group BuddyPress ScholarPress Courseware 14 years, 11 months ago
Hmm, no.
Larry was saying about Dashboard calendar, look for the first page of Courseware.In fact, that one was removed in the new version, since the Calendar/Schedules tab is doing all that job already and is pretty tight […]
-
Stas Sușcov posted on the forum topic Courseware admin links in the group BuddyPress ScholarPress Courseware 14 years, 11 months ago
In fact, @boonebgorges says we should use something like:
add_action( bp_core_admin_hook(), array( __CLASS__, 'menus' ) ); -
Stas Sușcov posted on the forum topic Courseware admin links in the group BuddyPress ScholarPress Courseware 14 years, 11 months ago
Btw, the release is coming this month, right after BuddyPress 1.3 is ready.
I’m testing it tight with latest BuddyPress codebase from trunk. -
Stas Sușcov posted on the forum topic Courseware admin links in the group BuddyPress ScholarPress Courseware 14 years, 11 months ago
What version of Courseware are you using?
Looking through the BuddyPress 1.3 codebase, the correct hooking should be done like this:
`
add_action(
bp_core_update_do_network_admin() ? ‘network_admin_menu’ : ‘admin_menu’; […] -
Stas Sușcov posted on the forum topic WP 3.2, BP 1.2.9 – Unable to post and edit assignments in the group BuddyPress ScholarPress Courseware 14 years, 11 months ago
This forums if ok for feedback 🙂
Thanks. Keep in touch.
-
Stas Sușcov started the forum topic BuddyPress 1.2.x compatibility in the group BuddyPress ScholarPress Courseware 14 years, 11 months ago
Should there be a 1.2.x intermediary release, or all should focus on the upcoming 1.3/3.2?
Thanks.
-
Stas Sușcov posted on the forum topic WP 3.2, BP 1.2.9 – Unable to post and edit assignments in the group BuddyPress ScholarPress Courseware 14 years, 11 months ago
There won’t be a 3.2/1.2.9 version for Courseware.
A new release is coming up next week that will offer:
* assignments (including quizzes, automatic grading)
* lectures (courses/sub-courses will be replaced with a new handbook […] -
Stas Sușcov posted on the forum topic Assignment Created with no title 🙁 in the group BuddyPress ScholarPress Courseware: 15 years ago
Glad you fixed it.
Cheers! 🙂 -
Stas Sușcov posted on the forum topic Assignment Created with no title 🙁 in the group BuddyPress ScholarPress Courseware: 15 years ago
In the courseware root folder, there’s the
courseware.phpfile, edit it and changeBPSP_DEBUGto true.
Here’s an example of that file:
https://github.com/scholarpress/buddypress-courseware/blob/master/courseware.php#L15I need to check why assignment was created even if the title was empty.
Thanks. -
Stas Sușcov posted on the forum topic Unable to Upload documents to assignments in the group BuddyPress ScholarPress Courseware: 15 years ago
Hmm, I did a quick search on wp.org/extend/plugins, and it looks like there’s no plugin that masks upload path and extends allowed file types list (or some bloated plugins have it, but I was not able to get there quickly). So I will probably write a quick one that does that job. Courseware needs serious […]
-
Stas Sușcov posted on the forum topic Unable to Upload documents to assignments in the group BuddyPress ScholarPress Courseware: 15 years ago
Hmm, nope, this is a WordPress restriction that can be fixed by some plugins.
Imho, it sounds fair to add such an option into Courseware, but it doesn’t have one right now. -
Stas Sușcov posted on the forum topic Plugin could not be activated because it triggered a fatal error. in the group BuddyPress ScholarPress Courseware: 15 years ago
I’m glad you got it fixed.
Actually, I think that the initial ticket was opened by somebody coming also from GoDaddy.
Anyway, carry on! -
Stas Sușcov posted on the forum topic Plugin could not be activated because it triggered a fatal error. in the group BuddyPress ScholarPress Courseware: 15 years ago
It looks like you are using an older version of BuddyPress where this bug is not fixed. Please try to upgrade.
Thanks.
- Load More
@sushkov
Active 6 years, 12 months ago