Search Results for 'buddypress'
-
AuthorSearch Results
-
July 25, 2011 at 12:37 pm #116881
thomasfals
Memberthat is buddypress 1.2.9 of course – could not edit the topic
July 25, 2011 at 10:07 am #116875In reply to: ETA on Buddypress 1.3 – when will it be released?
Bage
ParticipantFeast of Fun, check the trac (https://buddypress.trac.wordpress.org/). it have all the information you needed.
July 25, 2011 at 9:36 am #116873In reply to: Profile Photo Gallery
foxly
Participant@T3Kaos
This is relatively easy to do using BP-Album+. Just install the plugin (available here) then paste the “Global Media Page” action (documentation) into the user profiles template and set it to filter by the current user.^F^
July 25, 2011 at 8:47 am #116870In reply to: ETA on Buddypress 1.3 – when will it be released?
Thanks for all the hard work you guys put in! We’re looking to integrate buddypress into our own website, should we wait until 1.3, will there be any significant changes to it that would make upgrading a challenge? Is there a page somewhere where we can see the planned changes/features? Thanks!
July 25, 2011 at 6:53 am #116866@mercime
ParticipantJuly 25, 2011 at 5:49 am #116864In reply to: Safe to edit BuddyPress Plugin?
Jam
MemberThank you
July 25, 2011 at 3:58 am #116863jedigazelle
MemberI seem to be having a problem….a bit more complicated than those here. I have set up buddypress, installed the plugin to make my theme compatible, and everything says its working great. I see all the links in the admin pannel at the top, but if i click ANYTHING, i get a 404 page not found. Click register, 404. Click members, 404…click profile get a 404..any suggestions?
July 25, 2011 at 2:53 am #116862josephisready
Member@Andrea_r ,Thank You for your concern about my issue
I resolved this problem,new users are WordPress users ,first time I think there is an option in BP for adding new users, but there is no such optionJuly 25, 2011 at 2:24 am #116861In reply to: Login Issues Redirect and Homepage
@mercime
ParticipantJuly 24, 2011 at 10:39 pm #116857In reply to: Can you multi-site BuddyPress?
@mercime
ParticipantAt this stage, you would need to upgrade Multisite to Multinetwork via plugin. Then via another plugin in beta, have truly separate instances of BuddyPress in each Network of the multinetwork installation, Better read this http://wpmututorials.com/news/new-features/multiple-buddypress-social-networks/
July 24, 2011 at 10:20 pm #116856In reply to: All BP pages gone after updating to WP3.2 and BP 1.9
dharmen99
ParticipantThis is a multi site sub directory install with only three sites, the primary site is not using Buddypress, just a secondary site uses it and this is the one that is giving the problems. The third site is active but not being used and is not using BuddyPress.
My .htaccess file follows, (some differences but I don’t know if these are significant).# BEGIN WordPress
RewriteEngine On
RewriteBase /now/
RewriteRule ^index.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*.php)$ $1 [L]
RewriteRule . index.php [L]# END WordPress
July 24, 2011 at 9:32 pm #116855In reply to: Can you multi-site BuddyPress?
allmyhoney
ParticipantI to am interested in this. Any update on this? I have buddypress working on my multi-site but it only works on the main site and then on my subdomains I just get an 404 error if you click on members for example on a subdomain – so does it setup the buddypress across the network or per site on the network? I am googling and trying things but not fully understanding what it will do in a multi-site setup on 1.2.9
July 24, 2011 at 8:18 pm #116853In reply to: Filtering out Activity Stream stuff
dude
Memberwill my members still be able to ‘reply’ to the activity updates as normal if I insert this code..?
`function filtering_activity_default( $qs ) {
if ( empty( $qs ) && empty( $_POST ) ) {
$qs = ‘action=activity_update’;
}return $qs;
}
add_filter( ‘bp_ajax_querystring’, ‘filtering_activity_default’, 999 );`Also where exactly do I place this in: functions.php please..?
July 24, 2011 at 7:41 pm #116851@mercime
Participantduplicate of https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/widgets-not-showing-up-on-buddypress-pages/
closing this one. mercimeJuly 24, 2011 at 7:37 pm #116850In reply to: I can not install bbPress in BuddyPress
@mercime
ParticipantJust to clarify, do you already have an external bbPress installation? Your external bbPress installation must use the same database as your BuddyPress installation otherwise this integration won’t work.
If you do not have an external bbPress installation using same databse, then you should use the BP Forum Setup and create/install a new bbPress forum.
July 24, 2011 at 2:33 pm #116847evo252
ParticipantHello Paul,
Thank you for the purpose, I’m very sorry to disturb you but I have just installed BuddyPress and I don’t have any idea to make that. What’s the code for customizing the loop placed in members/index.php ? How can I know the ID of the value of the gender field ?
Thanks.
July 24, 2011 at 1:35 pm #116844In reply to: Any recommended Groups ”Map” plugin?
July 24, 2011 at 11:19 am #45126In reply to: Widgets not showing up on Buddypress pages
Paul Wong-Gibbs
KeymasterWhich theme? Do non-BuddyPress widgets work? Have you tried removing the BuddyPress widgets from the widget area, and adding them again?
July 24, 2011 at 8:08 am #116350In reply to: Safe to edit BuddyPress Plugin?
r-a-y
KeymasterIt’s safe to place the code in wp-config.php.
July 24, 2011 at 7:41 am #116839@mercime
Participant@donmcint go to dashboard menu Appearance > Header > Change image and background color there.
July 24, 2011 at 5:15 am #116836In reply to: Any recommended Groups ”Map” plugin?
@mercime
Participant@lunaix you should post at plugin dev’s site with details about your install – might be some conflict with another plugin or theme or something else, Tested the plugin on BP 1.3-bleeding and later in BP 1.2.9/WP 3.2.1 and it’s working great.
July 24, 2011 at 5:11 am #116835@mercime
Participant@careercreatrix Before there was WP Multisite, there was WPMU(multi-user) a long story https://wordpress.org/news/2010/06/thelonious/
== 1) Do i have to “create a group” in order for people to be able to join my discussion forum? I just want one plain old discussion board, with multiple topics. ==
Yes, at this time you would have to create a group and be a member of that group in order to post forum topics. If you only want the forums without the social networking feature, bbPress the plugin is in beta3 https://bbpress.org/blog/
== 2) It says you have to have registration enabled, so people can register. How do I make sure it’s enabled? ==
Go to dashboard Settings menu > General > Membership – check “Anyone Can Register”
== there isn’t a “Create a Group” tab when I click on “Groups” in the top bar, ==
You will find the “Create a Group” link if you go to your site’s /groups/ directory, it was never included in BP Admin Bar. So if your WP is installed in domain root i.e. http://yoursite.com/, you go to http://yoursite.com/groups. Beside the page title, Groups Directory, you’ll find the link to create a group in the bp-default theme. Or, you can go directly to the URL
http://yoursite.com/groups/create/step/group-details/ – replace yoursite.com with your domain name.July 24, 2011 at 2:45 am #116831stone1
Participanton this page: http://www.emmastangl.com/forums/
It looks like you have a group, and just need to start creating forums…July 23, 2011 at 11:52 pm #116824In reply to: Profile rating system
embergermedia
Member@christophg I have my math worked out, and the basic structure summarized. I’m going to start the heavy lifting this upcoming week and hope to test by next week. I’l let you know how I make out. If all goes well, I will then study up on how to make this a plugin.
July 23, 2011 at 11:37 pm #116823In reply to: Any recommended Groups ”Map” plugin?
lunaix
MemberBrajesh map plugin’s here!
-
AuthorSearch Results