Search Results for 'buddypress'
-
Search Results
-
Hello,
I have Buddypress 1.7 (beta 2) installed on my site. I am preparing for some pretty significant modifications to the BP Core and was wondering what the best approach would be for this going forward? the obvious goal is to not lose any of my changes when upgrading the the later betas as well as the later versions of Buddypress.
Thanks,
EthanHello,
What are the downsides/potential risks for not updating Buddypress? The reason I ask is that I am planning on making some significant customizations to the BP Core and am getting the impression that it is difficult to update the BP Core without losing your changes.
Correct me if I’m wrong.
Thanks,
EthanHello,
I am planning on removing a lot of components from the Buddypress portion of my site. Is there any downside/risk to just removing the CSS of these components or would you recommend removing the functional elements associated with it (HTML, etc)?
Would having a ton of hidden, unused Buddypress components slow down the site’s performance and make it more vulnerable to security breaches?
Thanks!
EthanHello,
I just installed Buddypress 1.7 (beta 2) onto my site, http://www.roxxsterclub.com. I set up/configured all Buddypress associated pages, but when I click on the ‘BUDDYPRESS REGISTER’ link on top-right of the header, I am redirected to the homepage. I am obviously looking for that link to take me to the Buddypress Register page.
Anyone know what’s going on here? I wasn’t experiencing this issue with the 1st beta.
Thanks!
EthanTo allow browsers more requests, i created a subdomain, set the root on wp-content/uploads and told wordpress under settings –> media the new full URL path. Now all images are served from the subdomain. Works fine.
Also buddypress user-avatars are now received from the subdomain, but all pages including more then 2-3 avatars, have an server response over 4 up to 20 seconds.
Error-log shows: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’ to increase the limit if necessary.
I fixed that endless loop by adding
RewriteCond %{ENV:REDIRECT_STATUS} 200
RewriteRule ^ – [L]to .htaccess. But the issue is still there.
I also tried to change
$bp->avatar->upload_path = bp_core_avatar_upload_path();
$bp->avatar->url = bp_core_avatar_url();to
$bp->avatar->upload_path = ‘wp-content/uploads’;
$bp->avatar->url = ‘http://www.domain.de/wp-content/uploads’;in bp_core_avatars.php so buddypress will not use the subdomain. It works and avatars are served from wp-content/uploads-path but the server response is still the same.
Any ideas why this happens and how it could be fixed?
BP 1.6.1
WP 3.4.2I keep getting this message when I try to set up a group specific forum:
___________________________________________________________________________________________
Warning: substr() expects parameter 1 to be string, array given in /home/shinyobj/public_html/coachxo.com/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 776
Warning: strpos() expects parameter 1 to be string, array given in /home/shinyobj/public_html/coachxo.com/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 783
Warning: explode() expects parameter 2 to be string, array given in /home/shinyobj/public_html/coachxo.com/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789
Warning: Invalid argument supplied for foreach() in /home/shinyobj/public_html/coachxo.com/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789
Warning: substr() expects parameter 1 to be string, array given in /home/shinyobj/public_html/coachxo.com/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 776
Warning: strpos() expects parameter 1 to be string, array given in /home/shinyobj/public_html/coachxo.com/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 783
Warning: explode() expects parameter 2 to be string, array given in /home/shinyobj/public_html/coachxo.com/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789
Warning: Invalid argument supplied for foreach() in /home/shinyobj/public_html/coachxo.com/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789
_____________________________________________________________________________My sitewide forums are working. I watched this video to set them up but I can’t get the specific group forums to work.
Any ideas? I really need private group forums AND a sitewide general forum where anyone can participate. Any help would be appreciated!
Hi,
I have integrated successfully the post-form of what´s new within my index.php of my theme by integrating this code
unfortunately I do not see here the activity plus buttons (for links, images and videos).
what do I have to do to get them also on my front page?
thanks a lot for helping!
bergblume
http://wordpress.org/extend/plugins/buddypress-activity-plus/
Topic: Enterprise Nation
We’ve just put Enterprise Nation (one of the biggest sites on the BuddyPress platform) through a makeover – new colour schemes and layouts, and a host of new features and offers.
Would be great to get your thoughts – free chocolates for the best bug find.
Thanks, Roger, 21 Inspired
Im running buddypress 1.7 beta 2 and the group reviews plugin wont register new tabs in the groups?
Anyone else with this issue?
help
Topic: Netball website
My website Netball Scoop is centred around a quarterly online netball magazine:
Forum: http://netballscoop.com/forums/latest/
My user profile: http://netballscoop.com/members/netballscoop/The use of BuddyPress is minimal – mainly private messages and user profiles for our forum (1300+ members). But it works really well with bbPress and Pippin’s Restrict Content Pro.
At the beginning, I had trouble with Media Temple’s gridserver, but since upgrading to their dedicated virtual hosting it has been a breeze.
Would love to hear your feedback 🙂
Hello everybody
Is it possible to use buddypress/wordpress as Open Atrium type itranet solution? Open Atrium is good, but its old and uses drupal and i like wordpress more.
What i need in my intranet:
– Groups that have their own “site”
– Only admin add’s person to a group
– Every group should have their own eventcalendar in groups front page
– Every group should have their own notepad or pinboard where to place information
– Some sort of “case tracker” where you can post “cases” vie public form or email, and people in that group could view those cases and comment on them.Total Noob here.
For some reason I cannot get my child theme header.php to call a separate style sheet for a custom homepage template that I created in the child theme root directory (using BP Columns theme).
I have disabled Buddypress from que-ing up the style sheets and have used the following code in the header.php file in my child theme folder:
<link rel="stylesheet" href=""/home.css type="text/css" media="screen" /> <link rel="stylesheet" href="" type="text/css" media="screen" />No matter what I try it will not call the home.css style when my custom template home page loads.
I’ve searched for the past several days but nothing seems to work.
Any Ideas? as I just wanted a simple login page that looked different than the rest of the site.
Thanks in advance