Suggestions for achieving a custom layout without having to code everything

Hey everyone,

I would like to make a custom landing page layout for the forum which displays the categories as boxes with the subcategories and the latest topics from that category in the same style as the latest topics section with the avatar image of the last poster

I would like to know if it’s possible to achieve this with any ready made theme components rather than having to make it myself

Here is a photoshop mockup of just one category

1 Like

I don’t think there are any theme components available currently that can get you to achieve this exact style. Though it shouldn’t be too difficult with some custom code.

That being said, perhaps you may achieve a similar output or another design that you like with some of these theme components or a combination of them:

8 Likes

I already have the category icons and stuff. These are the views i currently have



I’m specifically looking for the following fearures

  • Category boxes WITH subcategories AND latest topics (not featured topics)
  • the option to choose how many columns of boxes there are (in my case 2 but on mobile it should be 1)
  • latest topics show avatars (just like the “categories and latest topics” view)
  • optionally the ability to make the box border take the category colour
1 Like

I think you should have a look at this component Custom Category Boxes Component

It says it’s broken but it’s working fine in one of my clients site

2 Likes

I appreciate the suggestion but this component only allows you to change the background style of boxes.
It doesn’t address any of the things I’m looking for

Again I appreciate the suggestions, the “Enhanced category-box display component” addresses one of my lowest priority requests which is changing the colour of the box border but unfortunately none of the others.

The features I’m looking for are:

  • Category boxes WITH subcategories AND latest topics (not featured topics)
  • Latest topics show avatars (just like the “categories and latest topics” view)
  • The option to choose how many columns of boxes there are (in my case 2 but on mobile it should be 1)
  • Optionally the ability to make the box border take the category colour
2 Likes

Perhaps then making a custom theme component is the only option. My concern then is maintaining it. I would like to know people’s thoughts on that

3 Likes

I think that’s right, you have to make a custom theme component. If you are going to use the component and you know the code maintenance is not a big deal.

If you are not going to code you have to hire someone who can maintain the component for you.

4 Likes