Search Results for 'buddypress'
-
AuthorSearch Results
-
April 19, 2014 at 9:31 am #181737
In reply to: WP Multisite with BP or BP on its own?
DennisBarkerCV
ParticipantThis sounds like something that can be achieved without multisite.You can use Buddypress Groups and bbPress running as a forum for each group to achieve the discussion / chat.
Each project could become a BuddyPress Private Group with its own forum / docs.
If you want a seperate blog for each project then that would require multisite,but one blog categorised by project could achieve the same thing without the additional comlexity.
April 19, 2014 at 7:28 am #181729In reply to: BuddyPress Custom Nav and Page Template
patrick30
ParticipantI have already removed that and tried it.
bp_core_new_nav_item( array( 'name' => __( 'About', 'buddypress' ), 'slug' => 'about', 'position' => 30, 'screen_function' => 'about_page', 'css_id' => 'about' ) );April 19, 2014 at 7:07 am #181726In reply to: Buddy Press Log in and Word press Log in Issue
alanbeck
ParticipantWhere you log on to any site, username and password. When you type, it types inside the box. Soon as i downloaded buddypress for some reason the boxes are smaller and the writting doesnt fit in the box.
April 19, 2014 at 3:12 am #181722careb
ParticipantYes, using the filter to disable mentions solves the problem above, but then mentions are disable. It’s not a desirable outcome.
Other plugins – Network:
Advanced Access Manager
Akismet
BackWPup
Blue Login Style
BP Sticky Groups
BuddyPress
BuddyPress Docs
Enable Media Replace
Enhanced Media Library
Hashtag
Multisite Global Search
Multisite User Management
Network Shared Media
TinyMCE Advanced
User Groups
User Switching
WordPress MU Sitewide Tags Pages
WP-CMS Post Control
WP-Mail-SMTP
WP-Memory-Usage
WP Better EmailsOther plugins – Local:
Broken Link Checker
Disable Sitewide Tags (Single Blog only)
Eyes Only: User Access Shortcode
Google Doc Embedder
HTML Editor Reloaded
Subscribe2
Unified Media Folder
WP-Polls
WP Native DashboardApril 18, 2014 at 8:22 pm #181715In reply to: Why do members loops include the current user?
@mercime
Participant@godavid33 If you’re on BP 2.0 version, go to Dashboard > Tools > BuddyPress and run repair tools one by one. https://codex.buddypress.org/buddypress-components-and-features/buddypress-repair-tools-admin-screen/
April 18, 2014 at 8:16 pm #181714In reply to: [Resolved] Disable Buddypress to do certain things
@mercime
Participant@ksample Thanks for posting back about the plugin conflict. If you like the plugin might I suggest informing the developer about the issue so he can update it https://wordpress.org/support/plugin/buddypress-like
Marking this as resolved.
April 18, 2014 at 7:59 pm #181713r-a-y
KeymasterI just tried mentioning 11 users on P2 and couldn’t duplicate your issue.
It appears this issue only occurs when you view the post on the frontend since you state that the correct content shows up when you edit the post.
Try the recommendation I listed in the ticket you opened:
https://buddypress.trac.wordpress.org/ticket/5565#comment:1If that doesn’t work, what other plugins are you using?
April 18, 2014 at 7:58 pm #181712In reply to: [Resolved] Disable Buddypress to do certain things
ksample
ParticipantThanks for the advice. I disabled the “buddypress like” plugin and that fixed it I think. I can live without the like buttons.
April 18, 2014 at 7:37 pm #181711In reply to: [Resolved] Disable Buddypress to do certain things
@mercime
Participant@ksample What theme were you using? Change theme to one WP Default themes like Twenty Fourteen/Thirteen/etc. to check if issue is resolved. If not, deactivate plugins other than BuddyPress to check which plugin is causing the media upload conflict.
April 18, 2014 at 7:30 pm #181710In reply to: Buddypress default theme
@mercime
ParticipantApril 18, 2014 at 6:10 pm #181704In reply to: new members widget show: No one has signed up yet!
r-a-y
KeymasterTry the following:
* Login to the WP admin dashboard
* Navigate to “Tools > BuddyPress”
* Check Repair user “last activity” data
* Click on the “Repair Items” buttonLet the task run. After it’s done, then, check to see if that fixes things with the members widget.
April 18, 2014 at 5:13 pm #181701In reply to: Show Activity Comments To Everybody
r-a-y
KeymasterHi Djsix,
The problem occurs because a check is added to see if a user is logged in before the activity comments block is displayed.
I’ve created a new ticket about this here:
https://buddypress.trac.wordpress.org/ticket/5567In the meantime, you can override the specific template by copying
wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/entry.phpto your theme.The file should reside here –
wp-content/themes/YOUR-THEME/buddypress/activity/entry.php. Then, make the file change listed in the patch linked in the ticket above.April 18, 2014 at 4:15 pm #181693In reply to: BuddyPress Custom Nav and Page Template
modemlooper
Moderatoryou can create a plugin for you extra code or us bp-custom.php
https://codex.buddypress.org/plugindev/bp-custom-php/The contents of about.php go in the content function. There shouldn’t be a template file.
April 18, 2014 at 3:52 pm #181682In reply to: WordPress database error since update
@mercime
Participant@jillsessa
1. Which version of BP did you update from?
2. Could be a plugin conflict. Have you tried deactivating plugins except BuddyPress to check which is causing the conflict?April 18, 2014 at 3:35 pm #181677In reply to: Another Site for Support
@mercime
Participant@djsix Forum topics created at https://buddypress.org/members/djsix/forums/ Please know that we are all volunteers here so your patience and persistence are appreciated.
April 18, 2014 at 2:58 pm #181667In reply to: Google tab is showing an a href link
foxden vixen
ParticipantI have a feeling that they won’t update it. The theme can be free or paid in 2 tiers. I paid for the developer version. I just might have to scrap it and call it a loss and find another theme that I can work with that will be buddypress and bbPress compatible. Thanks for your help.
April 18, 2014 at 12:45 pm #181663In reply to: BP 2.0 update failure – WP admin won't load
Boone Gorges
Keymaster@blankpoint Sorry for the troubles. The upgrade routine necessary for BP 2.0 is fairly large.
I’ll work in the upcoming weeks on improving it, but in the meantime, a few things to try:
1. Your memory limit issue is due to the fact that WP will not allow you to exceed 256M per pageload without explicitly saying you want to (regardless of your php.ini settings). You can put the following into wp-config.php to override for the admin only:
define( 'WP_MAX_MEMORY_LIMIT', '1024M' );2. Just to get up and running, you might also consider running the heavy migration manually: from the mysql command line.
INSERT INTO wp_bp_activity (<code>user_id</code>, <code>component</code>, <code>type</code>, <code>action</code>, <code>content</code>, <code>primary_link</code>, <code>item_id</code>, <code></code> date_reco SELECT user_id, 'members' as component, 'last_activity' as type, '' as action, '' as content, '' as FROM wp_usermeta WHERE meta_key = 'last_activity' AND user_id NOT IN ( SELECT user_id FROM wp_bp_activity WHERE component = 'members' AND type = 'last_activity' ) );You could split this up with a LIMIT clause in case you need to run it a few times.
The other problematic bit of the upgrade routine has to do with migrating your old signups to the new signups schema. (I’m assuming you have open registration + non-multisite.) That migration is not necessarily mission-critical, so you could skip it altogether. So, in other words, once you’ve run the ‘last_activity’ migration, you could comment out line 351 and lines 355-395 here: https://buddypress.trac.wordpress.org/browser/tags/2.0/bp-core/bp-core-update.php#L351 and then reload your admin to mark the migration as complete.
Again, sorry about the difficulties. You’re running a very large BP site, and the migration tools were not up to the job.
Then, you could comment out this line: https://buddypress.trac.wordpress.org/browser/tags/2.0/bp-core/bp-core-update.php#L351
April 18, 2014 at 12:25 pm #181661In reply to: Website doesn't work anymore with buddypress
Fender58
ParticipantOk i know the problem , The Plugin from incsub : Support System interferred with buddypress.
I renamed the plugin with ftp because i couldn’t activate or deleted it.Now it’s working again 😉
April 18, 2014 at 11:00 am #181656danbp
Participanthi @tsabar
code is located in buddypress/bp-core/bp-core-widgets.php
BuddyPress Login widget
Maybe read here also ?
April 18, 2014 at 10:31 am #181652In reply to: Find friends option?
Amid Dadgar
ParticipantOh man, I know that coding isn`t easy. these days most of the people have their own business and also very good Ideas, If i was a coder, I developed a great website using our little buddypress…
Now i decided to learn php and fir rest of my life just code and code for myself and people. Im glad because Im just 16 years old and have enough time.April 18, 2014 at 9:01 am #181641In reply to: Message on my Home Page on the Menu Bar
@mercime
ParticipantTrac ticket at https://buddypress.trac.wordpress.org/ticket/5545
April 18, 2014 at 8:57 am #181639In reply to: Message on my Home Page on the Menu Bar
@mercime
Participantclosing this duplicate of https://buddypress.org/support/topic/message-on-my-home-page-on-the-menu-bar/
April 18, 2014 at 8:04 am #181637@mercime
Participant@imdyakov click on the 1.9.2 link at https://codex.buddypress.org/developer/releases/
April 18, 2014 at 5:31 am #181632imdyakov
ParticipantThe same issue with me. There is no activities in the stream although the counter show up their amount. Were I can download buddypress 1.9.2 to roll back?
P.S. I tried to play with different themes but it didn’t help.
April 18, 2014 at 12:57 am #181625modemlooper
ModeratorBuddy-default looks the same as bp-default but it’s stripped of BuddyPress template so the templates get loaded from new template compatibility. Only a theme getting template capability files will use ajax new posts notice.
-
AuthorSearch Results