Search Results for 'buddypress'
-
AuthorSearch Results
-
September 26, 2010 at 12:32 pm #93465
In reply to: BuddyPress 1.2.5.2 with WP 3.0.1 = No Forums?
Maciej Skrzetuski
ParticipantYes, /httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress and all the *.php files exist.
I use the default buddypress theme. I don’t use any plugins besides buddypress. My httpdocs is chmod 777 for installation. BP has written the following into .htaccess:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
bb-config.php has the same config for database as wp-config.php.
I have following tables in my db.
wp_bp_activity 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:28 PM
wp_bp_activity_meta 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:28 PM
wp_bp_friends 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:28 PM
wp_bp_groups 1 MyISAM 4.1 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:30 PM
wp_bp_groups_groupmeta 2 MyISAM 7.1 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:30 PM
wp_bp_groups_members 1 MyISAM 8.1 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:30 PM
wp_bp_messages_messages 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:28 PM
wp_bp_messages_notices 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:28 PM
wp_bp_messages_recipients 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:28 PM
wp_bp_notifications 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:28 PM
wp_bp_xprofile_data 1 MyISAM 4.0 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:28 PM
wp_bp_xprofile_fields 1 MyISAM 7.0 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:28 PM
wp_bp_xprofile_groups 1 MyISAM 3.0 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:28 PM
wp_commentmeta 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:25 PM
Last update: Sep 26, 2010 at 02:25 PM
wp_comments 1 MyISAM 7.2 KB Creation: Sep 26, 2010 at 02:25 PM
Last update: Sep 26, 2010 at 02:25 PM
wp_links 7 MyISAM 3.5 KB Creation: Sep 26, 2010 at 02:25 PM
Last update: Sep 26, 2010 at 02:25 PM
wp_options 155 MyISAM 344.3 KB Creation: Sep 26, 2010 at 02:25 PM
Last update: Sep 26, 2010 at 02:29 PM
wp_postmeta 1 MyISAM 7.1 KB Creation: Sep 26, 2010 at 02:25 PM
Last update: Sep 26, 2010 at 02:25 PM
wp_posts 3 MyISAM 8.7 KB Creation: Sep 26, 2010 at 02:25 PM
Last update: Sep 26, 2010 at 02:25 PM
wp_terms 2 MyISAM 8.1 KB Creation: Sep 26, 2010 at 02:25 PM
Last update: Sep 26, 2010 at 02:25 PM
wp_term_relationships 8 MyISAM 3.2 KB Creation: Sep 26, 2010 at 02:25 PM
Last update: Sep 26, 2010 at 02:25 PM
wp_term_taxonomy 2 MyISAM 4.1 KB Creation: Sep 26, 2010 at 02:25 PM
Last update: Sep 26, 2010 at 02:25 PM
wp_usermeta 15 MyISAM 7.6 KB Creation: Sep 26, 2010 at 02:25 PM
Last update: Sep 26, 2010 at 02:29 PM
wp_usersIs it a problem if you are running BuddyPress in a subdomain like http://sub.domain.pl?
September 26, 2010 at 12:27 pm #93464In reply to: BuddyPress 1.2.5.2 with WP 3.0.1 = No Forums?
Hugo Ashmore
ParticipantI think most of us read the forums as a main listing, one group doesn’t necessarily get more interest than another.
It sounds as though all should be working so it’s hard to think what you should try now.
You are using the default BP theme? If not please do so for the purposes of testing, also disable any plugins you might also be running, except, of course, for BP itself.
You say that the .htaccess file is in place but can you actually confirm that it’s writable by the server when you update/change the permalink structure. Can you check that the DB tables are being created? Does your bb-config.php have the correct DB connection values?
September 26, 2010 at 12:25 pm #93463jdawn
MemberI keep getting a message “Error on the page” in IE8.
Please note: My users are not technologically sophisticated enough to change settings in IE8 – that’s why I need it work out of the box.
Many, many thanks!
September 26, 2010 at 12:23 pm #93462jdawn
MemberHi Paul,
I disabled every plugin other than BuddyPress – the avatar crop still doesn’t work in IE8. Then, with only BuddyPress plugin, I switched to the default theme. It still doesn’t work.
Please help soon.
Thank you,
JdawnSeptember 26, 2010 at 12:20 pm #93461In reply to: BuddyPress 1.2.5.2 with WP 3.0.1 = No Forums?
Paul Wong-Gibbs
KeymasterDoes /plugins/buddypress/bp-forums/bbpress/* exist on the server?
September 26, 2010 at 12:17 pm #93460In reply to: BuddyPress 1.2.5.2 with WP 3.0.1 = No Forums?
Maciej Skrzetuski
ParticipantYes – profiles, groups and so on work without problems.
September 26, 2010 at 12:15 pm #93459In reply to: BuddyPress 1.2.5.2 with WP 3.0.1 = No Forums?
Paul Wong-Gibbs
KeymasterThe forum is a little quieter at weekends, and usually if you’ve got no response, it’s because people don’t know the answer.
Do the other links on your site work? e.g. member profiles, groups, and so on?
September 26, 2010 at 11:26 am #93458In reply to: BuddyPress 1.2.5.2 with WP 3.0.1 = No Forums?
Maciej Skrzetuski
ParticipantSorry for bumping this but nobody seems to read this forum just “Troubleshooting” gets answers like every 5 minutes. Is there anybody in this community able to help me?
September 26, 2010 at 11:04 am #93454In reply to: Substitute for Buddypress Media Component plugin
@mercime
ParticipantI use a premium membership plugin BP Gallery. The plugin has galleries/albums for members and groups, and Super Admin can choose to allow any or all uploads for images, audio and/or video. And has many more features, it’s just cool.
September 26, 2010 at 10:57 am #93450In reply to: Standard group for new users
Paul Wong-Gibbs
KeymasterHi @nathan12343
I’ve only just seen your message, sorry. As you’ve no doubt found out, Achievements doesn’t have a “suggested friends” list. However, if I get any time in the next few months, it’s an idea I want to build out in another plugin.September 26, 2010 at 10:20 am #93448Paul Wong-Gibbs
KeymasterThanks for using Welcome Pack

You’ve got a lot of plugins loading a lot of javascript. I can’t pinpoint which one is causing trouble because there’s too much for me to look through, so you will need to disable all of your plugins — except BuddyPress — and then test it in IE8. I imagine group avatar cropping would be affected the same way as user profile cropping is.
If disabling everything other than BuddyPress fixes the problem, re-enable the plugins one at a time until it breaks; you’ve then found the conflict and we can then try to figure out how to fix it.
If, however, you disable all plugins other than BuddyPress, and the problem is still there, try also switching back to the BP-Default theme.
September 26, 2010 at 10:09 am #93447@mercime
ParticipantSeptember 26, 2010 at 8:45 am #93445jdawn
MemberHere’s my site if you want to sign to be a user and see how the crop feature doesn’t work in IE8:
http://www.zanyiza.orgThis is for a giant camp coming up in 2 weeks and I must have the crop working before then!
Many thanks.
September 26, 2010 at 8:20 am #93444In reply to: Buddypress forums not working
cruth
ParticipantI have had the same or similar problem. No group forum posts.
I just tried an experiment. I added a group, but made it completely PUBLIC.
Then I created forum inside that group and added a post to that group’s forum.
Wallah! The GROUP forums now has posts.
Hope this helps.
http://www.electionsconnection.com/theelectionconnection/groups/
September 26, 2010 at 8:11 am #93443In reply to: what search does buddypress use???
nit3watch
ParticipantSeptember 26, 2010 at 8:07 am #93442Roger Coathup
ParticipantSeptember 26, 2010 at 8:05 am #93441In reply to: How To Show “Status Updates” In The Frontpage?
Hugo Ashmore
ParticipantTopic closed.
@alazanski not sure why you asked the same question again in a new thread. Please continue in your original thread linked to above, and there appear to be two responses for you to consider there, if they do not help then post back in the thread.
September 26, 2010 at 7:58 am #93440In reply to: Child themes don’t auto-replace “adminbar.css”
Hugo Ashmore
ParticipantNo style.css which @imports the required stylesheets uses hardcoded relative paths to locate the imported styesheets. Copy adminbar.css to your child structure if you want to edit some of it, if you revert to the default theme at any time then the original style.css will be in effect and call the other original stylesheets.
September 26, 2010 at 7:51 am #93439In reply to: Display recent group blog posts on home page?
Roger Coathup
ParticipantTo show blog activity you’d typically customise your home page template to include a customised activity loop that just shows blog posts.
Check under Docs… Custom buddypress loops on ths site for details on how to do that.
There might also be off the shelf widgets that will work for you, but you will need to have a widgetised home page theme
September 26, 2010 at 7:44 am #93438In reply to: How To Show “Status Updates” In The Frontpage?
Roger Coathup
ParticipantDUPLICATE
This is the same question you posted a few hours ago: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-show-status-updates-in-the-frontpage/September 26, 2010 at 7:41 am #93437Roger Coathup
ParticipantFor the solution, please see this thread: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/customizing-buddypress-profile-page-default-tab-and-item-nav-order/?topic_page=1&num=15
September 26, 2010 at 2:33 am #93432In reply to: Creating a directory of already existing blogs
Colton
ParticipantWow, that sounds like it should do exactly what I’m hoping for. Thanks for the info @paulhastings0
September 26, 2010 at 1:59 am #93429In reply to: Creating a directory of already existing blogs
paulhastings0
ParticipantYou’ll be glad to hear that @bowromir is currently working on a very similar plugin: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/add-external-rss-feed-instead-of-creating-new-blog
September 26, 2010 at 1:37 am #93427September 25, 2010 at 11:52 pm #93421Roger Coathup
Participant -
AuthorSearch Results