MyBB Community Forums

Full Version: How do i make button that enables dark mode theme?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So i want to make button that changes theme to dark mode one, i use roundo theme both white & dark themes, i actually have the button made, just that i need know what to put into the action on templates

<div class="popup_item_container"><a href="{$mybb->settings['bburl']}/usercp.php?action=options" class="popup_item"><i class="fas fa-moon"></i><span> Dark theme</span></a></div>
Use this plugin to track the theme with a link
https://community.mybb.com/mods.php?acti...w&pid=1388

Then simply put the link of themes to be clicked,
Thanks, that helped.