Malcolm

Registered
Hi everyone,

Is it possible to change the Style Chooser text in the footer to the name of the style?

For example:

Here's when it's through XenBase:

1634254194889.png


Here's what I want (XenForo Default Style):

1634254227566.png
 
Solution
Technically, by default XenForo normally does the style name itself. I've found over the years having "Style chooser" just made way more sense for most boards. I created it so you can view the style name when you hover the text itself (it pops up in a tooltip).

Simple change though: PAGE_CONTAINER

Ctrl-F inside the editor to search for:

Code:
{{ phrase('style_chooser')}}

Replace with:
Code:
{$xf.style.title}
Technically, by default XenForo normally does the style name itself. I've found over the years having "Style chooser" just made way more sense for most boards. I created it so you can view the style name when you hover the text itself (it pops up in a tooltip).

Simple change though: PAGE_CONTAINER

Ctrl-F inside the editor to search for:

Code:
{{ phrase('style_chooser')}}

Replace with:
Code:
{$xf.style.title}
 
Solution

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back