Jump to content

Forum List in Fluid View


InsideEdge

Recommended Posts

A couple of questions especially for those of us who have a larger number of forums.

1.  Are there settings in the Admin to select which Forums are available for Fluid View different from the other two views?  Thus maybe the size of the Forum list could be minimized by eliminating subforums or other less used forums.

2. Will there be any way to limit the Fluid View Forum list block size, thus it might automatically scroll for say more forums than 10--15.

5928117ec52bd_Topiclist.thumb.png.00c1a4b5c7eb8b099d9c87f1576aabea.png

Link to comment
Share on other sites

5 hours ago, InsideEdge said:

A couple of questions especially for those of us who have a larger number of forums.

1.  Are there settings in the Admin to select which Forums are available for Fluid View different from the other two views?  Thus maybe the size of the Forum list could be minimized by eliminating subforums or other less used forums.

2. Will there be any way to limit the Fluid View Forum list block size, thus it might automatically scroll for say more forums than 10--15.

5928117ec52bd_Topiclist.thumb.png.00c1a4b5c7eb8b099d9c87f1576aabea.png

I can tell you doing number 2 would be easy.. with just a css edit.. I think IPS will not add that as standard, Its more a custom thing.

.cForumMiniList_wrapper {
    max-height: 300px;
    overflow: auto;
}

then you just set the max-height to accommodate what you want!

221.thumb.png.a0865eb3657a2bcd1d37788216e9b5ce.png

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...