I have been messing about with this amazing theme and been using it for while and just wanted to share what i changed.
- I got rid of the create topic above the topics as this caused issues with people posting in the wrong categories. Instead i added a “Create Post” menu link in the header by using
- I hated the fact the right sidebar wasn’t easily configurable. (My suggestion would be add the right sidebar blocks as standard to core theme) I hid this by using
.custom-right-sidebar {
display: none;
}
then installled
-
Then i created a theme component which makes the sidebar sticky and scrollable, similar to reddit. I also added this to topics but found it a little distracting so ended up removing it.
-
I added likes to the topic list next to the replies and styled
Example of these can be found when viewing the site on desktop at https://www.carptalk-online.co.uk/


