• Resolved OSCOWP

    (@oscowordpress1)


    Hi dear friends!

    I need help with one thing about my forum. I want to get rid of the users and reply columns that are shown in our forum.

    How can I do that?

    Here is a link to a pic that shows the problem in question

    ejemplo

    • This topic was modified 5 years, 8 months ago by OSCOWP.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Robin W

    (@robin-w)

    put this is the custom css part of my plugin

    li.bbp-forum-reply-count, li.bbp-forum-topic-count, li.bbp-topic-reply-count, li.bbp-topic-voice-count {
    display : none !important ;
    width : 0px !important;	
    }
    
    .bbp-forum-freshness {
    width: 30% !important;
    }
    
    li.bbp-forum-info, li.bbp-topic-title {
    	float: left;
    	text-align: left;
    	width: 65% !important;
    }

    you can play with the percentages -just make sure they don’t go over 95% total

    Thread Starter OSCOWP

    (@oscowordpress1)

    Thanks I’ll try it in a few minutes!

    Thread Starter OSCOWP

    (@oscowordpress1)

    It doesnt work, still appearing both columms

    Plugin Author Robin W

    (@robin-w)

    have you cleared your browsers cache?

    If public, then let me have the url and I will look

    Thread Starter OSCOWP

    (@oscowordpress1)

    It work! But I added that on our CSS template not on your plugin settings

    Plugin Author Robin W

    (@robin-w)

    thanks, probably your theme css was overriding mine – glad you are fixed

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

The topic ‘Remove user and reply columm’ is closed to new replies.