-
Stas Sușcov replied to the forum topic changing menu item in the group BuddyPress ScholarPress Courseware 13 years, 3 months ago
Sure,
try this:function cw_hack() {
global $bp;
var_dump( $bp->bp_options_nav[$bp->groups->current_group->slug][$bp->courseware->slug] );
}
add_action( 'courseware_group_set_nav', 'cw_hack' );
🙂 -
Stas Sușcov replied to the forum topic unique plugin to remove a filter or option from courseware in the group BuddyPress ScholarPress Courseware 13 years, 3 months ago
@inventanew really nice to hear that!
About the best way to hide things, some things are really hackable through hooks, some might be not (it’s […]
-
Stas Sușcov replied to the forum topic Group | Edit Course button returns to home page in the group BuddyPress ScholarPress Courseware 13 years, 3 months ago
Courseware 1.0-alfa requires BuddyPress 1.5-beta!
Thanks for testing it.
-
Stas Sușcov replied to the forum topic Update Course with strange behaviour in the group BuddyPress ScholarPress Courseware 13 years, 3 months ago
Hmm, there might be some issues with group creating process. I will check my code and also ask @boone about that.
Thanks.
-
Stas Sușcov replied to the forum topic Update Course with strange behaviour in the group BuddyPress ScholarPress Courseware 13 years, 3 months ago
Thank you, I will check it again.
It’s kinda hard to keep in sync with BP trunk changes. -
Stas Sușcov replied to the forum topic Cannot add assignment in the group BuddyPress ScholarPress Courseware 13 years, 3 months ago
Hi,
it’s a known issue.
Please read this announcement about it:
https://buddypress.org/community/groups/buddypress-courseware/forum/topic/buddypress-1-2-x-compatibility/ -
Stas Sușcov replied to the forum topic New updates to fix bugs? in the group BuddyPress ScholarPress Courseware 13 years, 4 months ago
Sure, you can leave a link, so I can include it in the recommended list or something like that 🙂
-
Stas Sușcov replied to the forum topic Any idea where Courseware grabs its default CSS from? in the group BuddyPress ScholarPress Courseware 13 years, 4 months ago
Happy to serve! 🙂
Carry on! -
Stas Sușcov replied to the forum topic Any idea where Courseware grabs its default CSS from? in the group BuddyPress ScholarPress Courseware 13 years, 4 months ago
Please check this line:
https://github.com/scholarpress/buddypress-courseware/blob/master/groups/groups.class.php#L121Courseware hooks into
groups/single/plugins.php
template file.
https://github.com/buddypress/trunk/blob/master/bp-themes/bp-default/groups/single/plugins.php […] -
Stas Sușcov replied to the forum topic New updates to fix bugs? in the group BuddyPress ScholarPress Courseware 13 years, 4 months ago
BP 1.3 is in beta/RC, so it’s not yet released 🙂
You are free to test the upcoming release any time by downloading that from:
https://github.com/scholarpress/buddypress-courseware/archives/master (look for sources downloads) […] -
Stas Sușcov replied to the forum topic tinymce fullscreen tools showing in non-fullscreen view in the group BuddyPress ScholarPress Courseware 13 years, 4 months ago
It’s ok, nice to see new people using Courseware 🙂
Thanks for the report. -
Stas Sușcov replied to the forum topic tinymce fullscreen tools showing in non-fullscreen view in the group BuddyPress ScholarPress Courseware 13 years, 4 months ago
Please, before opening a new thread take a look at existing discussion. Your problem has been discussed here:
https://buddypress.org/community/groups/buddypress-courseware/forum/topic/wp-3-2-bp-1-2-9-unable-to-post-and-edit-assignments/ […] -
Stas Sușcov replied to the forum topic Disable Calendar and Due Dates in the group BuddyPress ScholarPress Courseware 13 years, 4 months ago
hmm, the easiest way would be to put the
courseware.css
file into the theme folder and add thedisplay: none
to the elements you want to hide.
Check the configuration, last option:
http://scholarpress.github.com/buddypress-courseware/handbook.html#configuration […] -
Stas Sușcov replied to the forum topic Couldn't edit courses. in the group BuddyPress ScholarPress Courseware 13 years, 4 months ago
buddypress-courseware
should be the name of the folder.
And once again, I want to knwo what version of WordPress and BuddyPress are you using 🙂 -
Stas Sușcov replied to the forum topic Remove Apply to be a Teacher option in the group BuddyPress ScholarPress Courseware 13 years, 4 months ago
On registration page, you can hook into it some code, by using xprofile API, you can add a new checkbox, and check it on submission.
Try to look into the source code of the registration page.
-
Stas Sușcov replied to the forum topic A suggestion in the group BuddyPress ScholarPress Courseware 13 years, 4 months ago
Hmm,
so far changing the localization file is the best way you can solve this problem.
There’s also another way, by creating a plugin, take a look here:
https://buddypress.org/community/groups/buddypress-courseware/forum/topic/changing-the-word-courseware-to-something-else/ […] -
Stas Sușcov replied to the forum topic Couldn't use unicode characters in quizes. in the group BuddyPress ScholarPress Courseware 13 years, 4 months ago
Yay! 🙂
-
Stas Sușcov replied to the forum topic Couldn't edit courses. in the group BuddyPress ScholarPress Courseware 13 years, 4 months ago
Okey, thanks 🙂
-
Stas Sușcov replied to the forum topic Couldn't use unicode characters in quizes. in the group BuddyPress ScholarPress Courseware 13 years, 4 months ago
-
Stas Sușcov replied to the forum topic Couldn't edit courses. in the group BuddyPress ScholarPress Courseware 13 years, 4 months ago
Hello,
may I ask you about the WordPress and BuddyPress versions you use?If you are using the latest version from GitHub, you should use BuddyPress 1.3 and latest WordPress! Older releases are not supported.
Thanks.
- Load More
@sushkov
Active 5 years, 4 months ago