HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Override BadgesModule
Bleistivt
Moderator
To conform with my legacy award system I would like to group badges shown in the BadgesModule by rule.
Is there a non-invasive way I can override the badges module (or just the view) that comes with Yaga from a plugin?
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
0
Comments
You should be able to place a copy of
/applications/yaga/views/modules/badges.php
into your theme at/themes/YourTheme/views/modules/badges.php
and modify it as you wish.If you just want to sort the data, that is coming in Yaga 1.1.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Awesome, totally forgot about theme overrides! That'll do too.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Just fyi, I found another way to switch out the modules, reusing the already fetched data:
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS