Search Results for 'buddypress'
-
AuthorSearch Results
-
March 17, 2011 at 12:33 am #105941
In reply to: [Resolved] Change ’wrote a new blog post’ text.
March 17, 2011 at 12:23 am #108025In reply to: [Resolved] Show ”Cancel Friendship” in Friends List?
aljuk
Member@gunju2221 glad to hear it
March 16, 2011 at 11:57 pm #108024In reply to: [Resolved] Show ”Cancel Friendship” in Friends List?
Virtuali
ParticipantStay tuned for buddypress 1.3
March 16, 2011 at 11:33 pm #108022In reply to: bbpress posting errors? missing database tables!
lumenbeing
Member@pjries Thanks for this. I hope I understand what you said correctly. I’m going to give it a try today and I’ll post the results here.
March 16, 2011 at 11:18 pm #108021In reply to: BuddyPress Share It button live
loka.das
Memberok… I solved it by downloading the zip from another installation that worked and uploading that zip, and suddenly it worked!?!? weird…
March 16, 2011 at 10:32 pm #108020aljuk
MemberPerfect. Thank you.
March 16, 2011 at 10:29 pm #108019In reply to: Forums Posting Problems: The definitive post
pjries
MemberI have added my own experiences to those of @dba2k10 in the thread above:
Like the OP, I also found that none of the bb press tables were being created in my database. I was able to create them manually by using the MySQL statements in the default.bb-schema.php file. It’s not optimal, but it’s one fix. Hope this helps further the conversation.
March 16, 2011 at 10:28 pm #108018March 16, 2011 at 10:22 pm #107946In reply to: bbpress posting errors? missing database tables!
pjries
MemberLumenbeing, the answer is yes, in my experience. I am testing WordPress MultiSite with BuddyPress on a Dreamhost setup. I did install by uploading via FTP, not via the one click, but for whatever reason, none of the BB Press tables were created in my database. I tried applying the patch in Paul’s post above, but that wasn’t enough and uninstalling and re-installing the forums via the Web still didn’t help.
I went through the MySQL statements in wp-content/plugins/buddypress/bp-forums/bbpress/bb-admin/includes/defaults.bb-schema.php and was able to create the tables manually in the SQL dialog box in phpMyAdmin. You do need to make sure you fill in the database names for the variable $bbdb in each statement
ie: CREATE TABLE IF NOT EXISTS `$bbdb->forums
needed to become
CREATE TABLE IF NOT EXISTS `tablename_bb_forums`
But I am now able to use the forums for public/private/hidden groups as I expected they would work.
I do suspect this is a server issue and perhaps a MySQL version issue as well. I can’t imagine why none of the tables would be created, otherwise.
Hope this helps further the conversation.March 16, 2011 at 9:59 pm #108016In reply to: BuddyPress Share It button live
loka.das
MemberBuddypress Version 1.2.8
Clean installThe plugin installs with no warnings, but when I try to select (the checkboxes) which social medias and what activities that should be able to be shared and click the “Save” button the checkboxes just get cleared and pretty much nothing else happens..
Best regard,
aMarch 16, 2011 at 9:33 pm #108015pcwriter
ParticipantAdd the following snippet to your theme’s functions.php file:
`function remove_adminbar_from_mainsite() {
if(‘BP_ROOT_BLOG’)
remove_action( ‘wp_footer’, ‘bp_core_admin_bar’, 8 );
}
add_action(‘wp’, ‘remove_adminbar_from_mainsite’);`March 16, 2011 at 9:12 pm #108012March 16, 2011 at 8:34 pm #108011JunVette
Member@mercime Thank you!!! It was my .htaccess file.
I had to add the following line to the end of my .htaccess file. This tells the webserver to user PHP5 instead of PHP4 (for anyone that doesn’t know). I had to do this with my other 1and1 hosted sites, including my Joomla sites.
AddType x-mapp-php5 .php
March 16, 2011 at 7:08 pm #108005@mercime
ParticipantThere have been many issues of WP plugins/custom theme incompatibility with WP 3.1 due to many changes in core. Btw, what theme are you using? WP 3.0.5 upgrade to WP 3.1 has broken “some stuff” along the way. https://wordpress.org/support/topic/troubleshooting-wordpress-31-master-list?replies=11
On each plugin’s homepage in WP repo, look to the lower portion of the right sidebar which links to forum topics where people give feedback – report problems.
– Re Smooth slider – https://wordpress.org/support/topic/plugin-smooth-slider-needs-upgrading-for-wp-31?replies=2
– As for multilevel navigation plugin – unfortunately, the plugin developer doesn’t seem to provide support in WP repo or his website, and it supports WP version up to WP 3.0.5 only, while BP 1.2.8 is compatible with WP 3.1. In other words, this is not a BuddyPress issue at all. Suggest that you look for alternative plugin
March 16, 2011 at 6:15 pm #107998Prince Abiola Ogundipe
ParticipantHi, mercime thats the plugin Name. below are the link to the plugin and am using Avenue K9 theme
https://wordpress.org/extend/plugins/smooth-slider/
https://wordpress.org/extend/plugins/multi-level-navigation-plugin/
regards
March 16, 2011 at 6:12 pm #107997In reply to: Moderation of New Topics being posted…
ultimateuser
ParticipantYes on a group’s forum
March 16, 2011 at 6:09 pm #107994In reply to: ERROR: There was an error when creating the topic
@mercime
ParticipantMarch 16, 2011 at 6:05 pm #107991In reply to: Our webiste was hacked
@mercime
Participant@gunju2221 so how’s the plugin working out or you?
March 16, 2011 at 5:24 pm #107987@mercime
Participant== it breaks smooth slider plugin and multi level Navigation plugin ==
It would help if you were more specific about which smooth slider plugin and which multilevel navigation plugin you are referring to. Are those the names of the plugins or the generic terms for such kinds of plugin?March 16, 2011 at 4:04 pm #107983In reply to: How to limit activity items for per page?
Archie Webmaker
ParticipantMarch 16, 2011 at 3:40 pm #107981Hugo Ashmore
ParticipantYou are looking at the ‘Network Admin’ dashboard aren’t you? and not the primary site dashboard ‘Site Admin’
March 16, 2011 at 2:45 pm #107977In reply to: Is anyone using Cloudflare?
gregfielding
Participant@pisanojm
I’ve been testing group joining and haven’t seen any problems. But, nothing ever actually is this simple…let us know if you find anything.March 16, 2011 at 2:43 pm #107976In reply to: [Resolved] Speeding up buddypress
gregfielding
ParticipantCDN
March 16, 2011 at 1:05 pm #107969noizeburger
ParticipantHave you tested the solution I’ve mentioned? Just for your interest: I set up a naked wp 3.1. (single) with buddypress 1.2.8, BuddyPress xProfiles ACL, Capability Manager and WP Roles at Registration – works like a charm and requires no coding by hand.
March 16, 2011 at 12:25 pm #107968In reply to: [Resolved] Speeding up buddypress
ewebber
Participant@gregfielding is that a CDN or an alternative to minify?
-
AuthorSearch Results