Forum Replies Created
-
are you sure you installed latest bbpress ?
Ok, are you sure you’ve the dir blogs.dir ? and with the right permissions?
Give to that dir 777 permission and check the user group permissions, they mustn’t be root:root
@anointed check your permission and be sure that the dir owner is not root
I’ve written a complete integration for MediaWiki in BuddyPress (activity, groups, user page, buddybar included)
On september i’ll release it, i hope you can wait and try it
Hi guys the code is 70% completed, you know i’m in NYC so i can’t develope a lot, but anyway i stopped my development because External blogs will be built-in in next bp versions as the roadmap says..
i’ll share the code but is better to wait the builtin plugin
Now that i’ve completed my project i can try bpContent ! Too cool to be real! I’ll send you a feedback soon
Mmm not sure, if the error is only yours, anyhow if you think it’s a bug you can open a ticket in the trac, so Andy will check it,
https://trac.buddypress.org/newticket
Use your bp credentials to log in
could you give us a link and the version of wpmu and bp ?
Yep it’s really great,
there is only one thing that could be a problem,
when albums will be built in, it could create confusion.
For example when it will be built in and i’ve +300 photos stored,
i’ll switch to the official one, and what about my old photos ?
This plugin is now integrated better in BuddyPress and it’s included in BPDEV NoSpam http://bp-dev.org/download
I don’t know if some bridge exists, you should search on google
‘bbpress phpbb bridge’ or ‘wordpress phpbb bridge’
if exists you could share users with wp and create a new community without loosing the old one
Ahah, you’ve conceive the idea of BuddyPress MU
I think when BP will be a plugin for WP this plugin will start the game

If you can install it on wp it means you can install it on a single blog, that means you can install it on a mu blog ( a subdomain or a subdirectory as you want )
As Andy says 2000 times, this theme will not released, but tweaks to make a theme like that will be shared

Anyway look at css and make your own
in the bp-core.php if i’m not wrong, at the top of the file the version is displayed another way is wp-admin ->site admin -> buddypress, look at the bottom of the page, it should be displayed
you mean an email witg latest activity ?
i like the caching mechanism inclusion, better will be if it will be cached with the built in system wp_cache_set & family
the code is almost completed, i have to remove dependencies to some flokka stuff, too much busy these weeks
@jfcarter, try adding do_action(‘wp’)
it works for me
Put “widget” in the class of the main div, widgettitle in the div/h2 that the title is
i suggest you to use Firebug to see html source of each website http://getfirebug.org
Ok i think it can be marked as solved
that should be wrong :S
it should be like that:
function my_allowed_tags($allowedtags){
$allowedtags .= <img>;
return $allowedtags;
}
add_filter( 'edit_allowedtags', 'my_allowed_tags' );
add_filter( 'bp_get_activity_content', 'my_allowed_tags' );
add_filter( 'bp_get_wire_post_content', 'my_allowed_tags' );anyway try bpdev tinymce it should do what want
ok i’ll add that to bpdev nospam, cool tips andy
You can hide it with css
span.time-since {
display: none;
}
can’t help you if you’ve windows, but on linux you need to install sendmail first
on debian/ubuntu : sudo apt-get install sendmail
are you sure he’s your friend ?