Jump to content
WebFlake
  • 0

Minimized forum categories by default.


Guest rAv3nzZ

Question

Posted Image

 

I want to make my categories always minimized, so only the name of the category is visible in the mainpage. How could i do that?

 

Also, it would be great to choose which will be minimized and which not.

Solved.

 

Solution: Go to your templates, boardindextemplate

 

Search for

class='category_block block_wrap'

Replace to

class='category_block block_wrap collapsed'

Search for

class='ipsBox table_wrap removeDefault'

Replace to

class='ipsBox table_wrap removeDefault' style='display: none;'
Edited by rAv3nzZ
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
Guest rAv3nzZ

Nice work.

 

But it would be helpful for the other members if you posted your solution.

Added it to the beginning.

 

I want to improve it now,

 

Instead of all minimized forums: 

 

Posted Image

 

I want to make only 6 of them minimized, how it can be possible? Like this: 

 

Posted Image

Link to comment
Share on other sites

  • 0
Guest rAv3nzZ

 

Posted Image

 

I want to make my categories always minimized, so only the name of the category is visible in the mainpage. How could i do that?

 

Also, it would be great to choose which will be minimized and which not.

Solved.

 

Solution: Go to your templates, boardindextemplate

 

Search for

class='category_block block_wrap'

Replace to

class='category_block block_wrap collapsed'

Search for

class='ipsBox table_wrap removeDefault'

Replace to

class='ipsBox table_wrap removeDefault' style='display: none;'

 

 

Added what to the beginning? That doesn't explain what code you changed or added. 

 

:P it also depends on the skin, sometimes

Edited by rAv3nzZ
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...