2017-02-17, 03:00 PM
Question.
Is it possible to use, for example, $mybb->user['theme_hexcolor'] in the settings?
![[Image: ocrjyq.png]](https://camo.mybb.com/36c68aaacabc4f39831bae11fd9bd7e8e7fbbf32/68747470733a2f2f752e6e79612e69732f6f63726a79712e706e67)
This will turn into:
(I've tried with brackets and it doesn't make a difference).
Thanks.
Is it possible to use, for example, $mybb->user['theme_hexcolor'] in the settings?
This will turn into:
<style>
.forum_on {
color: #$mybb->user['theme_hexcolor'];
}
</style>
(I've tried with brackets and it doesn't make a difference).
Thanks.