Search Results for 'wordpress'
-
AuthorSearch Results
-
January 27, 2012 at 1:34 pm #128720
In reply to: WordPress Mu?
Marcella
ParticipantYou can’t have a network on a network created site. It gets complicated.
You could however have seperate installs on the same domain and take it from there.
subdomain-one.site.com
subdomain-two.site.comYou would then upload and install WordPress in both these location and install / activate network / BuddyPress as you require.
public-html/suddomain-one/
public-html/subdomain-two/https://codex.wordpress.org/Create_A_Network That’s all you need.
January 27, 2012 at 1:28 pm #128717In reply to: WordPress Mu?
keje
Memberok thanks I just found this one but will this work with BP?
https://codex.wordpress.org/Create_A_Network
Can I create a network on an existing site which is using bp ?
January 27, 2012 at 1:26 pm #128716In reply to: WordPress Mu?
Marcella
ParticipantWP 3.x baby.
WordPress.org
wp-config.php
define(‘WP_ALLOW_MULTISITE’, true);
Login
Tools -> Network
Follow the steps.
Install BuddyPress.
Ready to rumble.
January 27, 2012 at 11:17 am #128711In reply to: Activity stream commenting
Marcella
ParticipantHave done some further digging and keep hitting the 404 issue.
The same issue is effected when adding a user as a friend, joining a group and favoriting.
Have created a quick and dirty button generator function that can be used throughout this WordPress theme.
However with the dead landing page these will never work. Are there any other approaches considered a best practice?
January 27, 2012 at 5:30 am #128691In reply to: BuddyPress wipes out WordPress cache?
John James Jacoby
KeymasterNo reason to bump anything here at all. The forums don’t move fast enough and all of the core devs and moderators do a great job at keeping their eyes on things.
January 27, 2012 at 3:57 am #128687In reply to: customizing the buddybar
@ChrisClayton
Participant@MaTaX91 as @dcavins said, the buddybar is being depreciated (when BP 1.6 comes out) so, you should use the toolbar.
The toolbar is alot easier to modify too

Here’s the codex – https://codex.wordpress.org/Function_Reference/add_nodeJanuary 27, 2012 at 3:43 am #128683In reply to: Putting BuddyPress functions/features outside of WP
@ChrisClayton
ParticipantThe section on the WordPress codex should help you out their.
https://codex.wordpress.org/Integrating_WordPress_with_Your_WebsiteJanuary 27, 2012 at 1:29 am #128679In reply to: Group @mentions
r-a-y
KeymasterHere’s the link to etivite’s plugin:
https://wordpress.org/extend/plugins/buddypress-activity-stream-atgroups/January 27, 2012 at 1:29 am #128678In reply to: customizing the buddybar
David Cavins
KeymasterYou’d b better off disabling the buddybar and customizing the wordpress bar. There’s lots on the web about that, and the buddy bar is slated to go away, I believe.
Add this line to wp-config.php to re-enable the WP bar:
`define ( ‘BP_USE_WP_ADMIN_BAR’, true );`January 27, 2012 at 1:25 am #128677In reply to: Can I auto assign a group on registration?
r-a-y
KeymasterJanuary 27, 2012 at 1:20 am #128673In reply to: BuddyPress wipes out WordPress cache?
r-a-y
KeymasterFor a workaround, to stop BP from purging WP Super Cache, add the following in your theme’s functions.php:
`remove_action( ‘wp_login’, ‘bp_core_clear_cache’ );`January 26, 2012 at 11:40 pm #128667In reply to: Add country list in extended profile
January 26, 2012 at 11:37 pm #128666In reply to: Need for hierarchical groups
SK
ParticipantI know BuddyPress is designed to to extendable. So is WordPress. But this is core functionality. Just as WP has hierarchical pages in core, BP should have hierarchical groups in core.
I’ve created a ticket for core developers’ consideration: https://buddypress.trac.wordpress.org/ticket/3961
P.S. As for propagation, the plugin author says it’s a very popular request, but he won’t do it http://www.generalthreat.com/2011/12/extending-groups-hierarchy-join-upstream/
P.P.S. I don’t know how well this plugin is working. Has conflicts with Registration Groups, and potentially others
https://wordpress.org/support/topic/plugin-buddypress-registration-groups-does-this-work-with-bp-group-hierarchyJanuary 26, 2012 at 11:26 pm #128665In reply to: BuddyPress wipes out WordPress cache?
SK
ParticipantI’m confused now.
I’ve previously been advised here by @mercime to bump my posts if they aren’t responded to within 24 hours…
January 26, 2012 at 8:53 pm #128661In reply to: Can I auto assign a group on registration?
First Stop Design
MemberTry the Welcome Pack plugin:
https://wordpress.org/extend/plugins/welcome-pack/January 26, 2012 at 6:37 pm #128651In reply to: Show member blogs on home page
@ChrisClayton
ParticipantJust the blogs on the homepage or the users’ blog posts?
To show the blogs on the homepage you can go into settings/reading in your wordpress admin (https://codex.wordpress.org/Creating_a_Static_Front_Page) and then chose the blogs page (the one you chose in buddypress settings/pages) to show as your front page.
January 26, 2012 at 3:44 pm #128642In reply to: BuddyPress wipes out WordPress cache?
Paul Wong-Gibbs
KeymasterBumping this thread isn’t helping to look at your ticket any faster.
January 26, 2012 at 2:51 pm #128637In reply to: BuddyPress wipes out WordPress cache?
SK
ParticipantBump!
January 26, 2012 at 7:20 am #128614In reply to: Group @mentions
Paul Wong-Gibbs
KeymasterI think I saw a newish plugin that does this; have you searched on WordPress.org?
January 26, 2012 at 6:55 am #128611username_
MemberLet em clarify again in case my posts didn’t make sense. Sorry I was in a hurry.
When I post a new blog post in the wordpress dashboard, It usually gets posted to the main activity wall. This part works fine but what gets posted doesn’t. I tested it out and it seems if there are comments inside the posts like `` this well show up as “comments” on the activity wall. On the actual post on the wordpress part it does not show up. Like I mentioned previously. this worked fine on 1.2.9 but now on the 1.5.3.1 version this part seems to be not working properly. , Any ideas anyone? I tried the bp-default theme and still same thing. I didn’t think this would be a theme thing. more of a core part, but I like to test before posting here..
January 26, 2012 at 2:20 am #128606In reply to: Activation Email Not Being Sent
aces
ParticipantSometimes emails end up filed as spam or junk….
Some web-hosting providers might need you to install a wordpress plugin such as https://wordpress.org/extend/plugins/mail-from/ and/or https://wordpress.org/extend/plugins/wp-mail-smtp/
wp-mail-smtp also has a useful debug feature and more settings…
January 25, 2012 at 10:50 pm #128597In reply to: Registration Page not showing
Paul Wong-Gibbs
KeymasterHave you enabled user registration in WordPress?
January 25, 2012 at 9:29 pm #128590@mercime
ParticipantUsers cannot edit their usernames in frontend user profiles nor in backend user profiles at all. If you mean display names, you can install https://wordpress.org/extend/plugins/buddypress-usernames-only/ so that even if they change display names, what will appear in the front end would be their usernames. Read the Installation instructions and FAQ.
January 25, 2012 at 5:50 pm #128573In reply to: Best Way to Add a 2nd Blog
@mercime
ParticipantCreate a network a.k.a. go Multisite, yes. https://codex.wordpress.org/Create_A_Network
January 25, 2012 at 5:17 pm #128569@ChrisClayton
Participant@mercime a bridge? You make it sound so scary, it’s not like trying to integrate bbpress 1.0 with wordpress… THAT was a bridge (with a scary troll underneath for an added bonus).

I prefer to call them ‘connectors’ as in “a plugin that connects one plugin to another”… man i have ALOT of thoes

@mangolife – It’s extremely easy to connect a well-written wordpress plugin to buddypress profiles (even easier if they are using wordpress features, such as post types)
The difficult part was adding entries from the plugins to the activity streams, but i believe that is being addressed for a future release.
Buddypress Codex Entry: https://codex.buddypress.org/developer-docs/functions/core/bp_core_new_nav_item/
You should also read through the WordPress Codex entry on Administration Menus as they are very similar – https://codex.wordpress.org/Adding_Administration_Menus (and will help alot when you get to ‘screen_functions’ in the above buddypress codex entry.)
-
AuthorSearch Results