Search Results for 'buddypress'
-
AuthorSearch Results
-
March 6, 2011 at 10:59 pm #107009
In reply to: [Resolved] Buddypress with WPMU
@mercime
ParticipantYou’re welcome. At this time, BuddyPress can only be activated once in either the main site or a secondary blog of a WP Multisite installation.
March 6, 2011 at 10:51 pm #107008In reply to: [Resolved] Buddypress with WPMU
Yeowza
MemberHello mercime, thanks for the reply.
I thought that with each site you created would have it’s own little “BuddyPress” area and pages, but if that is not how it is supposed to be then that is good, I’ll just keep it the way it is. I just thought I was doing something wrong.
Thank you very much.
March 6, 2011 at 10:46 pm #107005In reply to: [Resolved] Buddypress with WPMU
@mercime
Participant=== 2. I setup two sites (the main site and a testing site) using sub directories. ===
BuddyPress default blog when you activate it is in main site http://yoursite.com.Therefore, if you installed WP 3.1 in domain root i.e. http://yoursite.com/, created a network, created a subsite http://yoursite.com/testing, and you want to test BP in this subsite, you need to follow this instruction https://codex.buddypress.org/getting-started/install-buddypress-on-a-secondary-blog/
March 6, 2011 at 10:37 pm #107003In reply to: [Resolved] Need little help!
@mercime
Participant1. Deactivate all BP plugins except BuddyPress. Activate BP Template Pack only.
2. Re-run Settings > Permalinks
If that doesn’t work, post the content of your .htaccess file here.
March 6, 2011 at 9:31 pm #106997Nick
ParticipantR-a-y your amazing! thanks a bunch!
March 6, 2011 at 9:12 pm #106995In reply to: Menu!!!!! HELP PLZ!!!!!
pcwriter
ParticipantOr you could try a theme that already has that type of menu feature built-in. Two such themes come to mind right off the bat:
Custom Community: http://themekraft.com/theme/custom-community/
BuddyLite: http://buddylite.com/buddylite-basic/If you search Google for Buddypress themes, you`ll likely find many more
March 6, 2011 at 8:10 pm #106993In reply to: ERROR: There was an error when creating the topic
WebEndev
ParticipantYes, I am having the same issue. I have spent many hours researching this.
I have gone through extensive troubleshooting in which I disabled all plugins, scratched my database completely of all bb_ and bp_ tables, removed all bb_ and bp_ references in wp_options, reinstalled BuddyPress – and still not working.
I also reviewed and verified my bp-config and wp-config to verify database, password, db_charset, db_collate settings.
I have also looked at all of the solutions in the following links:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/forums-bug-there-are-no-posts-for-this-topic/#post-82249
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/forum-does-not-workI am down to the option of completely starting from scratch and installing a clean install of WP, and BuddyPress. This will take some time…
I do think it is a bug.
If you find an solution, please post it. Thanks.
March 6, 2011 at 7:53 pm #106992In reply to: i need immediate helpe
stevieg
MemberTake a look here https://codex.wordpress.org/Using_Permalinks where the difference between the types of permalink are explained. You have the /index.php/ in your permalink settings.This is probably because your hosting provider needs them for your normal WordPress to work, I notice you have reverted to the default which wont work for Buddypress anyway.
Ask your hosting provider for a rewrite.script file so that you can have ‘pretty permalinks’
March 6, 2011 at 7:19 pm #106964In reply to: i need immediate helpe
stevieg
MemberLooks like you are using ‘almopst pretty’ permalinks i.e. has /index.php/ at the beginning. BuddyPress insists on ‘pretty permalinks’ you need to get rid of the index.php. If you are using an Apache server this is easy – just take it out. If you are on Zeus for example then you will need a rewrite script.
March 6, 2011 at 7:13 pm #106963In reply to: need helpppppp in importing ning to buddypress
linkyou
Memberi am copying the files name as in ftp
ning-members-local.json
ning-members.json
ning-blogs-local.json
ning-blogs.json
ning-discussions-local.json
ning-discussions.json
ning-events.json
ning-groups-local.json
ning-groups.json
ning-music-local.json
ning-music.json
ning-notes.json
ning-pages.json
ning-photos-local.json
ning-photos.json
ning-videos-local.json
ning-videos.jsonMarch 6, 2011 at 7:03 pm #106989In reply to: need helpppppp in importing ning to buddypress
Paul Wong-Gibbs
Keymasterand the file is called “ning-members-local.json”, as per the error message you’ve posted? Check it is case-sensitive.
March 6, 2011 at 7:03 pm #106988In reply to: Check if an user is or not a group_member :
Brajesh Singh
Participanthave you tried the passing user id to the bp_get_total_group_count_for_user(), do not use bp_total_group_count_for_user(), it just echoes the count.
like
`
bp_get_total_group_count_for_user($user_id);
//or if inside member loop you may o this
global $members_template;
$total_group=bp_get_total_group_count_for_user($members_template->member->id);
`For using @djpaul ‘s method you need to know group Id. That is best suited when you are on a group page or you know exactly which groups you want to check.
March 6, 2011 at 6:36 pm #106986In reply to: Forums Bug: There are no posts for this topic.
WebEndev
ParticipantI am having the same issue.
I also deactivated all plugins, wiped and reinstalled BuddyPress, and even dropped all bp_ and bb_ tables from the database.
Still not working. My case is not even a migration of a site to live. This is a site that has only been developed locally on XAMPP.
BP 1.2.8 and WP 3.1 on XAMPP
Any one have any solutions for this yet?March 6, 2011 at 6:07 pm #106985In reply to: need helpppppp in importing ning to buddypress
linkyou
Memberthank you for replying
yes i have them and i have placed them in /wp-content/ning-files/i hope you can help me out
March 6, 2011 at 5:57 pm #106984In reply to: Menu!!!!! HELP PLZ!!!!!
Paul Wong-Gibbs
KeymasterIf you’re using BP-Default, you’ll have to edit your theme’s header.php and take out the links, etc. In the next version of BuddyPress (1.3), you’ll be able to create the menus like this easily.
March 6, 2011 at 5:54 pm #106983In reply to: need helpppppp in importing ning to buddypress
Paul Wong-Gibbs
KeymasterCan you clarify if you have the JSON export of your ning site?
March 6, 2011 at 3:06 pm #106971Hollosch
ParticipantDoesn’t work for WP with buddypress, or ?
March 6, 2011 at 2:01 pm #106969In reply to: Any calendar for each user of buddypress !!
ahimsaraffier
Memberplease if a solution exists … write it here !
Thank youMarch 6, 2011 at 8:13 am #106966In reply to: Error Installing Cosmic Buddy and Detox
christhomas1966
MemberMe too.
God I’ve spent a weekend trying to sort our a decent forum:
bbpress would not integrate with my WP database. After a day of trying I gave up!
bbphp just did look right gave that an hour.
buddypress looks functionally good but I tried before to integrate with my Magazine Premium theme but there were too many problems .
Buddypress themes seem few and far between. Most don’t support menus (in their menu bars: not their widgets!).
The ones that do offer compatibility dont run on my site: Detox for the same reason as you and Easybuddy give another PHP error.Havnt tried it …yet (only soooo many hours in the day!) but I’ve come across Michael Kuhlmans blog http://www.michaelkuhlmann.com/blog/2010/07/08/how-to-add-custom-menus/
who walks you though adding custom menus to the main menus of a buddypress theme.Not saying that’s what you are looking for but may be a good way of pimping a basic theme??I’ll keep looking.
Good luck
March 6, 2011 at 7:55 am #106965Paul Wong-Gibbs
Keymaster@pjnu How had you installed bbPress for this site? Via the easy click method in BuddyPress?
March 6, 2011 at 7:00 am #106961PJ
ParticipantMarch 6, 2011 at 5:50 am #106960In reply to: Integrate Eventpress with Suffusion-Theme
studyguidevn
Participant@imjscn Yeah! I totally agree with you. I had tried to integrate BB to Atahualpa Theme for my http://www.studyguide.com.vn/du-hoc-anh/ site but there were a lot of troubles because of their different structures.
March 6, 2011 at 4:10 am #106949In reply to: Feedwordpress creating member profiles
r-a-y
KeymasterIt’s been awhile since I’ve tried out FeedWordPress, but I believe there’s a setting for you to map blog posts to already-created users. You should try that setting out.
I wouldn’t use the “create new users” options in FWP, since any WP user will have a profile in BuddyPress.
March 6, 2011 at 4:07 am #106946In reply to: Need help on registration
kanowah
Participanti don’t wnt to have buddypress registration on the other blog i want to have wordpress registration
-
AuthorSearch Results