MyBB Community Forums

Full Version: How to switch out of "Simplicity" theme...??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Sorry guys, super noob here so please have mercy.
I've installed Simplicity by RooLoo on my new little page.
I do not see the dropdown box to switch back and forth. What am I missing..??
Thanks.

https://rickkins.com
https://community.mybb.com/thread-233170.html

In your FOOTER template

under this <div class="upper hide"> , add this:

{$lang_select}
{$theme_select}
(2022-04-16, 12:32 AM)Vanz Wrote: [ -> ]https://community.mybb.com/thread-233170.html

In your FOOTER template

under this <div class="upper hide">  , add this:

{$lang_select}
{$theme_select}

Excellent. Now, just outta curiosity, where exactly would I find <div class="upper hide">??
Thanks.

And for the record, assume I'm as clueless as I sound...

Hey, I found it. Nowhere near where I started looking.
(2022-04-16, 12:42 AM)Snik Wrote: [ -> ]
(2022-04-16, 12:32 AM)Vanz Wrote: [ -> ]https://community.mybb.com/thread-233170.html

In your FOOTER template

under this <div class="upper hide">  , add this:

{$lang_select}
{$theme_select}

Excellent. Now, just outta curiosity, where exactly would I find <div class="upper hide">??
Thanks.

And for the record, assume I'm as clueless as I sound...

Hey, I found it. Nowhere near where I started looking.

Try this In your FOOTER template

<div class="footer_links">
{$contact_us}
{$showteamlink}
<a href="{$mybb->settings['bburl']}/misc.php?action=markread{$post_code_string}">{$lang->bottomlinks_markread}</a>
{$theme_select}