List subforum in parent-forum’s legend

Started by gele, September 08, 2011, 05:14:50 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gele

Hello everyone
I wanted to ask Is possible that looks like this subforum
Is it possible to?

thank in advance

tanduy2506

Quote from: gele;539937Hello everyone
I wanted to ask Is possible that looks like this subforum
Is it possible to?

thank in advance
Hi,

Maybes, I don't understand what you said completely.
But I will give you some advice:
  • You can change your style component at ACP > STYLE COMPONENTS > Themes. Find your theme you're using and customize styleshet for the class subforum read/unread. But it's almost up to your styles.
  • If you want to talk about the counter of posts/topics, I think we should discuss more.
  • It's not simple because it needs to be change the template and structure. It seems to be a mod.
Thanks for your question.


tanduy2506

Hi again, gele.

If your style doesn't show the icon of subforum list, please follow these step:
  • Go to ACP > STYLE > (Style components) > Themes
  • Choose your style and click Edit
  • Add the code at the end of text-area:
    Quote.subforum.read {
     background: url("styles/vphpbb3/theme/images/subforum_read.gif") no-repeat scroll left top transparent;
      padding-left: 12px;
}
.subforum.unread {
      background: url("styles/vphpbb3/theme/images/subforum_unread.gif") no-repeat scroll left top transparent;
      padding-left: 12px;
}[/quote][/LIST]Finally, it looks like that:

Cool :smiley-laughing: