Log in

View Full Version : How can I do this?


nibb
10-14-2009, 12:34 PM
Hi, I would like to show some categories in the main vbulletin form as collapsed.

I dont want to deactivate this categories, but my forum is to large and I would only prefer to show 4 or 5 on the main page. I thought I would collapse the rest, so they are still there but they are closed to visual eyes.

I searched everywhere and i dont see how can I do this. I did not find the setting. As a user you can collapse them and the browser safes the setting but its not for me I want this, but for people that enter the forum.

Has someone accomplished this?

Lynne
10-14-2009, 03:24 PM
Setting something as collapsed is done by a cookie. You can look up the function used in vbulletin_global.js (toggle_collapse) and see it doesn't have a variable to set for it to be closed. The only thing I can think of is you write a plugin to not show the subforums for those particular forums and people can just click on the forum name to get the list of forums.

nibb
10-17-2009, 05:44 PM
OK I see. I thought this was a feature already build in vbulletin as it is ratter simple.