Search Results for 'buddypress'
-
AuthorSearch Results
-
July 14, 2009 at 3:40 pm #49302
Donnacha
ParticipantPlease do let us know how Milan, the developer, responds. GD StarRating is a pretty major plugin, it would be a great pity if it was incompatible with BuddyPress.
July 14, 2009 at 3:32 pm #49300plrk
ParticipantThe hack:
<?
// Fulhack for fixing obscure [p] bug: see
// https://buddypress.org/forums/topic/p-showing-up-in-group-forums-and-activity-with-bp-102-and-latest-phplibxml
function fulhack_for_fixing_p_bug($string) {
$string = preg_replace("#\[a href=\"([^<]+)\"\]([^<]+)\[/a\]#i", "<a href=\"\\1\" target=\"_blank\">\\2</a>", $string);
$string = str_replace("[p]", "<p>", $string);
$string = str_replace("[/p]", "</p>", $string);
$string = str_replace("[ol]", "<ol>", $string);
$string = str_replace("[/ol]", "</ol>", $string);
$string = str_replace("[ul]", "<ul>", $string);
$string = str_replace("[/ul]", "</ul>", $string);
$string = str_replace("[li]", "<li>", $string);
$string = str_replace("[/li]", "</li>", $string);
$string = str_replace("
", "<br />", $string);
return $string;
}
add_filter( 'bp_get_the_topic_post_content', 'fulhack_for_fixing_p_bug' );
?>July 14, 2009 at 3:31 pm #49299In reply to: Avatar upload from registration not working
omgitsrfb
Participantso i removed the premium avatart plugin but still can’t upload from the registration page of buddypress. can anyone please help me out with my question above. what impact would commenting out
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]have on the rest of my site? why would this be in .htaccess if it’s ok to just comment them out?
thanks
July 14, 2009 at 3:19 pm #49298In reply to: buddypress problem with bbpress: preg match error
3474163
Inactive…other than maybe a PHP memory limit error? Or maybe the comment.php file is corrupt?
Are you using deep integration by chance?
hey,
thanks for your quick answer, i don’t do anything special, the message appears at the top, when i click on the forum setup.
i downloaded the wpmu package again and inserted the comment.php in the wp.includes folder, to see if the file is corrupt, but the error message is still there…
what is a php memory limit error and how do i fix it?
what do you mean with deep integration?
i installed wpmu, than added buddypress vÃa the plugin page, than installed bbpress manually (in a wpmu subfolder called “forums”) and added some other plugins…
ah, and wpmu and bbpress share the database…
but, so far i haven’t used any special integration plugin.
greets
loligco
July 14, 2009 at 2:45 pm #49291In reply to: BuddyPress plugins and theme not loading
Jeff Sayre
ParticipantThat makes sense. I believe BP 1.0.3 will be out soon.
July 14, 2009 at 2:39 pm #49289In reply to: BuddyPress plugins and theme not loading
kipperman
ParticipantThanks,
sorry about the posting on old post.
Since I already have WPMU 2.8.1 installed I may as well stick it out and wait for the BP upgrade, I’m quite new to WP and don’t want the hassle to winding back versions.
cheers
July 14, 2009 at 2:36 pm #49286In reply to: nginx re-write rules
Jeff Sayre
ParticipantThis is not a BuddyPress issue nor a WPMU issue. It has to do with properly setting up a Nginx web server. But, your best bet is to go search the WPMU forums. If you can’t find an answer, post a new thread.
July 14, 2009 at 2:33 pm #49284In reply to: Widget Bugs
Paul Wong-Gibbs
KeymasterAndy Peatling has said he plans an interim of BuddyPress soon to improve compatibility with WPMU 2.8.1 (via twitter). If this isn’t on the bug tracker, please post it so that he is aware – thanks.
July 14, 2009 at 2:30 pm #49281In reply to: Widget Bugs
stellakreis
ParticipantI’m haveing exactly the same issue when I updated WPMU from 2.7.1 to 2.8.1.
I’ve tried to install another buddypress by using newly installed 2.8.1 and the same problem appears.
More precisery, all the text fields from welcome message to “how many xxs do you want to have” fields retains only one letter in a field.
I haven’t touched the core files of neither WPMU nor Buddypress. I’ve just put them on the server and installed/activated.
However, when activating Buddypress on 2.8.1, I’ve got an error massage saying that Buddypress could not be activated, although it IS activted in the plugin list (and working fine, except this widget issue.)
Running under PHP5.2.8 and MySQL 5.0.77.
July 14, 2009 at 2:30 pm #49280In reply to: avatars upload but cannot be cropped etc
Jeff Sayre
ParticipantFirst of all, since this post has not seen any activity for 3 months, it is better to start a new thread as most people that can help you will often ignore posts marked resovlved, preferring to spending their time focusing on threads that stll are unresolved. Please read this for more information.
July 14, 2009 at 2:28 pm #49278Jeff Sayre
ParticipantYou need to contact the developer of that 3rd-party plugin and ask them when the plan to support WPMU 2.8.1 and BP 1.0.2.
This is not a BuddyPress issue.
July 14, 2009 at 2:26 pm #49277In reply to: Online Members Widget max number
Jeff Sayre
ParticipantIt is up to each widget (plugin) developer to determine whether or not their widgets are compatible with the new widget API. In theory, WPMU 2.8.1 should offer backwards compatibility with older widgets. But, it is not always the case.
In term of BuddyPress’ widgets, I’m not sure when they will be updated. If we get sufficient number of reports of their improper functioning, then we will of course fix the issue. So, if you are having issues with the widgets that come with BP, please let us know. This post is a good example!
In general, if you have a 3rd-party widget that is not working in 2.8.1, please contact the developer directly and ask when they plan to upgrade.
July 14, 2009 at 2:25 pm #49276In reply to: New BP Chat plugin for Buddypress
Indojepang
ParticipantCoool.. can’t wait for this! great M!
July 14, 2009 at 2:16 pm #49275In reply to: BuddyBar for bbPress
argyris
ParticipantThe other programs (mu and buddypress) have indeed the correct language. Only bbpress has the problem after the deep integration.
Any ideas?
July 14, 2009 at 2:14 pm #49274In reply to: BuddyPress plugins and theme not loading
Jeff Sayre
ParticipantI’m sorry that your having issues getting BuddyPress up and running.
One request first: since this post is marked as resolved and is a month old, in general it is better to start a new thread as most people that can help you will often ignore posts marked resovlved, preferring to spending their time focusing on threads that still are unresolved. Please read this for more information.
Concerning your issue, this is a known bug that has been discussed here. Basically, BuddyPress 1.0.3, the next release coming very soon, will take care of this issue. So, in the meantime, you may need to stick with WPMU 2.7.1 and BP 1.0.2.
Also, before upgrading BuddyPress and WPMU, it is very important that you first deactivate all BuddyPress-dependent plugins. Then deactivate BuddyPress itself. Finally, it is recommended that you deactivate all other non-BP related sitewide plugins as well. Once finished upgrading WPMU, you then upgrade and reactivate BP. Then, you reactivate the other BP-dependent plugins.
July 14, 2009 at 1:53 pm #49270In reply to: BuddyPress plugins and theme not loading
kipperman
Participanthi, I have been reading this thread (and a couple like it).
I too have having the same trouble with getting BP running. All installed as per instructions, thmes move as listed but getting the same error
You do not have any BuddyPress themes installed.
Please move “/wp-content/plugins/buddypress/bp-themes/” to “/wp-content/bp-themes/” and refresh this page. You can download more themes here.
I have deleted all the files and re-uploaded them going through another install and the same fault occurs.
In the Admin BP setting bottom left the themes it see’s are all in the WP themes – NOT the BP themes. Like above I experiemented by copying the BP member theme to the WP themes and the BP admin Select theme to use for BuddyPress generated pages could then see the bpmember directory. (but obviously won’t work from there.)
I am use MU 2.8.1 and BP 1.0.2
Really really stuck – driving me mad!
July 14, 2009 at 1:15 pm #49265In reply to: BuddyBar for bbPress
Rohan Kapoor
Participant@argris: chances are the deep integration is overriding your language defaults. Check if you have the correct language in all of your programs (mu, buddypress and bbpress)
July 14, 2009 at 1:04 pm #49263Dewey Hulsey
ParticipantI think, at this point, that you would have to go in and edit the file used during registration. This isn’t a good method, though, because that means when BuddyPress updates, your changes will be overwritten.
July 14, 2009 at 12:17 pm #49260Graeme
ParticipantThere has been a workaround posted here:
https://buddypress.org/forums/topic/new-281-mu-buddypress-theme-bug
July 14, 2009 at 10:59 am #49251In reply to: BuddyBar for bbPress
Brian Neil Katz
ParticipantI completed installation of the following
WPMU 2.8.1, (trunk 1867)
BuddyPress 1.1
bbpress 1.01, (trunk 2311)
BuddyBar 1.0.3
Site:
http://www.wpmeetups.com/forums/
Integration has been successfully set-up between Forums and BuddyPress Group Forums.
Problem: Insertion of the following in bb-config.php: (generates a white screen)
<php
if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {
define( ‘WP_USE_THEMES’, false );
include_once( ‘/var/www/vhosts/wpmeetups.com/httpdocs/wp-blog-header.php’ );
header( “HTTP/1.1 200 OK” );
header( “Status: 200 All rosy” );
}
Question: Will the following correction to 2 core files correct this problem:
You’ll actually need to patch two CORE files, to make this work now.
wp-includes/wpmu-functions.php on line 317 and line 352
Change _init to __constuct (__construct)
And then in wp-includes/capabilites.php on line 84 and 99
Change _init to __constuct (__construct)
Ugh… I hope this is fixed soon.
July 14, 2009 at 7:32 am #49245gpo1
ParticipantYou should be upgrading the wordpress MU 2.8.1 !
July 14, 2009 at 5:34 am #49243In reply to: nginx re-write rules
Indojepang
ParticipantHelloo sorry bringing up the dead.. but still no luck with Nginx.. is there any fix one?
my buddypress is fine but in the backend of WPMU administration has “no input specified”.
WPMU 2.7.1
buddypress 1.02
July 14, 2009 at 3:36 am #49238In reply to: buddypress problem with bbpress: preg match error
Brian Neil Katz
ParticipantI completed installation of the following
WPMU 2.8.1, (trunk 1867)
BuddyPress 1.1
bbpress 1.01, (trunk 2311)
BuddyBar 1.0.3
Site:
http://www.wpmeetups.com/forums/
Integration has been successfully set-up between Forums and BuddyPress Group Forums.
Problem: Insertion of the following in bb-config.php: (generates a white screen)
<php
if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {
define( ‘WP_USE_THEMES’, false );
include_once( ‘/var/www/vhosts/wpmeetups.com/httpdocs/wp-blog-header.php’ );
header( “HTTP/1.1 200 OK” );
header( “Status: 200 All rosy” );
}
Question: Will the following correction to 2 core files correct this problem:
You’ll actually need to patch two CORE files, to make this work now.
wp-includes/wpmu-functions.php on line 317 and line 352
Change _init to __constuct
And then in wp-includes/capabilites.php on line 84 and 99
Change _init to __constuct
Ugh… I hope this is fixed soon.
July 14, 2009 at 2:58 am #49236In reply to: localhost under xampp, windows vista
John James Jacoby
KeymasterThere are two plugins that you’ll need to sync up the cookies; one of them is included with BuddyPress under bp-forums/bbpress-plugins/, this one gets copied into your bbPress/my-plugins/ folder. The other you will want to download from the WordPress plugins repository (wordpress.org/extend/) and install and activate in your WordPress admin.
Once you have each plugin installed, one for each platform, configure them and follow the directions for each one, and then report back.
July 14, 2009 at 2:54 am #49234In reply to: buddypress problem with bbpress: preg match error
John James Jacoby
KeymasterWhen do you get this error message? Like, what exactly are you trying to do when this happens? I’m not really sure what this could possibly be, other than maybe a PHP memory limit error? Or maybe the comment.php file is corrupt?
Are you using deep integration by chance?
-
AuthorSearch Results