Notifications
Clear all

wpForo 1.x.x [Solved] Sub Forum Pagination

4 Posts
2 Users
2 Likes
1,205 Views
Posts: 17
Topic starter
(@jwhit16)
Eminent Member
Joined: 4 years ago

Is it possible to add pagination to the sub forum list? Or some sort of drop down menu? I have a lot of sub forums, there are so many listed that I fear users will not see the main forum Q&A when they click through. Here is an example: https://gigsharks.com/community/delivery-amazon-flex/

Topic Tags
3 Replies
Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi @jwhit16,

I'm sorry but there is no pagination and drop-down for the sub-forums. But you can use this CSS code to decrease the height of each item:

#wpforo #wpforo-wrap.wpft-topic .wpfl-3 .wpforo-forum-icon {padding: 2px 0 0px 0;}
#wpforo #wpforo-wrap.wpft-topic .wpfl-3 .wpforo-forum-title {display: inline-block;}
#wpforo #wpforo-wrap.wpft-topic .wpfl-3 .wpforo-forum-description {display: inline-block; margin-left: 10px;}
#wpforo #wpforo-wrap.wpft-topic .wpfl-3 .wpforo-forum {min-height: 50px;padding: 0px 12px 0px 0;}

Put this code in Dashboard  >Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches, reset the cache minified CSS/JS files caches, navigate to forum front-end and press Ctrl+F5 twice to reset browser cache. If you don't see any change, just purge the CDN.

It should look like this:

 

 

Posts: 17
Topic starter
(@jwhit16)
Eminent Member
Joined: 4 years ago

Thanks this will help for the time being. If I hire a developer is a drop-down something that could be added in the backend?

1 Reply
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10503

@jwhit16
I'm sorry but I didn't follow you. A good developer can do whatever you want.