Skip to:
Content
Pages
Categories
Search
Top
Bottom

How would I accomplish this?


  • darkoned12000
    Participant

    @darkoned12000

    Hello Everyone

    WP Version: 4.1.1
    BBP Version: 2.5.4
    Theme: Enigma Pro
    Site Link: http://forgingfriendships.com/community

    I have bbpress setup and forums made with descriptions. And here is what I would like to do visually with main forum page if possible.

    If you check out the forum area on my site. I would like to take only the ‘Friends in the USA’ and ‘Friends around the World’ category areas and on the forums listed under them I would like to display them without descriptions and show them in a list format. The list format would be something like rows of 10 set side-by-side. Basically trying to reduce the footprint of the forums in how much you have to scroll the main forum page to see everything.

    I don’t want to remove the descriptions completely because I want them available to the user if they click on the forum and they open up the new page. And I only want to remove these specific forum descriptions from these two category areas and leave all the other sections and descriptions the way they are now.

    Is this possible?

    Thanks for any help on this.

    D1

Viewing 2 replies - 1 through 2 (of 2 total)

  • Robkk
    Moderator

    @robkk

    i think this is some custom development go post a job at http://jobs.wordpress.net/


    peter-hamilton
    Participant

    @peter-hamilton

    Or try playing around with his

    #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    border-top: 1px solid #eee;
    overflow: hidden;
    padding: 8px;
    float: left;
    width: 20%;
    }

    This will give 5 rows, 10 would not fit any screen.
    his idea you have might sound good, but it will cause lots of issues on different viewports/mobile

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar