Search Results for 'buddypress'
-
AuthorSearch Results
-
April 18, 2014 at 7:37 pm #181711
In 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.
April 18, 2014 at 12:53 am #181624In reply to: Custom classes for profile pages, possible?
modemlooper
Moderatorbp-custom.php goes in wp-content/plugins. If that file exists BuddyPress will load it. By using this file instead of function.php you will preserve your added code if you ever wish to change themes.
April 17, 2014 at 8:56 pm #181615In reply to: [Resolved] How to edit groups using css
@mercime
Participant@jonbie initial scan of the theme looks like it’s using the buddypress.css I pointed to above. So check if adding !important in your style works.
e.g. #buddypress .activity-stream {background-color: #fff !important; }If the !important does not work, best place to ask is at the theme’s forums where you should be able to get support for your purchase since we have no access to the premium theme. Good luck.
April 17, 2014 at 8:36 pm #181614In reply to: Google tab is showing an a href link
@mercime
Participant@foxden-vixen Most likely, that’s a theme issue, not BuddyPress. To double-check, change theme to Twenty Fourteen or Twenty Thirteen and check if issue does not appear there.
April 17, 2014 at 7:46 pm #181611In reply to: Notifications template missing in 2.0?
modemlooper
Moderatorbuddypress/members/single/notifications
folder is missing?
April 17, 2014 at 4:40 pm #181593In reply to: DISENABLING AND DISINTALLING BUDDYPRESS on WORDPRESS
@mercime
Participant@iol2014 https://codex.wordpress.org/Common_WordPress_Errors#Connection_Timed_Out
So if you don’t want/need to fix connection time out error/s, then just delete the BuddyPress folder in the wp-content/plugins folder via FTP if you have access.April 17, 2014 at 4:33 pm #181590In reply to: Lost admin access after 2.o update
Mathieu Viet
ModeratorIn this reply https://buddypress.org/support/topic/lost-admin-access-after-2-o-update/page/2/#post-181524, @boonebgorges explained how to fix it :
i’m re-pasting the url to the gist here: https://gist.github.com/boonebgorges/4ee64723ba75caa3c7e1
April 17, 2014 at 4:32 pm #181589In reply to: [Resolved] How to edit groups using css
@mercime
Participant@jonbie Make sure you use the same/right selectors or more specific ones to override the styles for I assume, BP 2.0 https://buddypress.trac.wordpress.org/browser/tags/2.0/bp-templates/bp-legacy/css/buddypress.css
What theme are you using? Site URL?April 17, 2014 at 4:09 pm #181587In reply to: Lost admin access after 2.o update
notpoppy
ParticipantI’m also having the same problem. Upgraded to Buddypress 2.0, now any time I try to access an admin page I get:
You do not have sufficient permissions to access this page.
I’ve disabled all plugins via the database but am still having the problem. How do I fix it?
-
AuthorSearch Results