Search Results for 'buddypress'
-
AuthorSearch Results
-
June 18, 2010 at 6:57 pm #81884
In reply to: TwentyTen child theme for BuddyPress
Andrea Rennick
ParticipantI’ll give it another go hopefully over the weekend.
June 18, 2010 at 6:12 pm #81880June 18, 2010 at 6:08 pm #81878June 18, 2010 at 5:22 pm #81875In reply to: MediaWiki edits -> BP activity streams
LPH2005
ParticipantI hate to dredge up an old thread – but – is work being done on this for WP 3.0 and BP 1.2.4.1?
@flynn – the server is temporarily unavailable; theme link isn’t available.
@boonebgorges – have you tried your extension with BP 1.2.4.1?
@nicolagreco – did you ever release anything?
Today seemed like a good day to try to get my MediaWiki footer integrated into BuddyPress footer – and just started looking around. Any tips from anyone would be great!
June 18, 2010 at 5:10 pm #81873r-a-y
KeymasterCheck out the internal configuration settings page on the codex:
https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/What you’re looking for specifically is this:
define ( 'BP_MEMBERS_SLUG', 'users' );Change “users” to whatever you want.
Add this code to wp-config.php.
June 18, 2010 at 5:06 pm #81872In reply to: How do I use buddypress?
r-a-y
KeymasterJust to add to this, if you’re using a custom WP theme and you want to add BuddyPress functionality, then you’ll need to use the BP Template Pack plugin:
https://wordpress.org/extend/plugins/bp-template-pack/If you’re used to customizing themes, then you’ll feel right at home with BP templates and custom loops. Check out the codex for more info.
What hnla is talking about is if you’re using WP 3.0 and you want to add user blogs, you’ll need to add network functionality. Read this post by Pete Mall for more info:
http://developersmind.com/2010/05/17/enable-multi-site-in-wordpress-3-0/June 18, 2010 at 4:51 pm #81809In reply to: ETA on Buddypress 1.3 – when will it be released?
r-a-y
KeymasterThere are still a lot of tickets on Trac for BP 1.3; I’m guessing a month or longer:
http://is.gd/cUn3vHowever, there will be an intermediary point release on the 1.2 branch – v1.2.5 – hopefully that will be released in the next week or so.
June 18, 2010 at 3:14 pm #81864In reply to: TwentyTen child theme for BuddyPress
linusf
ParticipantI have successfully upgraded to 3.0, I´m running BP 1.2.4.1. And I have the basic twenty ten theme installed. However the bp functions are not working, its not listing “activity”, “members” etc in the menu. Instead the items are stacking at the bottom of my page. Am I missing something?
June 18, 2010 at 1:35 pm #81855Hugo Ashmore
Participant@si you’ve added in a carriage return/line feed after the closing ?> or before it’s opening, anything that represents a character is interpreted as browser output. Ensure you have no whitespace after the closing php tags.
June 18, 2010 at 12:54 pm #81852sj
Participant@ray added code to functions in bp default
but getting eeor wen going to login pae, logout link ..
header modification already send some sort error
June 18, 2010 at 12:39 pm #81851In reply to: Upgrade to WP 3.0; BP forums no longer work
Tim
Participant@nuprn1 – ah, we always overlook the simple solutions! I disabled every plug in aside from Buddypress and it’s now working perfectly. So it’s a rogue plug in – I’ll start them up one and by one and see which one it is and will post back with the results. Many thanks!
June 18, 2010 at 11:20 am #81846In reply to: How do I use buddypress?
Hugo Ashmore
ParticipantBuddypress runs as a plugin of a WordPress install, either WP single or WPMU / WP MS(WP 3.0)
If you have your WordPress install up and running then you need to upload or install via dashboard the BP plugin and activate, no further domain issues unless you have decided to run user blogs then you have considerations such as sub domains for the user blogs or sub directories and possible DNS issues if you want to use sub domains.
June 18, 2010 at 11:19 am #81844In reply to: agenda plugin and file sharing plugin
revolutionfrance
ParticipantHi @Dwenaus
Would you have the possibility to send the release to me too? I think many people want an event plugin, but are not willing to subscribe to wpmu dev for only that plugin (most of their other wpmu plugins are covered by buddypress functionality anyway…)
Thanks a lot!
paul.hockley ‘at’ gmail.com
June 18, 2010 at 9:09 am #81842sj
Participantthnx ray
June 18, 2010 at 6:22 am #81837In reply to: BuddyPress and WordPress 3.0
Mitch
ParticipantRon said:
Folks,
The issue here with 3.0 is that if an existing WP 2.9.2 install with uploaded media upgrades to 3.0 and enables the network the blog option for the upload_path can’t be changed to the blogs.dir folder because the existing media becomes inaccessible.
So my question is: is there a way to get the pre-existing media to show-up? I went from WPMU 2.9.2 to WP 3.0 – and all of my media is gone? It won’t even show up, if I enter the path to the file directly in the address bar? Shouldn’t it at least show an image if I put the exact path in?
I also tried to upload new media – and that doesn’t show up either, so I’m not sure if what Ron posted is my issue?
Thanks!
June 18, 2010 at 6:09 am #81836Hugo Ashmore
Participant
Ah erm so it does; did say it wasn’t hugely tested. Ok then those that are running on bp-default theme will need to add your function to main functions file, please ignore my well intentioned but erroneous post above. (Last para stands thinking about though, the flood gates will open soon)Thinking further it makes sense to add fix to main functions or
bp-custom[bp-custom.php isn’t a standard included file] so that it does get erased from existence on upgrade – one less thing to remember to adjust for peopleJune 18, 2010 at 6:08 am #81835In reply to: Avatar Crop Tool Only Shows A Portion Of Avatar
sandholdt
ParticipantHi there – have you found a solution for this because I have the same on my wpmu 2.9.1 and buddypress 1.2.4.1 the crop tool are not working at all and 2 images are shown also. Please let me know if you have found the solution.
Thx.
Regards
SandholdtJune 18, 2010 at 6:00 am #81834r-a-y
Keymaster@hnla – While your method is well-intentioned, it breaks actual 404 pages. Try typing in example.com/hfklsadjfkasdhf and you’ll see the activity page, instead of the 404 page!
You could just copy my code directly into the bp-default theme’s functions.php so it will be overwritten when the next version of BP comes out.
FYI, the code can also go in wp-content/plugins/bp-custom.php as well and not necessarily in a child theme’s functions.php file.
June 18, 2010 at 5:51 am #81833Hugo Ashmore
Participant@r-a-y Thanks r-a-y that does indeed fix things, albeit in a hackish manner

I understand what you’ve done with it, and it occurred to me that there may well be an issue with many who are using bp-default and choosing or at least attempting to choose activity stream as front page, they will not be running a child theme?
I had a play around with the bp-default functions file and specifically the function: ‘bp_dtheme_page_on_front_template’ controlling this aspect, keeping your workaround in mind I simply adjusted the add_filter from:
add_filter( ‘page_template’, ‘bp_dtheme_page_on_front_template’ );
To:
add_filter( ‘404_template’, ‘bp_dtheme_page_on_front_template’ );
This appears to work correctly on one of my clean installs WP 3.0 BP 1.2.4.1 bp-default
Although this is adjusting core file, in the interim/short term until the correct solution is found would this not serve those that I mentioned above and when that correct solution found the hack would simply be overwritten in a point upgrade?
This isn’t a hugely tested solution, it works on the surface on one of my various installs, but there may well be issues I have missed, it’s suggested more as food for thought.
Lastly I can imagine that there are going to be many rushing into upgrading (that ‘upgrade now’ button is like the red ‘Do NOT Press’ button; too much of a temptation
) Although the upgrade is not problematical the few manual steps required might well cause some people issues and the fix discussed here be required so as such it might be worth a sticky post pulling the steps together along with any other fixes one might require, that people can be pointed to?June 18, 2010 at 5:32 am #81832Darryl
ParticipantWhen could an official fix be expected? Thanks!
June 18, 2010 at 4:03 am #81826In reply to: BuddyPress and WordPress 3.0
Ishimwe
ParticipantWorks like a charm for me!
WP 3.0 and Buddypress 1.3 in two steps:
1) Make sure upload_path option is set to wp-content/blogs.dir/1/files
2) in old .htaccess changeRewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L] TO
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
Works!
June 18, 2010 at 1:57 am #81824In reply to: WPMU 2.9.2 to WPMU 3.0 –> Avatars broken
June 18, 2010 at 1:06 am #81821June 18, 2010 at 12:48 am #81815In reply to: Changing colors of menu tabs and admin bar
r-a-y
KeymasterEdit your theme’s style.css.
And add the following:
#wp-admin-bar .padder, #wp-admin-bar ul li ul {background:red !important;}This is just to get you started.
Again, I advise you to create a child theme to apply your new style changes. Read this guide to build a child theme from the default BP theme:
https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/June 18, 2010 at 12:33 am #81813In reply to: bbpress activity not coming though
-
AuthorSearch Results
