Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 12 replies - 76 through 87 (of 87 total)
  • @davidtcarson

    Participant

    I’m not sure what you mean. This doesn’t sound related to the Inbox Widget plugin.

    Can you please explain?

    @davidtcarson

    Participant

    The tweak that you’re describing, though, derives from the supporter plugin. And the guys at WPMU Premium are more than familiar with BuddyPress.

    @davidtcarson

    Participant

    I’m assuming you’re talking about the supporter plugin offered by WPMU Premium, but you’re much more likely to find an answer by posting your question over there – http://premium.wpmudev.org/forums/

    @davidtcarson

    Participant

    http://testbp.org/forums is the better place to look instead of http://testbp.org/bbpress/

    Just enable forums component in BuddyPress. Bugle Notes is using the default theme for BP (with some CSS tweaks). If you download BuddyPress 1.1.3 and use the default theme provided with the download, your forum will look the same.

    Testbp.org is using a new theme created for BP 1.2 (not yet released yet).

    @davidtcarson

    Participant

    I’m not sure about a solution to #1. If you don’t have a lot of forum topics, just edit them in bbPress or edit them in the BP Groups forums thanks to the new edit capabilities for site admins.

    But for #2, you could use CSS to override the inline style – I added the following to my custom.css file just as a temporary solution.

    #forums-directory-tags a:nth-child(-n+4)[style]{
    font-size: 24px !important;
    }

    This CSS3 solution keeps my first four tags a standard size and keeps them from overlapping. This won’t work for browsers that don’t support CSS3 but you could simplify the solution above by removing “:nth-child(-n+4)” and still over-ride the inline style to have a standard font-size that would work on just about any browser but IE6.

    #forums-directory-tags a[style]{
    font-size: 18px !important;
    }

    Or, if you must, check out the bp_forums_tag_heat_map function around line 967 in bp-forums-templatetags.php.

    @davidtcarson

    Participant

    @Chouf1. Are you talking about your custom.css or bp-custom.php (as your last comment indicates)?

    Put custom.css in your _inc/css/ directory. But, more importantly, un-comment the custom.css file (/* @import url( _inc/css/custom.css ); */) in the style.css file.

    Put bp-custom.php in wp-content/plugins/, if you have one.

    @davidtcarson

    Participant

    @Mariusooms. This plugin is fantastic. =) It’s working perfectly on my trunk install.

    @davidtcarson

    Participant

    There’s currently no sub-blog theme, available to your users, that looks and functions like the default BuddyPress themes (bphome and bpmember).

    But see https://buddypress.org/forums/topic/theme-authors-take-note-templates-and-loops-are-not-just-for-the-member-theme#post-13065

    It would not be too difficult to make one on your own.

    @davidtcarson

    Participant

    I dig the new design.

    It’s funny. I was just surfing the forums and poof! It took me a second to realize what just happened.

    @davidtcarson

    Participant

    @gpo1. Burt already conquered this one. Just add a few lines to bp-custom.php. No plugin necessary.

    See https://buddypress.org/forums/topic.php?id=1651.

    Works for me!

    @davidtcarson

    Participant

    Is this still working for everyone else?

    I’m using BP trunk and, although the option for default friend appears in my admin section, the default friend is no longer being added upon new user registration.

    @davidtcarson

    Participant

    http://solopracticeuniversity.com/

    Web-based educational community for lawyers and law students.

Viewing 12 replies - 76 through 87 (of 87 total)
Skip to toolbar