Search Results for 'buddypress'
-
AuthorSearch Results
-
July 23, 2011 at 9:45 pm #116818
In reply to: Safe to edit BuddyPress Plugin?
Jam
MemberI solved it! But I dont know if this is safe:
I placed only the define groups directly after the line
define(‘WPLANG’, ”);
in wp-config.php
Safe?
July 23, 2011 at 9:19 pm #116817In reply to: BP plugin incompatible with WP 3.2.1
filco
Memberupdate: i was running the previous version of buddypress. then i attempted to update BP and now my entire site is down with a fatal error. (bp-links-core.php on line 704)
July 23, 2011 at 7:05 pm #116813In reply to: BuddyPress 1.3 trunk and bbPress 2
Bage
ParticipantYes that is the right place for the buddypress, but you have to get bbPress standalone version 1.0.3 instead of the plugin version.
July 23, 2011 at 6:45 pm #116809In reply to: Login Issues Redirect and Homepage
@mercime
ParticipantAre you still on WP V.3.1.4 and Buddypress V1.2.8 or have you upgraded? Change to bp-default theme and see if same behavior applies.
July 23, 2011 at 5:25 pm #116803In reply to: BuddyPress 1.3 trunk and bbPress 2
pinkdreambox
ParticipantHi Boone,
I download BP 1.3 trunk from https://buddypress.trac.wordpress.org/browser/trunk.
Is it the right place to get the nightly release?
Thanks for the reply.
July 23, 2011 at 4:31 pm #116800In reply to: I get 404 error in Firefox, but not IE
@mercime
Participant@djsix, first time I’ve heard about IE saving the day for BP user, cool
Are you running WP 3.2.1 and BP 1.2.9? WP 3.2.1 fixes JS problem in WP 3.2.July 23, 2011 at 4:27 pm #116798In reply to: No one is able to ‘reply’ since the last upgrade
@mercime
ParticipantChange to bp-default theme. I believe @modemlooper will be updating bp-columns theme come BP 1.3
July 23, 2011 at 4:25 pm #116797In reply to: Password Reset/Change Problem
@mercime
Participantwp-includes/registration.php has been deprecated since version WP 3.1. What WP/BP versions are you on then? Plugin or theme conflict. Deactivate all plugins except BuddyPress and change to bp-default theme.
July 23, 2011 at 2:59 pm #116795In reply to: Password Reset/Change Problem
jonobradley
Member@Tammie Lister
Of course, sorry about the lack of information.
Website: http://www.doghousegamer.com
The theme I’m using is PlatformPro and we haven’t upgraded too WordPress 3.2.1 as some of the plugins (ie. the login bar) don’t work with 3.2.1 yet.
Thanks,
Jono Bradley
July 23, 2011 at 12:25 am #116780In reply to: BuddyPress 1.3 trunk and bbPress 2
Boone Gorges
KeymasterHow did you get the BP trunk? Did you download it via svn?
July 22, 2011 at 10:32 pm #116769In reply to: General-template
Tammie Lister
ModeratorNo problem it’s also a great opportunity with BuddyPress 1.4 for people to get stuck in UI and design / theme wise so I’d strongly encourage anyone theme / design focused to start attending the developer meetings on Wednesday. Really exciting shiny pixel pusher times
July 22, 2011 at 10:27 pm #116767In reply to: Profile rating system
embergermedia
Member@christophg So far I’m looking to create a custom user data field for the front end, and hard coding it into the member-header file with out current user id restrictions so other members can manipulate it. On the front end it would just be a simple form field of 5 check boxes with a star image set as background images. I am still working on the math to tally total ratings and display out the results as said stars. Think of the star rating system on NetFlix. The form to rate is also the averaged rating display.
July 22, 2011 at 10:26 pm #116766In reply to: ‘Friends’ activity page?
Tammie Lister
ModeratorHmm weird I’m seeing it working for me. I’m using the default BuddyPress theme and it shows friend activity for me.
My first thoughts are ‘maybe’ (long shot) a theme or plugin could be interfering – have you tried without plugins and using the default theme. Seems that probably wouldn’t cause that though.
Scratching my head a little as in a few tests I come up with it working for me sorry. Maybe someone else will be able to replicate if you can let us know your version for WordPress and BuddyPress and browser (long shot again that it’s browser but playing safe).
July 22, 2011 at 10:20 pm #116765In reply to: Redirect Issue
Tammie Lister
ModeratorIt could be a plugin it could also be something easily fixed with a browser cache clear – have you tried that? Best practice advice would be to browser cache clear, remove each plugin one by one, remove each widget one by one… all else fails try the default BuddyPress theme and rest your permlinks.
If all that doesn’t work just post a link to your site and that will help people in looking at what is going on to see if they can help you.
July 22, 2011 at 10:17 pm #116764Tammie Lister
ModeratorYour going to be best off having a look at plugins – your developer should be able to do this for you also.
A good starting point is the extend section of this site. https://buddypress.org/extend/
Lets see if we can get one on track though for you. For the activity stream editor you may want to start with: http://teleogistic.net/code/buddypress/bp-tinymce/
July 22, 2011 at 10:17 pm #116763In reply to: Profile rating system
christophg
Member@embergermedia Let me know what rout your thinking of taking and perhaps we could put our heads together and find a solution. I have been working on an idea but have hit a wall and maybe between the two of us we will be able to fill the gaps
July 22, 2011 at 9:43 pm #116761In reply to: Avatar Uploads with incorrect permission level…
webeditor
MemberInterestingly enough, WordPress-side media uploads work just fine. Correct permission is assigned with those uploads, and also with BP Album+ (both come through at 644). It seems to be isolated to the avatar uploads in Buddypress only. The avatar uploads, but comes through at permission level 600. The file owner and group are the same as all of the other files uploaded as well, so it’s not a file ownership issue that I can see…
July 22, 2011 at 8:29 pm #116758In reply to: Safe to edit BuddyPress Plugin?
Jam
MemberNot sure why the code is not showing:
Here’s the snippet that I changed between the php tags
define( ‘BP_GROUPS_SLUG’, ‘somethingnew’ );
July 22, 2011 at 8:28 pm #116757In reply to: Safe to edit BuddyPress Plugin?
Jam
MemberOk, I guess the code did not post in my last post, so here’s what I have:
<?php
define( ‘BP_ACTIVATION_SLUG’, ‘activate’ );
define( ‘BP_ACTIVITY_SLUG’, ‘activity’ );
define( ‘BP_BLOGS_SLUG’, ‘blogs’ );
define( ‘BP_FORUMS_SLUG’, ‘forums’ );
define( ‘BP_FRIENDS_SLUG’, ‘friends’ );
define( ‘BP_GROUPS_SLUG’, ‘somethingnew’ );
define( ‘BP_MEMBERS_SLUG’, ‘members’ );
define( ‘BP_MESSAGES_SLUG’, ‘messages’ );
define( ‘BP_REGISTER_SLUG’, ‘register’ );
define( ‘BP_SEARCH_SLUG’, ‘search’ );
define( ‘BP_SETTINGS_SLUG’, ‘settings’ );
define( ‘BP_XPROFILE_SLUG’, ‘profile’?>
I successfully changed the titles, but not the slugs.
July 22, 2011 at 8:22 pm #116756In reply to: Safe to edit BuddyPress Plugin?
Jam
MemberOk, right now, I place exactly this code in my bp-custom.php
<?phpdefine( 'BP_ACTIVATION_SLUG', 'activate' );
define( 'BP_ACTIVITY_SLUG', 'activity' );
define( 'BP_BLOGS_SLUG', 'blogs' );
define( 'BP_FORUMS_SLUG', 'forums' );
define( 'BP_FRIENDS_SLUG', 'friends' );
define( 'BP_GROUPS_SLUG', 'somethingnew' );
define( 'BP_MEMBERS_SLUG', 'members' );
define( 'BP_MESSAGES_SLUG', 'messages' );
define( 'BP_REGISTER_SLUG', 'register' );
define( 'BP_SEARCH_SLUG', 'search' );
define( 'BP_SETTINGS_SLUG', 'settings' );
define( 'BP_XPROFILE_SLUG', 'profile'?>
and uploaded it to /wp-content/plugins. I get this error:
Parse error: syntax error, unexpected ‘;’ in /home/content/90/5329690/html/*site*/wp-content/plugins/bp-custom.php on line 17.
Any thoughts?
July 22, 2011 at 7:58 pm #116753In reply to: Mentions and anchors in ‘latest update’ box
Boone Gorges
KeymasterGood suggestion. I’ve opened a ticket: https://buddypress.trac.wordpress.org/ticket/3374
In the meantime, you could probably do something by filtering bp_get_activity_latest_update_excerpt.
July 22, 2011 at 7:37 pm #116751careercreatrix
MemberOK, there isn’t a “Create a Group” tab when I click on “Groups” in the top bar, so it seems not everything is working correctly.
July 22, 2011 at 7:08 pm #116749In reply to: Profile rating system
embergermedia
Member@christophg I have a similar site structure and have been looking for a rating system as well. To date I haven’t found anything except this crumb of hope:
this being done by @dwenaus
At the moment I am working on trying to create a simple solution myself. I may have a look at the plugin mentioned here and see how it works. I’ll post here if I figure anything out.
July 22, 2011 at 6:38 pm #116744thebusysingleparent
MemberI removed the multisite aspect from my site entirely and that seemed to have cleared up most of the issues I am having since the upgrade. Things look better now so maybe it wasn’t buddypress after all. After removing multisites though I had to redo all of the plug ins – maybe that’s why its better – I don’t know.
July 22, 2011 at 6:36 pm #116742In reply to: Problems in the installation
golbiferreira
MemberBP can be installed on the computer??
Because I try to install and have no success because the following error appears:
Fatal error: Can not redeclare bp_dtheme_ajax_querystring () (previously declared in C: xampp htdocs wordpress wp-content plugins BuddyPress -themes bp bp-default _inc ajax.php: 20) in C: xampp htdocs wordpress wp-content themes custom-community _inc ajax.php on line 63 -
AuthorSearch Results