Search Results for 'buddypress'
-
AuthorSearch Results
-
February 17, 2010 at 6:20 pm #63776
In reply to: Nothing appearing under "My Blogs"
Paul Wong-Gibbs
KeymasterI wonder if related to https://trac.buddypress.org/ticket/1947
February 17, 2010 at 6:18 pm #63775In reply to: White Screen! Ugh…
Paul Wong-Gibbs
Keymasterwp_ tables are WordPress/MU’s, and wp_bp_ are BuddyPress’.
February 17, 2010 at 6:14 pm #63774Paul Wong-Gibbs
KeymasterBuddyPress totally overrides this email. Something is not right on your install. Anything in your error log?
February 17, 2010 at 6:12 pm #63773snark
ParticipantThanks @DJPaul. I created a new Trac ticket to request this as a future enhancement: https://trac.buddypress.org/ticket/1988
February 17, 2010 at 4:45 pm #63762In reply to: moderate avatars
Griffin Boyce
ParticipantI’m looking to do the same things, so maybe I can be some help.
For now, I may be putting the avatar moderation on back-burner and focusing instead on removing gravatar support. The low-tech solution is to delete the user’s avatar from the server.Gravatars don’t make a lot of sense on BuddyPress, since they are stretched and look blurry on the member pages. There’s a plugin that disables the gravatar for WPMU & BP: https://wordpress.org/extend/plugins/disable-user-gravatar/ Haven’t tried it with BP 1.2 yet.
February 17, 2010 at 4:32 pm #63759In reply to: Warning Error Message
David Carson
ParticipantDid you test BuddyPress before with just the default theme and no plugins? Did you have it working with the default (bp-default) theme before you switched to your theme?
Either way, the first thing I would do now is disable all plugins except BuddyPress.
Next, I would switch the theme to back to the default (bp-default) within Appearance > Themes in your dashboard.
Once you disable all plugins (except BuddyPress) and switch to the bp-default theme, you should confirm that the theme is working similarly to testbp.org.
Assuming that everything is working and you are not seeing any error messages, switch the theme back to your custom theme before you re-activate any of the other plugins. Check to see if you are still seeing an error message.
If you are, double-check steps 1,2,3 at https://codex.buddypress.org/how-to-guides/wordpress-to-buddypress-theme/. (1) Make sure you’ve put the theme extension pack in your custom theme. (2) Make sure you’ve added the following line to the top of the functions.php file for your custom theme:
include( TEMPLATEPATH . '/bp/bp-functions.php' );(3) And make sure you’ve added the “Tags” line to your custom theme’s CSS header.
Do you still see the error message? If so, try replacing the code you added to the top of your theme’s functions.php with the code as Andy suggested:
include( STYLESHEETPATH . '/bp/bp-functions.php' );Check for the error message again.
Once you have BuddyPress functioning using your custom theme without any error messages, then you can try activating plugins one-by-one to ensure you can identify any conflicts.
P.S. You mentioned in #10 above that you had modified the core files by adding the functions line of code to the functions.php file. Just to make sure, the core files are in wp-content/plugins/buddypress/. You should not be modifying any files or folders within the core files. All of the customizations you need to make to adapt your custom theme should be within /wp-content/themes/your-theme/ which I believe for you is /wp-content/themes/wp-clear-basic/. So you are adding the theme extension pack within your theme’s folder at /wp-content/themes/wp-clear-basic/. And you are modifying functions.php and style.css within your custom theme’s folder only.
February 17, 2010 at 4:01 pm #63754In reply to: buddypress = Content Aggregator
idotter
Participantnope, as far as i know, but im “working” on it
February 17, 2010 at 3:59 pm #63753In reply to: Warning Error Message
paragate
ParticipantWhen I deactivated the Coming Soon Plugin I received more errors:
Warning: include() [function.include]: Failed opening ‘/home/pgnew/public_html/wp-content/themes/wp-clear-basic/bp/bp-functions.php’ for inclusion (include_path=’.:/usr/local/php52/pear’) in /home/pgnew/public_html/wp-content/themes/wp-clear-basic/functions.php on line 1
Warning: Cannot modify header information – headers already sent by (output started at /home/pgnew/public_html/wp-content/themes/wp-clear-basic/functions.php:1) in /home/pgnew/public_html/wp-content/plugins/sidebar-login/sidebar-login.php on line 314
Warning: Cannot modify header information – headers already sent by (output started at /home/pgnew/public_html/wp-content/themes/wp-clear-basic/functions.php:1) in /home/pgnew/public_html/wp-content/plugins/forum-server/wpf.class.php on line 1465
The ( TEMPLATEPATH . ‘/bp/bp-functions.php’ ); is in the functions.php file.
1. Which version of WP/MU are you running? (WP 2.9.1)
2. Did you install WP/MU as a directory or subdomain install? (N/A)
3. If a directory install, is it in root or in a subdirectory? (N/A)
4. Did you upgraded from a previous version of WP/MU? If so, from which version? (N/A)
5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. (Yes)
6. Which version of BP are you running? (1.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? (Yes)
9. Are you using the standard BuddyPress themes or customized themes? (Customized)
10. Have you modified the core files in any way? (Just the functions.php file with ( TEMPLATEPATH . ‘/bp/bp-functions.php’ ); as directed)
11. Do you have any custom functions in bp-custom.php? (No)
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? (Forum integration was done but have not yet added bbPress)
13. Please provide a list of any errors in your server’s log files. (Please see above)
14. Which company provides your hosting? (SiteGround.com)
February 17, 2010 at 3:55 pm #63752In reply to: Group Twitter Plugin
peterverkooijen
ParticipantDoes this plugin work for version 1.1.3? Or are there other versions and hacks floating around that work?
I’ll try after coffee…
February 17, 2010 at 3:30 pm #63748In reply to: BuddyPress Links 0.3-beta released for testing
idotter
Participanti always got the error “Please fill in all of the required fields”
February 17, 2010 at 3:26 pm #63747In reply to: error codes with 1.2
cotfbstone
MemberNo, I even tested the default theme. It still has the massive error codes. But there are no really dynamic themes out there for buddypress/wordpress pages, so i figure since 1.2 is new to regular wordpress then it may just take some time. I can be patient.
February 17, 2010 at 3:10 pm #63744In reply to: Warning Error Message
David Carson
ParticipantDouble-check your theme’s functions file at /wp-content/themes/wp-clear-basic/functions.php to make sure you added
include( TEMPLATEPATH . '/bp/bp-functions.php' );right at the top after the opening php tag.If it’s there, try disabling other plugins one-by-one to see if they might be interfering. The Coming Soon plugin in particular.
And if disabling plugins doesn’t work, try providing some more information because it will make it easier for others to help. https://buddypress.org/forums/topic/when-asking-for-support
February 17, 2010 at 2:42 pm #63741In reply to: Convert a WordPress Theme to a BuddyPress Theme
armandmorin
ParticipantCool, I ‘m sure that’s the problem. I’ll check it out.
February 17, 2010 at 2:31 pm #63739Anraiki
MemberTicket filed: https://trac.buddypress.org/ticket/1987
February 17, 2010 at 2:24 pm #63736In reply to: Plugin Release: BuddyPress Group Wikis
Ashish Kumar (Ashfame)
ParticipantWorks great! Thanks for the plugin
February 17, 2010 at 2:23 pm #63735Bowe
ParticipantSame here.. please report your setup in the bug ticket guys:
February 17, 2010 at 2:15 pm #63731DavidJ99
ParticipantI am having the same problem. I cannot add blogs from the admin panel though I can from /blogs/create. I tried creating blogs without BuddyPress installed and it worked so it doesn’t seem to be a WPMU problem. I tried with an earlier version of buddypress and it worked as well so it seems to be something with buddypress 1.2. It looks like the problem is that it isn’t correctly adding the blog tables to the database.
February 17, 2010 at 2:00 pm #63730In reply to: Convert a WordPress Theme to a BuddyPress Theme
Scotm
ParticipantAndy is right…I’ve tried about six or seven themes and the issues are largely tied to the ‘content’ div not matching up, although I have at least one theme that doesn’t recognize the admin bar. Very good start though!
February 17, 2010 at 1:54 pm #63729Anraiki
MemberI can confirm that this is a Buddypress problem as I have disabled the plug-in, and created a blog with success.
However, when the plug-in is active, the creation of blogs are thrown into an error giving the following:
When editing:
Warning: Invalid argument supplied for foreach() in /home/public_html/wp-admin/wpmu-blogs.php on line 149
And when visiting:
The blog you have requested is not installed properly. Please contact the system administrator.
As for Angophora instruction, I am sorry but I am confused. You may need to clarify, and also if this is on a Window or Linux box. What about a solution for those who are not on a localhost?
February 17, 2010 at 1:49 pm #63728In reply to: Characters in usernames cause strange issues
zooney
Participant…I just don’t see the sense in BuddyPress needing to treat usernames in a different manner than WordPress does. It smacks of a questionable design decision, that’s all.
Regardless, I’m not getting this problem in BuddyPress 1.2 it seems…
…although in BuddyPress 1.2 I’m getting “There was a problem posting your update, please try again.” everytime I try to do anything, but that’s a different story.
February 17, 2010 at 1:23 pm #63721In reply to: Convert a WordPress Theme to a BuddyPress Theme
Andy Peatling
Keymaster@armandmorin – it’s more than likely either the “container” or “content” div in your WordPress theme. The BuddyPress template pack uses:
[header]
<div id="container">
<div id="content">
[content]
</div>
<div id="sidebar">
[sidebar]
</div>
</div>
[footer]If your WordPress theme doesn’t match this, then there are about 6 or 7 templates (mainly members/index.php groups/index.php etc etc) that you will need to tweak this html layout in to match the one used by your theme.
Once you have it matched, then the content should sit in the correct place and not break the layout. If you’re using a theme with this HTML layout, then you should be fine off the bat.
February 17, 2010 at 1:11 pm #63719In reply to: Convert a WordPress Theme to a BuddyPress Theme
Andrea Rennick
ParticipantThat’s pretty much how to do it. You have to go thru the BP files you added to your theme and change the markup to match your WP theme.
February 17, 2010 at 12:49 pm #63715In reply to: The activity is not shown on a profile page?
corporatefin
ParticipantUpdated to Buddypress 1.2. Problem is still there.
However, the activity shows now at least two activities, some old activities that must be from an old cache file or something. Any clues?
Check out the Recent Site Wide posts on the right sidebar: http://bolagskartan.com/bolag-till-salu/
February 17, 2010 at 12:48 pm #63714In reply to: Welcome Pack enabled but doesn't seem to work
Paul Wong-Gibbs
Keymaster@geoffm33 – ah yes I can instantly understand why. You can tell my test sites don’t often exceed 20 users! Sorry for this and I will get a fix out this evening.
And the delete_blog_option – I’m actually blaming this on BuddyPress as it has missed this function from its regular WordPress compatibility files. Again fix out this evening.. thanks very much for the feedback, it is appreciated.
February 17, 2010 at 12:44 pm #63712In reply to: Convert a WordPress Theme to a BuddyPress Theme
armandmorin
ParticipantI’ve tried this on two standard WordPress themes and it breaks the CSS in the theme each time at the content section. any ideas on this?
These are the directions I used.
https://codex.buddypress.org/how-to-guides/wordpress-to-buddypress-theme/
-
AuthorSearch Results