-
S posted a new activity comment 13 years, 11 months ago
I’m afraid I can’t agree with you.
Can you explain what exactly is the problem? Open a forum topic. -
sushkov posted on the forum topic Conflicting problem with bibliography option in the group BuddyPress ScholarPress Courseware: 13 years, 11 months ago
Thank you guys, it was a stupid typo I did.
https://github.com/scholarpress/buddypress-courseware/commit/c20d65f748c2d0ac7803a8ccb1e8cc00e7d2afc5@sunsetcowboy, your version is already fixed!
Happy holidays! -
sushkov posted on the forum topic Conflicting problem with bibliography option in the group BuddyPress ScholarPress Courseware: 13 years, 11 months ago
The Achievements widget is visible in the screenshot.
@sunsetcowboy, can you give me access to your BuddyPress Courseware installation so I can test things around?
My email is stas@nerd.roThanks in advance.
-
sushkov posted on the forum topic Conflicting problem with bibliography option in the group BuddyPress ScholarPress Courseware: 13 years, 11 months ago
@sunsetcowboy what issue?
@asshu was reporting some css issues related to Achievements plugin. You use a different theme and you say that sidebar dissappears which is different from initial report. Can you bring some more details? What browser do you use and what exactly should I do in order to reproduce the issue.
-
sushkov posted on the forum topic Problems: no Courseware dashboard in the group BuddyPress Community Stats: 13 years, 11 months ago
Please read the
About Roles
part:
http://scholarpress.github.com/buddypress-courseware/handbook.html#roles-warning -
sushkov posted on the forum topic Problems: no Courseware dashboard in the group BuddyPress Community Stats: 13 years, 11 months ago
No, you do not need MU, since WordPress 3.0, MU doesn’t exist anymore, it’s merged with the core.
Go to the
Admin
tab of your group, and search forCourseware
, if you see one, check if the option is checked!
Just like it is here:
http://is.gd/iSosL -
sushkov posted on the forum topic Problems: no Courseware dashboard in the group BuddyPress Community Stats: 13 years, 11 months ago
Hi @Federicoviola, Please from now on, post Courseware questions within it’s own forum. Can you explain what means: “I donβt get acces to bibligraphy, courses, calendar, etc.”? Do you get some errors, or what exactly is the problem? Based on what you wrote, once Courseware is globally enabled, any group admin should be able to manage […]
-
sushkov joined the group BuddyPress Community Stats 13 years, 11 months ago
-
sushkov posted on the forum topic Questions about the bibliography in the group BuddyPress ScholarPress Courseware: 13 years, 12 months ago
@ahayman, here’s the deal with Bibliography. We made it shared because of the following: * Groups usually share books/references and making it per group would be a waste in sharing that information and used time * The Bibliography is usually something that has no need or privacy/licensing * You save time for others by sharing references […]
-
sushkov posted on the forum topic Translations in the group BuddyPress ScholarPress Courseware: 13 years, 12 months ago
@emitremmus
Here’s a guide for poedit which I kindly recommend.https://codex.wordpress.org/Translating_WordPress#Translating_With_Poedit
-
sushkov posted on the forum topic Translations in the group BuddyPress ScholarPress Courseware: 13 years, 12 months ago
Hmm, those are Italian translation, first you need to translate the bpsp.po to German.
-
sushkov posted on the forum topic Translations in the group BuddyPress ScholarPress Courseware: 13 years, 12 months ago
The file that you need to translate is called
bpsp.po
, and it can be found inlanguages
folder.
Here’s a link to the latest version:
https://github.com/scholarpress/buddypress-courseware/tree/master/languages/Follow the same naming conventions after releasing the file:
bpsp-xx_XX.po/.mo
Thanks.
-
sushkov posted on the forum topic BuddyPress Courseware error while creating bibliography database. in the group BuddyPress ScholarPress Courseware: 14 years ago
Btw, what’s the WordPress version you use?
You need at least 3.0, you know that, right?! -
sushkov posted on the forum topic BuddyPress Courseware error while creating bibliography database. in the group BuddyPress ScholarPress Courseware: 14 years ago
This is weird, the error is generated when a post type
Bibliography
is created, if it fails creating a post of that kind with the name:BIBSDB
, it will output the error. Can you enable debugging in Courseware? Edit the line #15, and change: ` define( ‘BPSP_DEBUG’, true ); // This will allow you to […] -
sushkov posted an update in the group BuddyPress ScholarPress Courseware: 14 years ago
Over 2k downloads. Yay π
-
sushkov posted on the forum topic Problem with a new installation in the group BuddyPress ScholarPress Courseware: 14 years ago
Ok great to hear that π
-
sushkov posted on the forum topic trouble creating 'teachers' in the group BuddyPress ScholarPress Courseware: 14 years ago
This is the line that causes you troubles:
https://github.com/scholarpress/buddypress-courseware/blob/master/roles/bpsp-roles.class.php#L33messages_new_message()
is from BuddyPress, the messages component.
Do you have messages activated, did you try with vanilla BuddyPress and Courseware?Anyway, all I can say it’s not caused by Courseware, it…[Read more]
-
sushkov posted on the forum topic Problem with a new installation in the group BuddyPress ScholarPress Courseware: 14 years ago
On home/dashboard, there’s not Bibliography button because Bibliography for students depends on context and is available only on courses/assignments pages. What about insert button, I need more tests to be sure. It was a hack to make it work: https://github.com/scholarpress/buddypress-courseware/commit/8b10c6e30772201ff93ab9e72a8b0f7f0132fb5c So…[Read more]
-
sushkov posted on the forum topic Possible to hide courseware tab in profiles for ordinary users? in the group BuddyPress ScholarPress Courseware: 14 years ago
You can check the Configuration options:
http://scholarpress.github.com/buddypress-courseware/handbook.html#configurationIf you check the last option and put a courseware.css file in your current theme, that will be loaded automatically. No need to hack around, just place the file and edit it.
-
sushkov posted on the forum topic Possible to hide courseware tab in profiles for ordinary users? in the group BuddyPress ScholarPress Courseware: 14 years ago
Hmm, piece of cake π You can try hooking some verification function like this:
function hide_courseware_from_aliens() { global $bp; $user_id = $bp->loggedin_user->id; $role = xprofile_get_field_data( __( 'Role'), $user_id ); if( !$role ) remove_action( 'bp_init', 'bpsp_init' ); } add_action( 'bp_loaded', 'hide_courseware_from_aliens' );
This will…[Read more] - Load More
@sushkov
Active 5 years, 4 months ago
sure, ill camtasia the issue for you, hang on
here you go buddy
http://johnassaraf.com/camtasia/courseware-error/courseware-error_controller.swf