Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 60,801 through 60,825 (of 69,047 total)
  • Author
    Search Results
  • #56868
    Jean-Pierre Michaud
    Participant

    not working… when a user update the location field, your script stuck on calling google…

    also, it’s very complicated to understand how to list all the fields on BP, we have to have at least one user who fill the fields so they are listed in the menus… have to fix that.

    #56863
    Brajesh Singh
    Participant

    hi Andrea

    First of all thanks for the clean theme.

    here is what I found.

    1.The site.com/blog will not work with this theme if buddypress is enabled.

    Please have a look the function “bp_dtheme_show_home_blog” inside bp-sn-parent,copying pasting ,that section will make it work.

    2.On the profile page, a little bit more styling of userbar and optionsbar (yeh,I mean margin padding) will be nice.

    Overall ,this looks good and is very clean.

    I appreciate your hard work.

    Edit: Spelling corrected :D

    #56862
    Philipp
    Participant

    I started to upload it to my testserver… I’ll take a look and answer later!

    Buddypress theme… WOW … I hope it is a nice one! ;)

    #56861
    Reiner
    Participant

    Jeff, I am currently running buddypress 1.1.2 and wpmu 2.8.5.2 – this is the memory error I receive

    Fatal error: Out of memory (allocated 32243712) (tried to allocate 122880 bytes) in /web/1/000/014/981/12741/htdocs/hierinwangen/wp-content/plugins/buddypress/bp-groups.php on line 687

    #56860
    Jeff Sayre
    Participant

    @duna1921

    Okay, just to make sure, you are running WordPress Mu and not single-version WP, correct?

    Since above you indicate that this is a clean install, I would suggest starting over from scratch once more. This means deleting the MySQL DB ( I assume that there is no data worth saving since you said that this is the first time you had installed WPMU). Next, reinstall WPMU and fully test it before installing BuddyPress. Once you’ve determined WPMU is functioning properly, then install and activate BP. Choose the default BP theme. Do not install any other plugins until you have verified that BP is functioning properly.

    To make sure that you install both WPMU and BP properly, read the readme.txt files that come with each application.

    #56859
    Philipp
    Participant

    Hi!

    It’s me again. After many hours thinking how to handle my problem I have an idear which could help.

    But for this I also need your help and your opinion… ;)

    I would like to add two profile fields which the user has to answer at the registration:

    1.) In which Month do you go abroad? “March 2010”, “September 2010”,…

    2.) How long are you going to stay abroad? “6 months” or “12 months”

    After that I would need a Widget or Plugin, that the Visitors can search for people who are abroad at the moment or search for those, who left in “March 2010”,…

    Do you think, that this could be possible?

    Now I added these profile fields into buddypress. But there are more than 200 members at the moment. Do I have to go to every profile to change the answer in “September 2009” or is it possible to do it automaticly? E.g. with phpmyadmin? It is saved in the table “wp_bp_xprofile_data” with the field_ID “266”. And I know, that every user how is registred yet went abroad in September 2009.

    The next point ist the question, weather there is a plugin that searches for deathly users who didn’t login or didn’t write a post e.g. 6 months. So I could delete them.

    So. Thats my long, long plan. But if you have a better Idear – Please let me know. Or if not, PLEASE help me how to realize this!

    Thanks so much and many greatings from Jerusalem!

    Philipp

    #56858
    Jeff Sayre
    Participant

    @madyogi

    deactivated all plugins (buddypress last this time)

    That could very well have been your issue. You must always deactivate all BP-dependent plugins before deactivating BP itself. I’m glad that you are back in business!

    @reinergaer

    What version of WPMU and BuddyPress are you now running?

    #56856
    Reiner
    Participant

    Hi there,

    this happened to me as well. But the steps above didnt help. I just went through them again.

    Without doing anything, one day there was only a white page (still had wpmu 2.7 running). So I thought I probably should upgrade. I deactivated everything but when ever I try to activate buddypress, I get a gazillion “warning: call-time-pass-by-reference has been deprcated” errors and at the end “Fatal error: Out of memory (allocated 32243712) (tried to allocate 30720 bytes)”. Do you have any idea where the problem could be?

    Thank you very much for your help!!!

    Reiner

    #56855
    madyogi
    Participant

    Alright, everything seems to be upgraded and functioning properly now. Not sure where I went off the rails yesterday to have completely lost the buddypress functions.

    This time I:

    1. backed everything up (did this yesterday)
    2. deactivated all plugins (buddypress last this time)
    3. moved new WPMU files over to server
    4. upgraded in admin panel
    5. upgraded and activated buddypress
    6. upgraded and activated other plugins

    #56850
    5408820
    Inactive

    Jeff Sayre.

    Nothing in log files.

    I deleted buddypress, reinstalled it some times. Also i tried to install other languages versions, still nothing.

    Even if i put error_reporting(1+2+4+8); in index.php it white screen.

    #56848
    abcde666
    Participant

    I have to say that the forum at “buddypress.org” is much more user-friendly than at “testbp.org”

    Not sure why, but it truly is……

    #56841
    Paul Wong-Gibbs
    Keymaster

    This isn’t anything to do with BuddyPress. I could be wrong, but I think this is one of the differences between WP and WPMU.

    #56834

    In reply to: Share This not Working

    Ted Mann
    Participant

    Finally had a chance to talk to Andy Peatling about this at WordCamp NYC this weekend. These problems are caused by one of the way the activity streams were updated in BP. The quick fix he gave me:

    In /wp-content/plugins/buddypress/bp-activity/bp-activity-template-tags.php

    Line 255:

    $content = apply_filters( ‘the_content’, $content );

    Completely remove that line and save the file. That should fix the issue.

    Worked like a charm for me.

    #56831
    Tracedef
    Participant
    #56826
    stwc
    Participant

    But keep in mind that unless you make that css change in a child theme which might be otherwise identical to the default, you’ll lose it when BP 1.1.3 is released.

    #56823
    #56822
    Jeff Sayre
    Participant

    The integrated version of bbPress creates group-based forums. So, to add a topic, you must be within that group’s forum. If you want a sitewide forum, you will have to install another copy of bbPress (you can use the same bbPress tables) using deep integration. There are a number of threads on these forums about how to do just that.

    Read this Codex article for more information:

    https://codex.buddypress.org/developer-discussions/buddypress-forum/

    #56821

    In reply to: XML=RPC for iPhone App

    Jeff Sayre
    Participant

    Have you posted in the http://BP-dev.org/ forums? This plugin is a 3rd-party plugin created by Nicola Greco. If you’ve posted there and received no response, you can PM him via BuddyPress.org.

    #56820
    Jeff Sayre
    Participant

    @stripedsquirrel

    The register.php page is a BuddyPress-specific theme file that let’s you more easily customize the user registration page. It is found in the /registration/ directory of the parent theme bp-sn-parent. When it is in use, it takes over the duties from the wp-signup.php page which is a WPMU file. You can use either one, but I find it easier to use the register.php page.

    Also, read this thread. The OP created a new Captcha plugin for WordPress that is compatible with version 1.1.x of BP:

    https://buddypress.org/forums/topic/si-captcha-for-wpmu-and-buddypress#post-24383

    Here’s the direct link to the plugin in the WP repo:

    https://wordpress.org/extend/plugins/si-captcha-for-wordpress/

    #56818
    Jeff Sayre
    Participant

    Just a random thought. Before upgrading, or at least activating, the new version of BuddyPress, did you run the upgrade script for WPMU? Under the Site Admin menu, there is a sub-menu item called Upgrade. If not, deactivate BP, then try hitting that button. After it is finished, reactivate BP.

    I’m just working through a mental list.

    #56817
    Jeff Sayre
    Participant

    This seems like a legitimate bug. Would someone please report it in Trac giving the details in the OP. You log into Trac using the same credentials as you do here.

    #56815
    jobjorn
    Participant

    I’ll look into it as soon as I can. If I’m not mistaken, the activity stats graphs need to be re-written too.

    #56814
    madyogi
    Participant

    I will say this: I think it had something to do with the WPMU upgrade. Only reason I say this, I replaced the 1.1.2 buddypress folder with the backed-up buddypress plugin folder. Still gave same errors, so I’m scratching my head.

    #56812
    Jeff Sayre
    Participant

    Are you using the old default BP themes or the new parent/child defaul BP theme architecture?

    The old two-theme system relied on the bphome theme residing in /wp-content/themes/ and the bpmember theme residing in /wp-content/bp-themes/. If you still have those theme files try this:

      #56811
      madyogi
      Participant

      So, I just reverted to my backup install … everything works fine, but everything’s out of date. Anybody got any thoughts as to how I might not break buddypress during a future upgrade?

    Viewing 25 results - 60,801 through 60,825 (of 69,047 total)
    Skip to toolbar