Cars10 (@shonu)

Forum Replies Created

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

  • Cars10
    Participant

    @shonu

    Small corrections:
    The users have created sub fora, not topics. So what remains is that Forums, that contain topics are being called “Categories” instead of (Sub-)Forum. If that was somehow cleanly achievable.

    thanks


    Cars10
    Participant

    @shonu

    ..and same applies for scripts in line 245 (after code above was inserted)


    Cars10
    Participant

    @shonu

    Temp fix as we don’t know if we get a fix any time soon:

    file: /wp-content/plugins/bbpress/includes/core/template-functions.php
    at 173, INSERT
    		//Temp fix
    		$located = str_replace( "//", "", $located );
    		$located = substr($located, strpos($located, "/"));
    before:
    // Enqueue the style
    In reply to: bbPress 2.5.1 is out!

    Cars10
    Participant

    @shonu

    John, why is WordPress.org more up2date with rev 2.5.1 than https://bbpress.org/download/ still stuck in 2.4 and 2.5 beta/dev?
    I am confused…


    Cars10
    Participant

    @shonu

    ok, here my latest uüdates to custom CSS field of my theme:

    #bbpress-forums > #subscription-toggle{
       float:right;
    }
    
    #bbpress-forums div.bbp-reply-content a.subscription-toggle,
    #subscription-toggle a{
       font-weight:bold;
       padding: 0 2px 0 2px;
       border: 1px solid navy;
       background-color: white;
    }
    
    #bbpress-forums div.bbp-reply-content .is-subscribed a.subscription-toggle,
    #subscription-toggle .is-subscribed a.subscription-toggle{
       background-color: #FFE000;
    }

    Cars10
    Participant

    @shonu

    Funny, exactly what I ended up doing. Okay, I afterwards garnished the visibility a bit more:

    #subscription-toggle a {
    font-weight: bold;
    padding: 0 2px 0 2px;
    border: 1px solid navy;
    background-color: white;
    }

    Two mind, good idea – thanks for replying 😉


    Cars10
    Participant

    @shonu

    I agree, the location is so hidden, I would have not found it without you.
    Can bbPress make this link more prominent and better located?

    Thanks

    I try to adderss this by CSS for now, but css class is same everywhere, so need to think clever ,-)


    Cars10
    Participant

    @shonu

    Urgh…..by default the Screen Options swallow the forum bars and you need to activate them manually.
    A slim bar could be activated by default, so that is my suggestion for a default setting in upcoming releases.

    Close it

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