Search Results for 'buddypress'
-
AuthorSearch Results
-
June 30, 2009 at 6:46 am #48278
In reply to: Member Directory – order by first name?
Paul Wong-Gibbs
KeymasterNot unless you want to code it yourself. Suggest you make an enhancement ticket on https://trac.buddypress.org/.
June 30, 2009 at 3:31 am #48277In reply to: BuddyPress Showoff: Post your links
Sandeep Ramamoorthy
ParticipantUsing the default buddypress theme with minor changes…
Launched it just a week ago and already got 2 position in google…
June 29, 2009 at 10:44 pm #48273In reply to: bbPress – There was an error posting that topic.
Kim
ParticipantHi, I had the same thing. I had it working on 1 site but not on another. Turns out I forgot to enable the buddypress plugin in the BBPress admin area.
hth.
June 29, 2009 at 5:30 pm #48264In reply to: Modifying font size of admin bar
r-a-y
KeymasterHey Allen,
The CSS for the admin bar is located here:
/wp-content/plugins/buddypress/bp-core/css/admin-bar.css
Look for these lines:
#wp-admin-bar li * {
font: 12px normal "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif !important;
font-weight: normal !important;
background-image: none !important;
}
#wp-admin-bar li a {
padding: 5px 25px 7px 15px !important;
font: 12px normal "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif !important;
font-weight: normal !important;
}#wp-admin-bar ul li a {
display: block !important;
font-size: 12px !important;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif !important;
text-decoration: none !important;
color: #fff !important;
}June 29, 2009 at 5:14 pm #48262In reply to: Forums Not Being Created
TheEasyButton
Participantnotme31, step 1. Make absolutely sure that you’re using the same name & pw on the BP forums setup as you used for your keymaster on bbPress.
You can try my integration tutorial at The Easy Button. Read through it and see if there’s a step that you’ve missed. Or just start from the beginning. You can contact me directly if you still can’t get it worked out. Maybe we can get it working together. Good luck
June 29, 2009 at 3:50 pm #48260In reply to: BuddyPress Kills WordPress Themes
gwsa
ParticipantTurns out it might be a bug after all, or at the very least an incompatibility.
If a plugin calls ‘get_template_directory()’ on any page other than the blog (ie if it runs on the admin panel) BuddyPress intercepts the call and rewrites the theme directory thus killing all your themes.
Thanks for all your help.
(I had Maintenance Mode on, which I activated when I upgraded.)
June 29, 2009 at 3:48 pm #48259In reply to: Translation complications. Am I the only one?
Jeff Sayre
ParticipantJune 29, 2009 at 3:36 pm #48257In reply to: 500 Error after uploading BuddyPress 1.0.2
Jeff Sayre
ParticipantYou’ll need to contact 1and1 and have them help you out. I assume, then, that you are on a shared server?
June 29, 2009 at 3:25 pm #48255In reply to: 500 Error after uploading BuddyPress 1.0.2
Justin Brock
ParticipantAs far as files go, I just have access logs, mail logs and ftp logs.
June 29, 2009 at 3:18 pm #48254In reply to: 500 Error after uploading BuddyPress 1.0.2
Justin Brock
ParticipantWill the line contain the word ‘error’?
June 29, 2009 at 2:49 pm #48253In reply to: 500 Error after uploading BuddyPress 1.0.2
Jeff Sayre
ParticipantYou need to look at the apache_error_log. Or whatever 1and1 has decided to call the Apache log file.
You do not need to paste the entire contents of that log file in a post. Since this is a new install, what you should do is clear out the log file then recreate the issue. Then go back to the log file and see what errors are reported. List those errors, just one copy of each unique error, here.
June 29, 2009 at 2:45 pm #48252In reply to: 500 Error after uploading BuddyPress 1.0.2
Justin Brock
ParticipantI can get to the log files. What am i looking for?
Thanks for your help, by the way.
June 29, 2009 at 2:26 pm #48251In reply to: 500 Error after uploading BuddyPress 1.0.2
Jeff Sayre
ParticipantWith what you are experiencing, I would image that there is useful information in your server’s log files. How do you locate the log files?
This is a very old article, but perhaps still applies to 1and1:
http://www.devchunks.com/1and1/1and1-hosting-server-logs/
If that does not help, contact them and ask for assistance in locating your log files.
June 29, 2009 at 2:06 pm #48250In reply to: 500 Error after uploading BuddyPress 1.0.2
Justin Brock
ParticipantAlso, tried uploading a php.ini file in wp-admin that contained:
memory=20MB
upload_max_filesize = 8M
Same error.
June 29, 2009 at 1:34 pm #48247In reply to: 500 Error after uploading BuddyPress 1.0.2
Justin Brock
Participanthttp://community.redeemerjackson.com/ – here’s the site without the BuddyPress files uploaded.
June 29, 2009 at 1:33 pm #48246In reply to: 500 Error after uploading BuddyPress 1.0.2
Justin Brock
Participant1. Which version of WPMU are you running? 2.7.1
2. Did you install WPMU as a directory or subdomain install? Installed it into a subdomain, but new blogs will appear as directories I think.
3. If a directory install, is it in root or in a subdirectory? It’s in the root of the subdomain.
4. Did you upgraded from a previous version of WPMU? If so, from which version? no
5. Was WPMU functioning properly before installing/upgrading BuddyPress? yes
6. Which version of BuddyPress (BP) are you running? Attempting to install 1.0.2
7. Did you upgraded from a previous version of BP? If so, from which version? no
8. Do you have any plugins other than BuddyPress installed and activated? no
9. Are you using the standard BuddyPress themes or customized themes? standard
10. Have you modified the core files in any way? no
11. Do you have any custom functions in bp-custom.php? no
12. If running bbPress, which version? none. Do I need bbPress?
13. Please provide a list of any errors in your server’s log files. not quite sure how to get to these.
My host is 1and1.
June 29, 2009 at 1:14 pm #48245Jeff Sayre
ParticipantHave you read this?
https://codex.buddypress.org/getting-started/installing-buddypress/
June 29, 2009 at 1:13 pm #48244In reply to: New Member Profile Information Not Displaying
Jeff Sayre
ParticipantWhenever you have issues with BuddyPress, the best course of action is to distill your setup down to the lowest common denominator. This means switching to the default BP themes (bphome and bpmember) that come with BuddyPress and deactivating all plugins except BP.
What happens then? If you do not have any more issues, then you know it has something to do with your custom theme, one of the plugins, or some combination.
You then start going back up the ladder one step at a time. Switch the default BP themes for your custom themes. Does the problem return? It not, then is has to do with your plugins. Activate one plugin at a time until the issue returns.
June 29, 2009 at 11:31 am #48240In reply to: No extended profile
3314629
InactiveHi everybody
Thank you for the replies. Unfortunately, as i mentioned, there isnt anything relevant in the buddypress submenu in wpmu.All i have is general settings, component setup and forums setup. And even in component setup, i dont have extended profiles, only activity streams, blog tracking, bbpress forums, friends, groups, private messaging. Why am i missing some of the fields you mention?I installed bp and wpmu 3 times already and its always the same.Are there some missing files or something?
Edit: yeah i went through and somehow i have missing files and directories. weird..
thanks
June 29, 2009 at 8:05 am #48233billdennis5
ParticipantI just uploaded the entire buddypress folder to plugins directory. Activated BuddyPress and not ANY page on my site renders as a white page.
Any ideas?
June 29, 2009 at 4:46 am #48229In reply to: Announcing: Events component
taebp
MemberHey – I’m somewhat of a noob with all this but fairly technically adept and have been doing OK. I have installed events via your directions and also uninstalled (deleted with the plugin delete utility) and installed again with the new “browser auto install of zip files” feature. It looks like all functionality is there except for when you go to Events on the pull down menu for the user – you get “Not Found / No Access The page you are looking for either does not exist, or you do not have the permissions to access it.” I’ve been poking through the files and didn’t see any in the mu-plugins directory but when I added the files as instructed, I got that big gnarly “cannot redeclare events” error message that was a few posts back..This is a killer plugin that I’m excited about..can you help? My environment is latest versions of wpmu and buddypress as installed in the last few days. I’m running a test environment with the “buddydress” theme that incorporates the same look and feel for wp and bp..thanks in advance for your help.
Thomas
June 29, 2009 at 2:47 am #48225In reply to: No extended profile
Jeff Sayre
Participant@emreth
To add additional profile fields, you need to navigate to the BuddyPress submenu grouping in WPMU’s backend. If BuddyPress is installed and activated, this submenu group is found at the very bottom of the menu column.
So, go to
BuddyPress > Profile Field Setupand set up the additional fields you want.
By default, when you activate BuddyPress, all of its components are activated. To selectively disable a component, you go to
BuddyPress > Component SetupJune 29, 2009 at 2:42 am #48224In reply to: Registration has been disabled and Extended Profile.
Jeff Sayre
ParticipantYou need to log into WPMU’s backend as site admin ( /wp-login.php), and then go to
Site Admin > Options > Allow new registrationsand set the options you want.
Also I am unable to create an extended profile like shown in some of the demos. It only allows me change the “base” and avatar. I can’t put birthday, location, etc.
To add additional profile fields, you need to navigate to the BuddyPress submenu grouping in WPMU’s backend. If BuddyPress is installed and activated, this submenu group is found at the very bottom of the menu column.
So, go to
BuddyPress > Profile Field Setupand set up the additional fields you want.
June 29, 2009 at 12:53 am #48221In reply to: No extended profile
takuya
ParticipantWe exactly had the same question asked before.
You need to setup components from wp-admin’s buddypress menu on the left.
June 28, 2009 at 9:35 pm #48218In reply to: New BP Chat plugin for Buddypress
3313722
InactiveM,
Any word on progress, I am really excited to see the plugin.
Somecallmemike
-
AuthorSearch Results