FilterCodes icon

FilterCodes

Maintained by Michael Milette
Transform your Moodle site with the FilterCodes Plugin! Elevate engagement by inserting about 200 dynamic plain-text tags like {firstname} to create personalized learning experiences, customize your site and course content, display progress bars, simplify Contact Form customization effortlessly and much more. FilterCodes empowers educators to revolutionize Moodle into a dynamic, personalized platform. Join the community of FilterCodes enthusiasts to unlock the potential of your Moodle LMS site.
Price option: Free

Supports Moodle 2.7-5.2 See all versions
Latest release: 1 week ago
Installations: 7815
Downloads (last 90 days): 2485

Frankenstyle name: filter_filtercodes
Filters

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

In fact, thanks to the moment I proceed through html I was looking for something automatic thanks very kind
Hi Francesco, unfortunately the answer is no. However, I have seen some themes extends Moodle's functionality to add that feature. What I usually end up doing is doing some HTML coding on the front page for the top level categories. The down side is that you need to maintain this manually. I still use the {categorycards} tag instead when the list of categories will fluctuate regularly. If you ask your question in the discussion forum (see link on FilterCodes plugin page), you might find people willing to share some relevant HTML code with you to get you started.
Now I understand thanks for the additional information.
A question is it possible to view category list with custom images?
FYI, here is some update documentation:
{coursecards} or {coursecards categoryID} tags: (ALPHA) Display available courses as cards. You can optionally specify the ID number of a category. Example: {coursecards 1} will only display courses in the default Miscellaneous category. Note: The categoryID is not the "Category ID Number" field that you can optionally specify when creating a category.
{categorycards}: (ALPHA) Display top level categories as cards using the current location as the top level category. For example, on the Front Page, it will display all top level categories. However, if you are inside the Miscellaneous category (e.g., in Miscellaneous > Your Course) , it will only display categories under the Miscellaneous category.
Let me know if you feel these require additional clarification.
Best regards,
Michael Milette
Hi Francesco,
I really appreciate hearing that you find FilterCodes useful. To specify the ID of a category, try simply {coursecards 377}. I looks the documentation could use a bit of clarification.
Best regards,
Michael
Hi Congratulations on the very useful plugin I have a question regarding id course I used
{coursecards id: 377} {coursecards id = 377} {coursecards id377} but no results while {coursecards} all courses work perfectly
Thank's
For anyone looking for FilterCodes type tags to filter content by language, I encourage you to take a look at the the excellent Multilaguage Content v2 filter. You will find it at:
https://moodle.org/plugins/filter_multilang2
I have used it on many muti-language Moodle sites implemented for my clients over the years.
Hi Gilmar,
Unfortunately I do not speak your language. Hopefully Google translate accurately translated your intended question.
For groups, take a look at the {ifingroup} tag. It is not exactly what you asked for but I believe it could be used to achieve your desired results.
As for the list of Teachers, it is not a feature I have implemented yet but hope to do so in the not too distant future, perhaps this summer (I am in Canada). If you want to be notified when it will be added, add a comment to the conversation at:
https://github.com/michael-milette/moodle-filter_filtercodes/issues/144
Have you considered the Message My Teacher block plugin?
https://moodle.org/plugins/block_messageteacher
Although it says that is it compatible with up to Moodle 3.7, I tried it with more recent versions and it seems to work.
Best regards,
Michael
Tem algum filtro/variável para mostrar o nome do professor do curso e também o grupo que o aluno pertence?
Hi Juan, please submit your request to https://github.com/michael-milette/moodle-filter_filtercodes/issues
Best regards,
Michael
Michael, is it possible to use multiple cohorts , like this:
{ifincohort cohort1, cohort2} blablabla {/ifincohort}
Thanks in advance.
Juan Carlos Galdos
HI, Michael, Great! I´m going to try it and comment here. A very useful and easy-to-use plugin. Thank you for your job and your talent.
Hi jesus, if you want to try out the yet to be released version of FilterCodes, head over the Source Control URL. That version now includes the ability for you to specify an id parameter for the {coursecards} tag.
Hi jesus, that is an interesting idea. I was going in a dimilar direction with the {coursecards} where you could specify a category ID. That way, you could put a heading followed by a coursecards tag and repeat for each category you want to have appear. You would end up with about the same result. I recommend that you use the Bug Tracker link on this plugin page and create a new issue describing your suggestion. We can discuss it further there.
Hi. Great work and great plugin.
I would like to know if there is any way to show the courses sorted by category. For example:
Category1
Course 1a
Course 1b
Category2
Course 2a
Course 2b
Thank you!