Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 67,551 through 67,575 (of 69,016 total)
  • Author
    Search Results
  • #38164
    Burt Adsit
    Participant
    #38158
    Arturo
    Participant

    the problem changing italian-english language and the “ghost widgets” was also with you?

    on buddypress italy site the language file was update at the rc-1 relese and works without problem with trunk #1128.

    #38157
    Burt Adsit
    Participant

    Thanks. I am having some problems trying to figure out exactly what the problem is. See here for details: https://trac.buddypress.org/ticket/504

    Unless something magical and wonderful happened to my skill set overnight, this one is stumping me at the moment.

    #38151
    Michael Berra
    Participant
    #38149

    What a mess..

    I hope that bug will be fixed in further releases.. I don’t even know if they noticed this bug?!

    What fixes the bug is a “margin” for body in external ie.css file..

    Looks not very good but better then having those scaling problems..

    Did you notice that when you refresh on having iexplorer at a small size elements aren’t at wrong places anymore? But when you after that enlarge the browser elements stay where they are..

    Andy Peatling
    Keymaster

    No.

    benny148148
    Participant

    Thanks for the clarification…I’ve been running MU for a while but haven’t ventured over here until now. I was basically asking if I can use the friends/groups plugins as stand alone plugins, without using the BuddyPress core plugin and BuddyPress themes…I think you answered this question though.

    Thanks

    #38141
    mdsports
    Participant

    I forgot to ask… If there’s and easier way…please…someone help???

    #38140
    mdsports
    Participant

    I think I may have experienced the same problem with buddypress. The only solutuion I’ve found so far is to remove “position: relative;” from most of the css file attributes.

    #38139
    jugoretz
    Participant

    Nope, no other problems, just the messaging problem I referred to in another thread (and maybe that’s related?). The other person I’ve found who has that problem does not seem to have a subdirectory install, though. (in the comments here http://futuristguy.wordpress.com/2009/01/05/missional-tribe-not-just-another-use-of-the-word-missional/)

    So far every other problem I’ve had has been clearly matched to this misalignment of /eportfolios and /eportfolios/social . And working out the right links has fixed all of those problems.

    But I think maybe I wasn’t clear–it’s not just that buddypress is in a sub-directory, the issue is that the buddypress homepage (home blog) is *not* the home blog of the wpmu install. Blog number 1 of wpmu is at /eportfolios and the buddypress home is /eportfolios/social

    Is that something you’ve tested and had full functionality without these changes? That would be great–would make upgrades easier–but I don’t see how.

    See, siteurl() is macaulay.cuny.edu/eportfolios . but in the case of those links in the top nav (and others) it should be macaulay.cuny.edu/eportfolios/social

    Tell me there’s something obvious I’m missing! That would be great!

    Andy Peatling
    Keymaster

    BuddyPress is a set of WordPress MU plugins.

    Trent Adams
    Participant

    Not sure what you mean by changing your site? Buddypress is just the suite of plugins to extend WPMU, so what do you mean change site to buddypress? You can add the functionality to any theme, so you don’t have to use the buddypress-home and member themes if that is what you are referring to.

    Trent

    #38131
    Andy Peatling
    Keymaster

    This should not happen, I’ve tested in multiple levels of subdirectory installations and it all worked without the need for changes.

    There must be something wrong with your setup if you are seeing these issues. Are you running into further problems?

    #38128
    Rich Spott
    Participant

    I had super-cache installed, with wpmu 2.7 and buddypress RC-1, and everything seemed to be working fine, except for I would get a 500 Internal Error on Wp-activate (when the new user clicks on the email link that is sent to them to activate the account). Everything else worked fine, wp-signup worked like a breeze, and all of my pages and posts were cached as they should be.

    Once I uninstalled Super-Cache, wp-activate worked again fine. I uninstalled all of my mu-plugins (re-captcha, google analytics, buddypress redirect) and just put super cache and buddypress in there, and i still got the 500 internal error on wp-activate. When I removed it and added the others back in, everything works fine.

    Any ideas? I’d love to have super cache working, but not at the expense of adding new members.

    #38125
    Andy Peatling
    Keymaster

    Devrim, you can’t just set this stuff up outside of a function call. You should download the skeleton component to understand how to write WPMU capable plugins.

    You need to wrap your code in a function then call it on the ‘wp’ action.

    function mystuff() {

    }

    add_action( ‘wp’, ‘mystuff’ );

    You are running into problems because your code is executing before anything has been set up. BuddyPress is entirely action based, if you start programming outside of this, you’ll run into many issues.

    #38123
    Andy Peatling
    Keymaster

    @parkcityxj read the second point of the second post in this thread.

    #38122
    oldskoo1
    Participant

    parkcityxj

    Are you using a custom members theme?

    If so it won’t be RC1 compatible.

    You might be able to patch the groups module to get the forums working…

    Download RC1 – open members theme folder, copy the groups folder, paste it over your current groups folder and it might fix your problem.

    Of course, backup your current groups just in case.

    #38119
    parkcityxj
    Member

    I can’t get my group forums to work now. Whenever I try to post something I get this message “Are you sure you want to do this?” and only the option to “please try again” I’ve deleted my old groups and created new ones as well.

    #38118
    Erwin Gerrits
    Participant

    I believe that section is called “userbar” and there’s a userbar.php in the buddypress-member theme directory. Unless the user is logged in it displays the login form, otherwise it calls bp_get_nav() to display the user nav options.

    #38117

    In reply to: Buddy Press themes

    mimik
    Member

    Here is my home theme folder with css, you will see I havent modified anything. If someone can take a wee look and see where im going wrong please

    http://uploading.com/files/45XJ22TL/buddypress-home.zip.html

    #38116
    Devrim
    Participant

    and to whom it may concern; these kind of errors are discouraging. If we had a decent buddypress alternative we would have switched already. $bp related errors* and errors that belong to the core, very demotivating as they are making our whole system unstable.

    We spend hours first on the system try to find what’s wrong, and hours on internet try to find if anyone else has a fix.

    * https://buddypress.org/forums/topic.php?id=1125&replies=14#post-6258

    #38113
    Kevin Ryman
    Participant

    Well, sorry for the above post. I uploaded all the theme files and re-modified the necessary files and the problem was fixed. Thank you for bbPress! :D

    #38109
    Sgrunt
    Participant

    the same scaling problems happens with the bp demo too…to solve them you should rebuild the whole css..

    #38108
    Kevin Ryman
    Participant

    After upgrading to 1.0 RC1 I get the following error message when trying to access my messages:

    Fatal error: Cannot use object of type stdClass as array in /home/********/public_html/beta/wp-content/member-themes/buddypress-member/functions.php on line 14

    I didn’t upload the themes but I did upload the functions.php to the buddypress-theme as directed above. Any tips?

    #38107

    I’m running a test in german language at http://www.mitmachweb.de

    I’ll be playing around a little very soon.

Viewing 25 results - 67,551 through 67,575 (of 69,016 total)
Skip to toolbar