Search Results for 'buddypress'
-
AuthorSearch Results
-
March 21, 2013 at 5:24 am #157363
cpabramo
ParticipantRazor theme is built for buddypress
March 21, 2013 at 5:03 am #157362In reply to: Premise and Buddypress
@mercime
ParticipantI am using Premise (by StudioPress)
@feliperinaldi have you checked out with Premise provider re compatibility with BuddyPress? StudioPress does provide support for their premium themes/plugins.March 21, 2013 at 4:49 am #157361@mercime
Participant@cpabramo know that we are all volunteers here living in different time zones.
Just checked out your site. Initial scan shows that your theme is loading up jQuery 1.7.2 when BuddyPress and Bowe’s Code are using jQuery 1.8.3
I know you mentioned that you changed themes and checked plugins already. You didn’t mention if you checked out site after changing to BP Default theme and deactivating all plugins except BuddyPress at the same time.
March 21, 2013 at 4:17 am #157359bp-help
ParticipantJust for clarification I decided to keep the toolbar and attempt to add the split up notifications to it. I just need help with display of the individual notifications in the drop-down menu.
March 21, 2013 at 3:46 am #157358In reply to: Buddypress activity plus 1.4.1 & iPad
yzqiang
ParticipantI think so.
March 21, 2013 at 3:19 am #157355bp-help
ParticipantAnyone who can help? Thanks!
March 21, 2013 at 3:09 am #157353In reply to: Registration form
@mercime
Participant@danny80 WordPress/BuddyPress versions? What theme are you using – BP Default or some other theme?
March 21, 2013 at 3:07 am #157352In reply to: Registration button invisible
@mercime
Participant@filipmedia add the following to your theme’s style.css file
#buddypress .standard-form div.submit input {
color: #000 !important;
}March 21, 2013 at 3:01 am #157351In reply to: i can not installing buddypress..
@mercime
Participant@nahin if you want to install BP in a subsite, then add the following to your wp-config.php file (at root of your WP installation)
define ( ‘BP_ROOT_BLOG’, 3 );
change the number 3 above to the ID of subsite
March 21, 2013 at 2:58 am #157350In reply to: no posts showing and Repair alert shows
@mercime
Participant@lradden
1. backup database and server files.2. Change to Twenty Eleven theme and deactivate BuddyPress.
3. Now re-activate BuddyPress. You should see the Installation Wizard https://codex.buddypress.org/legacy/buddypress-1-5-installation-wizard/ Follow instructions and select the BP Default theme in panel which shows up during this process.
4. Continue on to Configuring Components codex.buddypress.org/legacy/configuring-components-v1-5/
5. Check your BP pages in the front end.
6. If all is working as expected, then backup DB again.
7. Upgrade to latest WordPress and BuddyPress versions.
March 21, 2013 at 2:56 am #157349cpabramo
ParticipantStill no takers. Not even one of the buddypress guru admins want to take a stab?
March 21, 2013 at 12:29 am #157345KZeni
ParticipantNot sure if anyone else still needs the ability to combine @mentions with the personal activity stream. I took the guidance of @mattamatic with an alteration to get it working with BP 1.7 (beta 2, in my case).
I opened up `buddypress/bp-activity/bp-activity-classes.php`, found `lines 620-624` (part of the get_filter_sql function), and changed it from:
`if ( !empty( $filter_array[‘user_id’] ) ) {
$user_sql = BP_Activity_Activity::get_in_operator_sql( ‘a.user_id’, $filter_array[‘user_id’] );
if ( !empty( $user_sql ) )
$filter_sql[] = $user_sql;
}`To:
`if ( !empty( $filter_array[‘user_id’] ) ) {
$user_sql = BP_Activity_Activity::get_in_operator_sql( ‘a.user_id’, $filter_array[‘user_id’] );
// START Also include @Mentions in User Stream
$search_terms = ‘@’.bp_core_get_username($user_id);
$user_sql.= “OR ( a.content LIKE ‘%%”.like_escape($search_terms).”%%’ )”;
// END Also include @Mentions in User Stream
if ( !empty( $user_sql ) )
$filter_sql[] = $user_sql;
}`Works for me on BuddyPress 1.7-beta2 (wish there was a non-hacked way to combine multiple scopes for the activity stream). Also, I should mention that you really only need to add the parts between the START/END comments, but I included the rest for context.
Thanks again @mattamatic!
March 20, 2013 at 11:13 pm #157339ElisabethMM
ParticipantI’m having the exactly same problem. Currently trying to install buddy press on a sub domain. It’s there (as in, it shows a blog with the buddy press theme). The only place I see any buddypress control is in network admin dashboard > settings > buddy press. I don’t see any buddy press controls on my subdomain dashboard, despite changing the code in the bp-custom.php file and the wp-config.php file.
Help? I’m a real beginner at coding and have no idea where to go from here.
March 20, 2013 at 11:05 pm #157338In reply to: Blog post comments in activity stream?
parakeet
ParticipantNB. I have also, on this fresh install, tried allowing search engines to crawl (via Settings – BuddyPress – Reading… Search Engine Visibility… Discourage search engines from indexing this site”, untick) as suggested elsewhere… http://www.social-ink.net/blog/buddypress-activity-stream-no-blog-posts-showing#comment-4833
March 20, 2013 at 8:34 pm #157331In reply to: Buddypress and sliders
danbpfr
Participantthere is an js error on one of the image. I gues one of the static pictures at the right of the slider. FF doesn’t see it, but IE 9 does.
Both browser says there is an error, but i’m unaible to locate it. Image corrupt or truncated: http://<unknow>.com
Check also the slider settings for any auto-resize value and deactivate it. Such errors are also mainly due to image that are not correctly built by a software (photoshop, etc)
Deactivate all your plugins and use only WP, BP, your slider and bp-default and see if it works.
Reset also your permalinks (just by saving again the settings).Also, be aware that WP polls 2.3 is only given to be used up to WP 3.3
And if you use BP 1.7b2, use bbPress 2.3b2 it’s much better.
March 20, 2013 at 8:31 pm #157330In reply to: BuddyDroid – BuddyPress for Android
Yuttadhammo
ParticipantJust a note that the server plugin has now moved to wordpress.org; get the latest version of the plugin here:
https://wordpress.org/extend/plugins/buddypress-xml-rpc-receiver/
March 20, 2013 at 7:42 pm #157328In reply to: Fixed link that redirects to BuddyPress profile
kwerri
ParticipantYou are a BuddyPress God!
Thanks so much for your solution – this has been bugging me for a long time now.
March 20, 2013 at 7:06 pm #157326In reply to: Buddypress and sliders
redknite
ParticipantAlso,
I tried installing smooth slider plugin as well. and it only runs if I deactivate buddy press…March 20, 2013 at 6:50 pm #157325In reply to: Buddypress and sliders
redknite
Participant@Chouf1
its a custom theme. The theme isn’t the problem though. Buddy press is stopping the slider. When I do a search for this problem it comes up all over that buddypress is stopping slider images because it’s overwriting js. I haven’t found a solution to this issue…can you help with that?March 20, 2013 at 6:47 pm #157324In reply to: Buddypress and sliders
danbpfr
Participantdon’t know this theme. Provide a valid link to it. Also version #
If it’s a premium one do nothing. We can’t help here in this case. Ask the author or call the support included in your purchase.
March 20, 2013 at 6:29 pm #157323In reply to: Can't create Forum topics
danbpfr
Participanti don’t understand why there haven’t been any additional comments on this.
Probably because they have nothing to say about such a multi debate subject on this forum.Much like @pdillon809 I installed fresh install of BuddyPress
Much like ? He gave some details. Not you !
Which version do you use ?
What is your theme ?
Which plugins do you use ?We don’t read in chicken guts here nore in cristal bowls !
and found absolutely no links to create either a group or forum (form the admin bar profile links).
To create a group you have to activate the group component in the BP settings. Maybe also allow your members to create groups.
Then you go on the group directory page and you’ll find logically a create button on that page. Have you your kitchen light button in your bedroom ? No ! Same for BP: each thing at his place. And a place for each thing.I finally a create group button if you go to /groups
Very impressive ! But code is poetry isn’t it ? You did a unecessary work i guess: this button is a 100% part of buddypress.but still nothing for creating a forum topic (even as admin).
Have you installed bbPress ? Depending your BP version, have you allowed the group forum in the bbpress settings ?
Do you use the integrated group forum shipped with BP (1.xx.x) ?
Do you now understand why it’s important to give some details ?I’ve used bbPress countless times, but can’t find any documentation for how it integrates with BP Groups, and there is no “Forums” on the backend even.
Did you take a look at the upper part of this support forum dedicated to BuddyPress ?
1) it’s written BuddyPress
2) it’s written Codex
3) it’s written Blog (sometimes reading a blog helps to understand what’s going on)FYI, the codex contains also some precious informations about how to setup a group forum, a standalone forum or both group AND single forum. Did you read the codex page mentionned above by @mercime ?
Doing some searching I found dozens and dozens of people trying to create forums and groups – most have no answers.
Wow ! You have pretty much time to loose !!!
Depends where they ask, what they ask and what they understand when be answered. I can find you hundreds of users who created groups and forums without any difficulty ! What else ?This post was better at stating the actual issue – links in BP menus vs. the user-based links in the profile menu.
Especially since you came into the discussion with a very constructive attitude ?!!!But still no answers and severe lack of documentation.
Do you mean you have some time to contribute to the codex documentation ? That would be very much appreciated. You said you have several bbPress install behind you. Beautiful coincidence, some user claiming here about the lack of documentation ! Feel free to write, it’s a wiki ! Use the same credentials as here to access. If you are over inspired, you can also publish on the bbPress codex or ask for help on their support forum.http://wprealm.com/blog/its-time-to-stop-kicking-the-buddypress-puppy
March 20, 2013 at 6:09 pm #157321In reply to: Buddypress and sliders
redknite
Participantwon’t let me edit:
my page is fishwire . rudtek . com
my wordpress version is 3.5 and i’m using buddypress beta 1.7.2
March 20, 2013 at 5:54 pm #157318In reply to: i can not installing buddypress..
Nahin
Participantactivate BuddyPress in subsite’s admin
March 20, 2013 at 3:26 pm #157314In reply to: Can't create Forum topics
jtprattmedia
ParticipantI don’t understand why there haven’t been any additional comments on this. Much like @pdillon809 I installed fresh install of BuddyPress and found absolutely no links to create either a group or forum (form the admin bar profile links). I finally a create group button if you go to /groups – but still nothing for creating a forum topic (even as admin). I’ve used bbPress countless times, but can’t find any documentation for how it integrates with BP Groups, and there is no “Forums” on the backend even.
Doing some searching I found dozens and dozens of people trying to create forums and groups – most have no answers. This post was better at stating the actual issue – links in BP menus vs. the user-based links in the profile menu.
But still no answers and severe lack of documentation.
Can anybody shed any light on this?
March 20, 2013 at 2:45 pm #157311In reply to: How to remove admin bar in buddypress 1.6.4
shortoldtree
ParticipantJust an update that using the following code in functions.php worked for me:
add_filter(‘show_admin_bar’, ‘__return_false’);
For anyone who wants to use this solution, just create a file named functions.php, add the above code, in your child theme folder and upload to your server.
Please correct me if there is a better way to achieve this.
-
AuthorSearch Results