Bijingus
Forum Replies Created
-
There isn’t but that’s a great idea. I will definitely consider this for a future release.
Yes, lessons can be viewed in any order and at any time.
I’m unable to view the link you’ve included because it’s a preview link.
Have you disabled comments for each lesson? You can do this in the admin area by going to WP Courses->lessons. Then hover over each lesson and click “quick edit” and deselect the “allow comments” checkbox and click “update.”
Hopefully this sovles this for you. If not, let me know and I’d be happy to assist further.
Updating to the latest version of WP Courses should resolve this for you. This is an old issue that was recently patched.
Thanks!
Yes, there is. In the admin area go to WP Courses->Students and Progress. You’ll see a searchable list of all your users. Click on any one and you’ll be brought to a page with all of that user’s course progress.
Thanks for the positive review Simon. I’d be interested to hear what additional restriction options you’d like to see. There is already an option to require that users be logged in to view specific lesson content.
Breadcrumb trails have been added in the latest update which include the connected course and course category.
There’s no feature that allows for the tracking of connection times. Google Analytics would be good for this, although you wouldn’t be able to correlate connections times with specific users.
I see. That’s a bit different than what I thought you were referring to. BB Press might be a good fit for this. Setup a forum and create topics with the lesson names where your students can submit videos.
Developing a feature where students can submit content might be a good idea. I’ll keep this in mind.
It’s currently in development as a premium add-on. No firm release date yet.
This bug was patched a while ago. Let me know if you’re still having trouble.
WP Courses doesn’t currently support front-end course submissions or a Buddypress add-on to do so. I don’t see this being something that’s developed in the near future as it would be a huge undertaking and I’m not sure there’s a lot of demand for something like this. This isn’t to say it will never happen but just not in the near future.
This isn’t a current feature although I will definitely consider implementing this in a future release.
Forum: Plugins
In reply to: [Inline Image Upload for BBPress] pro version do not upload imagesI experienced this same issue and was able to solve it by disabling the automatic image resizing in the settings. Not a perfect solution as that was a feature I wanted to use, but at least the plugin is working now.
Forum: Themes and Templates
In reply to: [Theme Regina] Edit HTML / Add Anchor to title sectionI think I understand what you are asking. This should do the trick.
if(is_front_page()) { echo '<h2><a id="your-id" href="your-link">' . $section_title . '</a></h2>'; } else { echo '<h2>' . $section_title . '</h2>'; } echo '<hr>';This will only include your link if the page is your front page. Make sure you’ve set the appropriate page as the front page in the customizer though.
Also, you’ll have to replace the anchor id and href with your own.
Hope this helps.
Myles