Ricsca Posted October 31, 2021 at 02:27 PM Posted October 31, 2021 at 02:27 PM I'm considering a theme to buy for my forum. I like your illuminate theme but I wanted to know if you can add the information and groups as in the image that I am attaching under the avatars. Thank you
Ehren Posted October 31, 2021 at 10:10 PM Posted October 31, 2021 at 10:10 PM Hey @Ricsca Welcome to ipsfocus! I imagine an addon/plugin would be able to add those stats to the author column. It’s not something which comes with my themes by default, however if you find an addon which achieves that, you’ll be able to use it with illuminate. I hope that helps!
Ricsca Posted October 31, 2021 at 10:44 PM Author Posted October 31, 2021 at 10:44 PM This theme has these options and has not component.
Solution Ehren Posted October 31, 2021 at 11:58 PM Solution Posted October 31, 2021 at 11:58 PM Oh nice. You can display custom profile fields in the author column by visiting /admin/?app=core&module=membersettings&controller=profiles. I do this on these forums, however I just use plain text (no icons or anything). You'd be able to achieve a similar layout as your screenshot by using this in the "Custom topic formatting" setting: <div class='ipsFlex ipsFlex-ai:center ipsFlex-jc:center'> <span><i class="fa fa-bar-chart" aria-hidden="true"></i> {$title}</span> <span>{$content}</span> </div> As for other features (such as the member id or join date), they would require template modifications in the author column file, which is something I aim to avoid if possible since it can make upgrades complicated.
Ricsca Posted November 1, 2021 at 12:00 AM Author Posted November 1, 2021 at 12:00 AM Ok thanks for info 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now