Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • Nate
    Participant

    @caming

    Here’s the plugin: https://wordpress.org/plugins/rating-widget/

    The developer said: “seems like you are using the standalone version of bbPress … we only support BuddyPress’es bbPress forums.”

    I don’t have any group forums, as they’re not necessary. Using most recent version of WP & BP under Woo’s Canvas theme. Thanks!


    Nate
    Participant

    @caming

    OK, color me confused. Registration is working (the only thing I changed was not directly linking to the /register page, but I can’t see how that would be an issue), but now there’s another problem.

    When a user registers, they’re forwarded along to the “wait for your confirmation” message. Once a user clicks the activation link in the e-mail, the system says they have successfully activated the account.

    But this is where it gets interesting: I’m using the bbPress login widget in the header. If they try to login immediately (which would be the logical course for the user), the system responds with the red box and says they need to need enter their activation key.

    Yet, they’re logged in.

    Anyway to bypass this, or at the very least add a link they can click on? It seems silly to tell people “Congrats on signing up” and then not give the user an action.

    Any help would be appreciated!


    Nate
    Participant

    @caming

    Wow.

    Just nailed it. It’s `table#topic-post-list tr {
    background-color: #555555;
    }

    table#topic-post-list tr:nth-child(even) {
    background-color: #888888;
    }
    ` Thanks! You pointed me in the right direction!


    Nate
    Participant

    @caming

    Well, according to bbPress CSS, it’s: table#topic-post-list … but again, nothing.

    Tried your suggestion, and also tweaked to match (I know, I’m at guesswork now) this: :

    `table#topic-post-list li {
    background-color: #555555;
    }

    table#topic-post-list li:nth-child(even) {
    background-color: #888888;
    }`With the same result …


    Nate
    Participant

    @caming

    Groovy. Thanks Hugo!


    Nate
    Participant

    @caming

    That’s what I was afraid of. Moving a large audience to BP soon so I wanted to be sure, thanks for confirming!


    Nate
    Participant

    @caming

    any word on when this will be available to update via WordPress? dashboard isn’t prompting me … (yet)

Viewing 7 replies - 1 through 7 (of 7 total)
Skip to toolbar