Search Results for 'wordpress'
-
AuthorSearch Results
-
November 15, 2012 at 6:09 pm #145077
In reply to: [Resolved] Can you assign posts to groups?
@mercime
ParticipantPlease do not bump your post here, considering it’s less than a day since you first posted.
1. https://wordpress.org/extend/plugins/bp-groupblog/ – need to create a network/go multisite
OR
2. http://buddydev.com/plugins/blog-categories-for-groups/November 15, 2012 at 6:05 pm #145046In reply to: [Resolved] Activating Personal Blogs ?
@mercime
Participant== I would like to activate the personal blogs for users on my site. ==
You need to Create a Network first (go multisite) https://codex.wordpress.org/Create_A_Network
BP_ENABLE_MULTIBLOG is a different animal entirely https://codex.buddypress.org/developer-docs/bp_enable_multiblog/November 15, 2012 at 5:48 pm #145073@mercime
ParticipantThis is a known issue. Check out https://buddypress.trac.wordpress.org/ticket/4571
November 15, 2012 at 5:29 pm #145072In reply to: Hide My Account Menu
hughshields
ParticipantThe name of the menu is ‘my-account-buddypress’. This is a buddypress menu and therefore you cannot find it in the wordpress adminbar.php file. It is added when you installed buddypress. You can remove it by adding the following to your theme’s functions.php file:
function remove_bp_adminbar() {
global $wp_admin_bar;
$wp_admin_bar->remove_menu(‘my-account-buddypress’);
}
add_action( ‘wp_before_admin_bar_render’, ‘remove_bp_adminbar’ );If someone knows the names of the submenus in this buddypress menu I would like to know them so that I can remove the redundant ones (media, forms, friends etc).
November 15, 2012 at 2:08 pm #145059In reply to: [Resolved] body_class filter for buddypress pages
Pepperbase
ParticipantI tested the code on the bp-default theme (only wordpress and buddypress activated). It works on normal pages, but not on the buddypress pages (members/activity etc). Hence, it behaves the same as on the pagelines theme.
I tried different priority settings for the filter in the plugin, but without any results. Any other suggestions I could try?
November 15, 2012 at 9:05 am #145041In reply to: [Resolved] body_class filter for buddypress pages
Pepperbase
ParticipantHi,
Well it is a pagelines (a theme) plugin. Here is the plugin code: https://gist.github.com/4077479
Naturally, I posted this question on their forum. They answered that it is probably a buddypress problem, because they are using a wordpress filter. The plugin does add body classes (for browsers and devices) on all other pages (non buddypress pages).
Why should this not be working on buddypress pages? Yes. I have little knowledge of buddypress, that is why I am here.
November 15, 2012 at 5:01 am #145036@mercime
ParticipantWell, I did mention in my previous post that https://wordpress.org/extend/plugins/bp-multi-network/ had shared users. I have not used that plugin before so I recommend that you read
– http://wpmututorials.com/news/new-features/multiple-buddypress-social-networks/ and
– https://wordpress.org/extend/plugins/bp-multi-network/installation/You’ve created one network when you went multisite. With the plugin above, there’s one instance of BuddyPress per network. Therefore, if you want more BP instances, you have to create a commensurate number of networks with WP Multi Network or Networks+. At this point, I would venture that you should have a dedicated server to service all networks with respective BuddyPress instances.
This is way more advanced and complicated than Brajesh’s plugin where you only need one network (multisite) install and each subsite has a separate BP instance. Therefore I would suggest that you get the premium Networks+ to avail of experienced support which I think you’d need.
November 15, 2012 at 2:57 am #145032rickkumar
ParticipantI was thinking exactly the opposite. Thanks for clarifying the differences between both the plugins.
I want to have different domains with different sites/groups/activities/forums etc but I want to share the users among all the different networks i.e. once a user signs up, then he/she should be able to login and use any of the BP network site in the entire network.So I basically need https://wordpress.org/extend/plugins/bp-multi-network/
I just checked the plugin page and it says: Segregate your BP networks in a multi-network WP install.
Requires BuddyPress 1.5 or greater.This plugin segregates BuddyPress social networks in a multi network WordPress install so that each WP network has a different social network. The user base is still shared across the WP install.
Multiple WP networks can be created with either:
WP Multi Network
Networks+
Q: Does this mean I need to install “WP Multi Network” along with “BP-Multi-Network” plugin?
If yes, which one first and which one 2nd to install?November 14, 2012 at 7:20 pm #145009In reply to: avatars broken?
@mercime
Participant@justdanyul It’s been reported. You can try fix in this ticket https://buddypress.trac.wordpress.org/ticket/4571
November 14, 2012 at 5:19 pm #145002In reply to: Buddypress layout
norman hamilton
ParticipantI have WordPress.org I install Buddypress social network Now I cant get to my Dashboard. Website is asking for -Activation key, which I dont know. What must I do?
November 14, 2012 at 3:43 am #144975In reply to: I can’t finish installation
norman hamilton
ParticipantThanks! I am having problems, I can’t log-in my own website all evening at WordPress.org, its asking for valid “activation key” which I don’t know. – Help Please!!!
November 14, 2012 at 3:24 am #144973In reply to: BuddyPress.org Forum Replies and Notifications
@mercime
Participant@themightymo Yes, post feature requests aka enhancements there. Know that feature requests with patches already attached are welcome. Providing patches to fix bugs in trac will get you the warmest welcome

Before posting, you should do a search first to see if someone has already posted same enhancement there. Do also check out https://buddypress.trac.wordpress.org/roadmap
November 14, 2012 at 3:13 am #144969@mercime
Participant== I don’t see a link to take me to my home page similar to facebook, essentially my activity stream. ==
What theme are you using? If you’re using BP Default theme, you can click on the link under your avatar to go to your Activity Stream page. Or, if you meant that you wanted the user to be automatically directed to their activity page upon log in, check out https://wordpress.org/extend/plugins/welcome-pack/
November 14, 2012 at 2:41 am #144966In reply to: Activity stream, entries, contextualization
Toby Cryns (@themightymo)
ParticipantI agree that this causes confusion. You might try creating a ticket here: https://buddypress.trac.wordpress.org/newticket
November 14, 2012 at 2:35 am #144965In reply to: Notifications lacks logic
Toby Cryns (@themightymo)
ParticipantInteresting thought. Perhaps post it to https://buddypress.trac.wordpress.org/newticket
November 14, 2012 at 2:30 am #144964In reply to: BuddyPress.org Forum Replies and Notifications
Toby Cryns (@themightymo)
Participant@mercime – Thanks for the info. I was also wondering that about the WP.org forums.

Is this (https://buddypress.trac.wordpress.org/) the right place to put a buddypress.org feature request? It seems awkward, since I am not requesting a new feature be added to BP core. I have never submitted a BP ticket, so I want to make sure I start off on the right foot.
November 14, 2012 at 2:21 am #144963In reply to: BuddyPress.org Forum Replies and Notifications
@mercime
Participant== What it doesn’t show is whether or not someone replied to my reply. ==
I know what you mean, ala WPorg forums. We don’t have that notification nor custom view at this time for the group forums. I use https://wordpress.org/extend/plugins/buddypress-group-email-subscrioption/ for own sites.
Not sure whether a feature enhancement for the aforementioned will be entertained at this time because come BP 1.7, group forums will be migrated/merged with sitewide forums. If you feel strongly about it, you can open trac ticket for this.
November 14, 2012 at 2:13 am #144962Toby Cryns (@themightymo)
ParticipantThis sounds like a basic jQuery+WordPress question and not necessarily a BuddyPress-specific question. You will need to do a couple of things to pull this off:
1) Enqueue jQuery
2) Write/copy-and-paste a jQuery script that limits the number of characters in a specific field. Then enqueue that scriptStart here (https://codex.wordpress.org/Function_Reference/wp_enqueue_script) and know that there will be a bit of a learning curve!
November 14, 2012 at 2:08 am #144960In reply to: Lots of blank pages
@mercime
Participant@c930586 Might be that something went wrong with the compatibility process. What WP theme are you using? We have a list of around 110 “template-packed” WP themes at https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes with different instructions based on the HTML structure of each theme.
November 14, 2012 at 2:03 am #144958@mercime
Participant@mrm222 @rickkumar just to clarify
BP Multi Network plugin = multiple instances of BP within multisite installation with different groups, activities, etc. but with shared users across the network.
https://wordpress.org/extend/plugins/bp-multi-network/BuddyPress Multi Network plugin = multiple instances of BP within multisite installation with different groups, activities, etc and different users per subsite. (can be shared users but you’d have to code it yourself or hire a developer to do so)
November 14, 2012 at 1:48 am #144950In reply to: [Resolved] removing ”create an account” link
Toby Cryns (@themightymo)
ParticipantHere are a few options I thought of off the top of my head:
1) You might consider using a “membership” plugin. I don’t have a lot of experience with them myself, but I think one of the features of some is the ability to use a “key” to register (think of it as a password). You could give them the “key” at the end of your survey.
2) If you are savvy with code, you can likely pass a query string via the url bar as well if your survey software allows it.
3) Password-protect the BuddyPress registration page. You should be able to do this via the WordPress page editor. You could give all the participants the password.
November 13, 2012 at 8:09 pm #144945zacclay
ParticipantRight, I used that plugin and was not able to get it to work. Content from a sub site shows up on other subsites.
https://wordpress.org/support/topic/plugin-not-working-18November 13, 2012 at 8:00 pm #144944In reply to: Buddypress Activity Time is off by 5 hours
mgkoller
ParticipantHey, I just saw the reply to this ticket. (Sorry about the time it took to reply)
Regarding
https://buddypress.trac.wordpress.org/ticket/4573I’ve done several fresh installs of WordPress, then installing the BuddyPress plugin using (Mamp).
Using WordPress 3.4.2. / BuddyPress Version 1.6.1
When I post activity (either on my localhost or my live site)
The Activity time is right BUT
Several Hours are added when I visit the Activity panel inside my dashboard “wp-admin/admin.php?page=bp-activity”
I use the dashboard Activity because of its search and dates.I would even assume it does this in http://testbp.org/activity/ but the Dashboard activity panel is hidden. Let me know if there are any fixes or if I need to re-clarify anything. Thanks for your help!
November 13, 2012 at 8:29 am #144929@mercime
Participanthttps://wordpress.org/extend/plugins/bp-multi-network/ though I haven’t checked it with BP 1.6.1 and WP 3.4.2
November 13, 2012 at 7:25 am #144926In reply to: putting plugin search box in header
@mercime
ParticipantAs the mightymo mentioned above, you can create a sidebar/widget area in the header of your theme. Read how http://justintadlock.com/archives/2009/05/26/the-complete-guide-to-creating-widgets-in-wordpress-28
-
AuthorSearch Results