Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 29,476 through 29,500 (of 68,918 total)
  • Author
    Search Results
  • #137047
    Roger Coathup
    Participant

    Did this work on your test / development site? Have you run through all of the questions / checks Paul has given you to the letter – when it comes to BuddyPress, he knows what he’s talking about.

    Ok, my suggested further steps for how you can ascertain information that will help you find the problem on your site:

    1. Turn off all your plugins — not just those you think could interfere — just leaving BuddyPress activated
    2. Switch to the bp-default theme
    3. And to be extra safe — remove your bp-custom.php file

    [You’ll probably want to do this on a mirror development environment, if you’ve already taken the site live]

    If emails don’t work in this basic BuddyPress install, you know it is a problem with your hosting, general email setup or installation.

    If emails do work, you know it is a problem in either your theme or your plugins. Try adding them back one by one, and test at each stage.

    Roger Coathup
    Participant

    This comment sounds like a general WordPress / User Role Editor plugin issue, and not anything to do with BuddyPress – Have you asked on their forums?

    #137044
    Roger Coathup
    Participant

    BuddyPress provides a filter to let you do this.

    If you look through the code for recording a post (hooked on save_post) in the bp-blogs component, you should be able to figure out how to use it.

    #137041

    In reply to: Blank Buddypress pages

    Host Magi
    Participant

    Awesome! Thank you!

    #137039
    allegra1212
    Member

    Wow so many question and not a light on the horizon.

    * Host: Hostgator
    * Everything else works on the site
    * All set up is correct after transfer
    * I disabled all plugins that could interfere
    * How do we create user account??? er…by clicking on create an account!
    * No nothing exotic. Just basic buddypress and buddypress registration system.
    * And yes that was a stupid question but i can check again for the email in the db.

    Soooo…any other questions or may be an advice would be welcome?

    I told you if you want the URL you are welcome to check it. My host is working on it at the moment but we are nowhere yet.

    Thanks.

    #137038
    maggieymae
    Member

    I want to check these out. Thanks!

    Here are a few of my favorites…

    BuddyPress Profile Privacy – Users can hide different parts of their profiles… very cool.

    The following are not Buddypress but they seem very compatible so far.

    AG Custom Admin This is Dashboard Editor and you can control what your members see.
    I have cleaned up their dashboard – they no longer see the wordpress profile or the press this tool or other random plugin settings. You can do so much with this tool and completely customize the way the back end looks. I was amazed.

    User Role Editor – You can add new roles and give and take away specific powers. I have made a new role based on the Author role and gave the new role category powers. The site I am building is a family recipe site and I wanted to allow them to add their name as a category and also different cooking terms. This plugin is also a nice way to view every detail of the standard roles in WordPress.

    Search Everything – This plugin seems to help with searching… I wasn’t getting any results before installing but now everything comes up.

    #137032

    In reply to: Private profile fields

    valuser
    Participant

    In 1.6 beta 2 https://buddypress.org/2012/07/buddypress-1-6-beta-2/ there is a facility to restrict visibility of profile fields to —-> Anyone, Logged In Users or My Friends.

    In addition there is https://wordpress.org/extend/plugins/buddypress-profile-privacy/ for earlier versions of buddypress. This can restrict visibility of profile fields to —-> Everyone, My Friends, or Only Me

    #137030

    In reply to: How to disable this?

    meg@info
    Participant

    Hi
    i was create a plugin Buddypress Notifications Manager – BpNM , you can disable email notifications for all members, or you can disable some others. you can enable or disable Email Notifications user access with the plugin too. the plugin work fine wp 3.4 and buddypress 1.5

    you can download it and try it in your localhost.
    :snip: – jjj
    //Mod edit: this is an untested and unknown file only download and run at your own risk and not on a production site.

    after enabling the plugin, go to Setting > BP Notifications

    finallyanime
    Member

    @1. Okay, thanks! I’ll try to see if that works later on today. I’m on an iPad right now…err actually i might be able to just search the plugin & install that way instead of manually uploading like i usually do. I’ll report back and letchu know how that works

    P.S. I didn’t provide a username/pass test account, but i will if it doesn’t work.

    @2. ohhhh, i didn’t know i needed multisite installation :p thanks for that :D

    @3. No i didn’t see a link, haven’t went to the “groups/create” URL, and i have group forums, and didn’t see “create new topic” though i shall check again.

    @mercime Thank you so much for responding :D At first no one responded, so i basically gave up on anyone responding :p Anyways, thanks a bunch, i’ll try to respond a bit later.

    anp6vq
    Member

    Thanks for the response Paul. The php error log says the following


    stderr: PHP Fatal error: Call to undefined function bp_core_new_nav_item ()


    This of course means the function can’t be found. What do I need to do for the buddypress function to be recognized? Thanks again!

    #137022
    Paul Wong-Gibbs
    Keymaster

    Fact: BuddyPress does NOT copy the site administrator in on all emails that are sent out. So it’s something on your site.

    How are you creating user accounts? As usual, through WordPress, or do you have an LDAP integration or something exotic? Have you confirmed (by looking in the wp_users table) that the email addresses are actually different (not meant to be a stupid question)?

    I would ask how your host moved the database/site across, but you probably don’t have the details to hand. I asked because while I haven’t seen emails get messed up, I’ve seen site URLs and permalinks break. Does all regular WordPress content on the site seem to work?

    What company provide your hosting?

    #137020
    Paul Wong-Gibbs
    Keymaster

    Sharing user databases across multiple separate installs of WordPress can be complicated. I wouldn’t recommend for this purpose. I’m not sure BuddyPress even works in this configuration — it might, I’ve never tried.

    If you want to try, check out this section of the WordPress codex: https://codex.wordpress.org/Editing_wp-config.php#Custom_User_and_Usermeta_Tables

    #137019

    In reply to: Blank Buddypress pages

    Paul Wong-Gibbs
    Keymaster

    All you need is in that first line. Let’s break it down:

    PHP Fatal error: Uncaught exception ‘apiServiceException’ with message
    ‘Error calling https://www.googleapis.com/plus/v1/people/108328961616806242196/activities/public?maxResults=5&alt=

    json: (403) Daily Limit Exceeded. Please sign up’

    in /home/wolf/public_html/wp-content/plugins/google/lib/external/google/io/apiREST.php:99

    Going backwards, the error is coming from the wp-content/plugins/google/ plugin, and specifically the error returned is “Daily Limit Exceeded”. Looks like you need to sign up or otherwise increase your rate limit for whichever Google API you are using.
    Also, assuming this Google plugin is actually https://wordpress.org/extend/plugins/google/, you should be able to use WPMUDEV’s support forums if you need further assistance resolving this.

    #137014
    newpress
    Participant

    There are some wordpress poll plug ins. If your after surveys other than buddypress, go for free survey scripts

    #137011

    @Lee Rickler – I ended up installing “Rich Text Editor For Comments” plugin and it seemed to fix the issue. Although if I decide to uninstall it for any reason, I’m sure it’ll come right back. But for now, it works!

    #137009

    In reply to: How to disable this?

    Roger Coathup
    Participant

    By default BuddyPress doesn’t send ‘crazy amounts of emails’, and doesn’t typically email to every user — what emails are you receiving? What notifications do you have turned on? Is it site wide notifications? What theme are you using? Please provide as much information as you can, as it makes it easier for people on the forum to help you

    Roger Coathup
    Participant

    It can be achieved, but will involve a number of changes. If you are not a competent PHP / BuddyPress developer, then you would be best to hire one for this job

    #137005
    Roger Coathup
    Participant

    If you have a look at the bp_message_thread_avatar() function in the BuddyPress codebase, you can see which arguments it accepts, and also which functions it calls onto to get an avatar.

    That should help you determine which alternative avatar function to use.

    #137004

    In reply to: Blank Buddypress pages

    Host Magi
    Participant

    You are right, primarily repition. So here is the top portion.
    ‘[11-Jun-2012 18:32:18] PHP Fatal error: Uncaught exception ‘apiServiceException’ with message ‘Error calling https://www.googleapis.com/plus/v1/people/108328961616806242196/activities/public?maxResults=5&alt=json: (403) Daily Limit Exceeded. Please sign up’ in /home/wolf/public_html/wp-content/plugins/google/lib/external/google/io/apiREST.php:99
    Stack trace:
    #0 /home/wolf/public_html/wp-content/plugins/google/lib/external/google/service/apiServiceResource.php(144): apiREST::execute(Object(apiServiceRequest))
    #1 /home/wolf/public_html/wp-content/plugins/google/lib/class_wdgpo_google_auth.php(98): apiServiceResource->__call(‘list’, Array)
    #2 /home/wolf/public_html/wp-content/plugins/google/lib/class_wdgpo_google_auth.php(98): ActivitiesServiceResource->list(Array)
    #3 /home/wolf/public_html/wp-content/plugins/google/lib/class_wdgpo_google_auth.php(86): Wdgpo_GoogleAuth->get_gplus_feed(‘108328961616806…’, false)
    #4 /home/wolf/public_html/wp-content/plugins/google/lib/class_wdgpo_google_auth.php(105): Wdgpo_GoogleAuth->get_gplus_data()
    #5 /home/wolf/p in /home/wolf/public_html/wp-content/plugins/google/lib/external/google/io/apiREST.php on line 99
    [11-Jun-2012 19:39:24] PHP Fatal error: Uncaught exception ‘apiServiceException’ with message ‘Error calling https://www.googleapis.com/plus/v1/people/108328961616806242196/activities/public?maxResults=5&alt=json: (403) Daily Limit Exceeded. Please sign up’ in /home/wolf/public_html/wp-content/plugins/google/lib/external/google/io/apiREST.php:99
    Stack trace:
    #0 /home/wolf/public_html/wp-content/plugins/google/lib/external/google/service/apiServiceResource.php(144): apiREST::execute(Object(apiServiceRequest))
    #1 /home/wolf/public_html/wp-content/plugins/google/lib/class_wdgpo_google_auth.php(98): apiServiceResource->__call(‘list’, Array)
    #2 /home/wolf/public_html/wp-content/plugins/google/lib/class_wdgpo_google_auth.php(98): ActivitiesServiceResource->list(Array)
    #3 /home/wolf/public_html/wp-content/plugins/google/lib/class_wdgpo_google_auth.php(86): Wdgpo_GoogleAuth->get_gplus_feed(‘108328961616806…’, false)
    #4 /home/wolf/public_html/wp-content/plugins/google/lib/class_wdgpo_google_auth.php(105): Wdgpo_GoogleAuth->get_gplus_data()
    #5 /home/wolf/p in /home/wolf/public_html/wp-content/plugins/google/lib/external/google/io/apiREST.php on line 99
    [11-Jun-2012 20:35:43] PHP Fatal error: Uncaught exception ‘apiServiceException’ with message ‘Error calling https://www.googleapis.com/plus/v1/people/108328961616806242196/activities/public?maxResults=5&alt=json: (403) Daily Limit Exceeded. Please sign up’ in /home/wolf/public_html/wp-content/plugins/google/lib/external/google/io/apiREST.php:99
    Stack trace:
    #0 /home/wolf/public_html/wp-content/plugins/google/lib/external/google/service/apiServiceResource.php(144): apiREST::execute(Object(apiServiceRequest))
    #1 /home/wolf/public_html/wp-content/plugins/google/lib/class_wdgpo_google_auth.php(98): apiServiceResource->__call(‘list’, Array)
    #2 /home/wolf/public_html/wp-content/plugins/google/lib/class_wdgpo_google_auth.php(98): ActivitiesServiceResource->list(Array)
    #3 /home/wolf/public_html/wp-content/plugins/google/lib/class_wdgpo_google_auth.php(86): Wdgpo_GoogleAuth->get_gplus_feed(‘108328961616806…’, false)
    #4 /home/wolf/public_html/wp-content/plugins/google/lib/class_wdgpo_google_auth.php(105): Wdgpo_GoogleAuth->get_gplus_data()
    #5 /home/wolf/p in /home/wolf/public_html/wp-content/plugins/google/lib/external/google/io/apiREST.php on line 99
    [11-Jun-2012 21:31:41] PHP Fatal error: Uncaught exception ‘apiServiceException’ with message ‘Error calling https://www.googleapis.com/plus/v1/people/108328961616806242196/activities/public?maxResults=5&alt=json: (403) Daily Limit Exceeded. Please sign up’ in /home/wolf/public_html/wp-content/plugins/google/lib/external/google/io/apiREST.php:99
    Stack trace:
    #0 /home/wolf/public_html/wp-content/plugins/google/lib/external/google/service/apiServiceResource.php(144): apiREST::execute(Object(apiServiceRequest))
    #1 /home/wolf/public_html/wp-content/plugins/google/lib/class_wdgpo_google_auth.php(98): apiServiceResource->__call(‘list’, Array)’

    4ella
    Participant

    Hi Paul , sorry I didnt see your question in the past , YES unfortunately this is still happening in latest 1.5.6 buddypress , I have WP 3.4.1 and buddypress 1.5.6 installed , but little hack from @ray works perfect , maybe you should implement this snippet into a newer versions ?

    Hugo Ashmore
    Participant

    @djpaul this is a extremely vexing issue been backwards and forwards over the menu settings all I can establish is there appears an issue with ‘network true’ so have removed that altogether but still have plugin feature on both plugin screens, add_action(network_admin_menu, $function) just doesn’t appear to work regardless of changes I make i.e simplifying things right down with no if/else choices, I used if bp_core_admin_hook falling back to add_action(network_admin_menu) or (admin_menu) I get no menus even in site_admin, the only way I can get settings screen to appear is to comment out everything bar add_submenu_page and add_action(‘admin_menu’

    Not sure where to take things from here other than to try and remove all mentions of netwok settings and be done with it.

    #136991
    olihaslam
    Participant

    Hi

    Thanks for your reply and clear advice.

    I just checked and the pages are already correctly assigned to the BuddyPress features. And all the options are already active in BuddyPress > Components but still nothing shows on those pages.

    I tried making a new Groups page and assigning the groups feature to the new page but still nothing shows.

    Do you (or anybody else) have any other suggestions?

    Thanks

    Roger Coathup
    Participant

    Have a look at some of the classes applied to body — there’s no single class being used for BuddyPress pages, but the set is quite small, and you should be able to base your selectors on them to capture whether you are on a BP page or not:

    .directory …. , .my-account … , etc.

    And, if you are using a pre-processor such as LESS or SASS, it makes it much easier to write nested CSS like this

    #136986

    In reply to: Facebook pages

    sakarya
    Participant

    thanks @modemlooper

    #136982
    Paul Wong-Gibbs
    Keymaster

    If you’re certain that you’re receiving new members’ BuddyPress-generated emails, my guess would be you have something affecting how emails are sent.

    Are you running any plugins or custom code that affects sending email, appearance of emails, etc, anything? Finally, how did you move your site from Dev to production. Did you copy the DB across, too?

Viewing 25 results - 29,476 through 29,500 (of 68,918 total)
Skip to toolbar