Forum Replies Created
-
I’m not sure what you mean. This doesn’t sound related to the Inbox Widget plugin.
Can you please explain?
The tweak that you’re describing, though, derives from the supporter plugin. And the guys at WPMU Premium are more than familiar with BuddyPress.
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/
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).
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.
@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.
@Mariusooms. This plugin is fantastic.
It’s working perfectly on my trunk install.
There’s currently no sub-blog theme, available to your users, that looks and functions like the default BuddyPress themes (bphome and bpmember).
It would not be too difficult to make one on your own.
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.
@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!
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.
http://solopracticeuniversity.com/
Web-based educational community for lawyers and law students.