More Than One Course Module Hub?
Hi there, Is anyone using more than one course module?
What I mean by this is by default FluentCommunity provides one course module hub and one can access and view all courses on one page from the main menu.
What I would like to do is have another course hub displaying different types of courses on one page in the form of say Programs.
Currently I have to mix Courses and Programs together in the one hub. Be great to have a separate main menu link for Courses and a separate main menu link for Programs that takes you to the separate hubs based on the course type.
WPNinja support says by default it's not possible to have an additional course module hub but can customise it as such.
Anyone done such a thing?
Ross FCAΒ you may know a workaround seeing you love to play around with the customizations
Thanks
Iβm not even sure I know what the course module hub is. Can you link to it in your community or screenshot it? I can help brainstorm a workaround.
Kaneisha GraysonΒ when I refer to the course module hub it's the course module within FluetnCommunity activated displaying all courses on one page (hub) on the front end. This is where you see All Courses (see screenshot)
Be great to have two separate course pages with courses for different purposes i.e one page has a display of All Courses and another has a display of all Programs using the courses module also for the programs.
Programs are different to courses so as not to mix them up all in one courses page but to rather separate them in different pages and different menu links for 1. Courses 2. Programs
Morgan McArthurΒ got it! Iβll think on it but I think this might be only really truly addressable with custom code.
Thanks yes that is what WPNinja support mentioned when I reached out to them, that it would require a level of custom code
Here's an example Morgan McArthurΒ - this is a custom page that uses a custom block that pulls your courses in, you can add a list of course-ids to only show specific courses, and then add a bunch of information around it for context. Not quite what you asked for, but could be used to develop a "Programs" page.
https://fluentcommunityaddons.com/portal/page/curated-courses
Ross FCAΒ Thanks RossΒ this is great, really appreciate you looking into this for me. So how would I go about implementing such a block that pulls in the courses?
Morgan McArthurΒ visit https://fluentcommunityaddons.com/portal
Download FCA Pages β make sure itβs the latest version released today.
Create the Custom Page.
Use the block on that page.
Kaneisha GraysonΒ thank you!