Hi, I cannot activate the plugin of LearnPress – bbPress Integration. I downloaded from the site and installed it but could not activate. Please help.
]]>Hello,
I have LearnPress and bbPress (v2.6.6) installed and I have an issue with forums.
Course A is attached to Forum A and this has been working well for over a year. I recently created Course B which is a duplicate of Course A. Course B is attached to Forum A.
Users who are signed up for Course B gets the message ‘ You are not enrolled in the course’ when they try to access their forum which is Forum A.
Please can you help????
Thanks
Hi,
I’ve placed the forum link below the course meta info inside the course header by hooking the forum_link function this way:
add_action( 'learn-press/course-content-summary', function(){(new LP_Addon_bbPress)->forum_link();}, 14 );
But I’m not very good at OOP and can’t figure out how to remove the default print link action hooked in load.php line 62:
add_action( 'learn-press/single-course-summary', array( $this, 'forum_link' ), 0 );
I’ve tried this:
add_action( 'wp_head', 'sale' );
function sale() {
remove_action('learn-press/single-course-summary', array(LP_Addon_bbPress, 'forum_link'), 0);
}
How LP_Addon_bbPress class is instantiated? There is no global object?
]]>Can the Learn Press- BB Press integration be updated sooner than later? I would love to use this to beta test my professional development course.
]]>I want to embed the topic inside a lesson. I am using the shortcodes available for doing this and it is displaying just fine.
The problem is when a user clicks on send, it redirects to the single course page.
How can I improve this?
]]>Every time I reenter the forum section on the frontend editor course settings tab, it duplicates the existing forum name.
I am guessing it has to do with the ajax on the frontend editor.
Any assistance would be most appreciated.
]]>I want to make a simple request. Wrapping the text and link to the course’s forum, so styling is easier. Right now it has a paragraph tag, and inside the link has a class selector, but the paragraph does not.
Just adding a class to this p would help to style this element.
]]>Hi, can i create a trhead for each course, between student and teacher?
]]>How to add forum to existing courses.
i.e. courses published before bb press plugin installation.
Using
LearnPress 2.1.9.7
bbPress 2.5.14
LearnPress – bbPress integration 2.1.2
A new test course can create a Course Forum just fine.
I have an existing Course (imported from another website) that when enabling bbPress forum, instead of creating a new forum, it points to a broken link.
I disable the forum and save changes. When enabling again, it remembers the wrong (non-existing) forum with the broken link.
I tried exporting and importing again, and when enabling, it continues to point to a wrong link without creating a new forum.
A new test course can create the forum just fine.
Is there a way to re-set the system so when I check on “Enable bbPress forum for this course” it would not remember the wrong setting and it would create the new forum?
]]>I have a Learnpress course, the template of the page is perfect and we want every page to look like this one however when we go to duplicate this course , it makes another course but the display is very different and not what we want. How do i find what template/display settings are been used on the page we like , so i can make other pages look like this one?
I have tried copying the coding but this still shows a different template,
this shows up at the bottom of our perfect page too
Rendered template: /home/w2105614/public_html/wp-content/themes/course-builder/single.php
]]>Helllo,
I’m using LearnPress 2.1.4.2 and version 2.0 of this Reviews add-on. How do I access the bbPress Forum that is attached to my course? There’s no link to get to it from within the Course itself, and I don’t see any other way for my students to navigate from the course to the forum.
How do I add a link to the forum on the course page? Is there any kind of forum meta that links the course to the forum?
Thanks,
]]>hows it will work
]]>