Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 63,801 through 63,825 (of 69,044 total)
  • Author
    Search Results
  • #49043
    Mike
    Participant

    @DJPaul – I was just taking that Anahita tone a bit further with the “patch job” wording, because that social engine seemed to imply that it would be better than anything out there, including BP (which I find phenomenal), just because it had an MVC architecture =) Not sure about the importance of having an MVC in place when you’re building something as big as this, but from what Peterverkooijen says, it does seem somewhat useful to a certain extent.

    On some level, it’s interesting to put this conversation into the limelight and see what people think — competition breeds competitiveness and better products =) IMHO, BP definitely has the most steam behind it and the new groups_new_group_extension() sounds promising, as well, so I’d love to see BP become something so grand that it could prove having an MVC isn’t as crucial as Anahita WebDevs suggest.

    #49042
    Paul Wong-Gibbs
    Keymaster

    I’m perfectly entitled to not pay attention to the MVC-or-not structure of both WordPress and Buddypress, as I don’t work for Automattic and I’m not a core developer on either.

    #49039
    peterverkooijen
    Participant

    Member management in WPMU/Buddypress seems patchy as hell to me, with member data spread out over several database tables that aren’t synchronized between xprofile and wpmu, mixing different methods to store data. The registration process is horribly inflexible. Basic things like styling the registration form or editing system emails require hacking core files.

    Not sure if this would have been better if WordPress/Buddypress followed an MVC architecture. Wikipedia’s description of MVC:

    Model-view-controller (MVC) … isolates business logic from the user interface, permitting one to be freely modified without affecting the other. The controller collects user input, the model manipulates application data, and the view presents results to the user …

    I like the sound of “isolating business logic”. I want the end user functionality that WPMU/BP provides (“… WordPress’s usability …”), but have serious concerns about having to rely on WPMU/BP for central member management and registration, the foundation of my project. Unfortunately I can’t have one without the other.

    Please don’t dismiss the criticism.

    if there’s someone moaning about how any particular bit of software is not written following MVC, they have two options – write their own, or shut up.

    They did. They are developing Anahita Social Engine on Joomla. I may have to check it out. :-(

    #49036
    Paul Wong-Gibbs
    Keymaster

    In my opinion – not aiming this at you – if there’s someone moaning about how any particular bit of software is not written following MVC, they have two options – write their own, or shut up.

    BuddyPress isn’t going to be any more “patchy” than WordPress is. I’m not even sure what you are trying to imply by “patch job”, either.

    #49031
    Brian Neil Katz
    Participant

    Question regarding integration of bbPress 1.01 + WPMU 2.8.1 beta + BuddyPress 1.0.2

    Will there be any steps that can be eliminated with the above integration steps with new release of 2.8.1 beta?

    #49030
    Alex
    Participant

    I’ve since uploaded everything again and it’s working – second time this has happened – I have NO idea what was wrong! :)

    Alex

    #49027
    Alex
    Participant

    I’ve installed WPMU trunk via SVN and all is well.

    Then I install BuddyPress via the shell ‘wget’ method, and placed the plugin and theme files in the correct locations:

    /wp-content/plugins/buddypress

    /wp-content/themes/bphome

    /wp-content/bp-themes

    I can activate BuddyPress, but when I go to the /members page for example, I am given:

    You do not have any BuddyPress themes installed.

    Please move “/wp-content/plugins/buddypress/bp-themes/” to “/wp-content/bp-themes/” and refresh this page. You can download more themes here.

    When I visit the wp-admin/admin.php?page=bp-core.php page, the dropdown of themes to select gives me the default WPMU themes – not the BP themes.

    Here are some details about my setup:

    1. Which version of WPMU are you running?

    – 2.8.1-RC1

    2. Did you install WPMU as a directory or subdomain install?

    – Subdomain

    3. If a directory install, is it in root or in a subdirectory?

    – NA

    4. Did you upgraded from a previous version of WPMU? If so, from which version?

    – No, fresh install

    5. Was WPMU functioning properly before installing/upgrading BuddyPress?

    – Yes

    6. Which version of BuddyPress (BP) are you running?

    – 1.0.2

    7. Did you upgraded from a previous version of BP? If so, from which version?

    – No, fresh install

    8. Do you have any plugins other than BuddyPress installed and activated?

    – No

    9. Are you using the standard BuddyPress themes or customized themes?

    – Standard, for now

    10. Have you modified the core files in any way?

    – No

    11. Do you have any custom functions in bp-custom.php?

    – No

    12. If running bbPress, which version?

    – Not running, yet

    13. Please provide a list of any errors in your server’s log files.

    – No errors

    #49024

    In reply to: Possibly a bug with BP

    thebigk
    Participant

    @ Burt:

    It might be. The site was running fine and out of nowhere, the problem began occuring. To answer your questions:

    [Before the problem came up] –

    Does bp live in /wp-content/plugins/buddypress? (not /mu-plugins)?

    -> Yes. Absolutely. I’m aware that post RC1 BP got shirted to plugins directory. It was & is in /wp-content/plugins/buddypress folder.

    Have you activated bp sitewide?

    -> Yes. The plugin was active sitewide and everything was working fine.

    Does it activate properly?

    -> Yep. Users could perform all the activities.

    I’m facing a strange problem. I’m running WPMU 2.7.1 (latest) and when I enter my admin credentials, I get logged in as a normal user. Therefore, I do not see ‘plugins’ section or ‘buddypress’ in the admin panel. Also, I’m unable to activate/deactivate themes.

    To fix this. I’ve removed BP (Plugins and Themes) using FTP. But the problem still persists. No admin options for me! What’s going wrong now? :(

    #49023

    In reply to: Possibly a bug with BP

    Burt Adsit
    Participant

    There is nothing mysterious about this problem. It occurs when bp is not activated and you launch the home theme. The home theme’s functions.php runs it gets to the first bit of code that requires a bp global BP_PLUGIN_DIR and crashes.

    Does bp live in /wp-content/plugins/buddypress? (not /mu-plugins)?

    Have you activated bp sitewide?

    Does it activate properly?

    This error began cropping up initially way back when bp moved from /mu-plugins to /plugins. There were also errors like this when bp was not in the dir /buddypress and couldn’t activate properly.

    This is not a bug. It’s a config/install issue.

    #49022

    In reply to: members listing ?

    José M. Villar
    Participant
    #49021

    In reply to: members listing ?

    José M. Villar
    Participant

    Try using the loops.

    https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-site-members-loop/

    Try using the forum search:

    https://buddypress.org/forums/search.php?q=member+list

    Sorry, but I do not know how to implement this, I do not code myself.

    There´s also an old post by Burt, will try to find it

    #49016

    In reply to: Buddypress Fatal Error

    thebigk
    Participant

    Guys, the nasty error is BACK. I’m hating it. This time I’m VERY sure it’s not a my host’s fault (its’ Media Temple).

    Google this: “Warning: require(BP_PLUGIN_DIR/bp-core/bp-core-signup.php)” and you get hell lot number of sites that have the same error.

    Possibly a bug in BuddyPress? Please fix this! I’m beginning to bang my head on the wall now.

    #49014

    In reply to: External Blogs

    peterverkooijen
    Participant

    “I suspect this will be less of a BuddyPress thing and more of a WPMU thing as it comes down the pipeline.”

    Does that mean Nicola Greco’s code – “70 percent done” – will not be integrated into a future Buddypress?

    Will Nicola Greco contribute the code to WPMU? Should we raise the issue at the WPMU forums?

    #49013
    gen-superman
    Participant
    #49012
    gen-superman
    Participant

    $bb->bb_xmlrpc_allow_user_switching = true;

    TheEasyButton

    Oh, thank god you exist in this world :)

    You were right…

    I actually made several mistakes, that I wanted to point out, and then my final post on this topic will lead to the url to where I found out how to fix my issues.

    But, thanks to TheEasyButton and John James Jacoby for their help. As it truly helped.

    Also a big thanks to Trent Adams for writing up that helpful tutorial found sticky on these buddypress forums.

    I had forgotten several steps

    – Add the code to the bottom of the bb-config file, that TheEasyButton mentioned above.

    – Disable forum discussions on new or existing group forums, and then re-enable them after they are created or working.

    – Needed to be signed in to both WPMU and BBPRESS as the administrator and not the key master. I had forgotten to set up my new admin account to have admin priviledges on the bbpress side. Woops… like big woops. :(

    There are two MAJOR things I wanted to point out.

    – If you tried to intall bbpress 1.0.1 by itself as fresh install, then I kept getting a major error that said, “Could not create new forum” during installing. I had to install bbpress 1.0 first to a new SQL database, then I removed all the files from the BBPRESS folder, and then uploaded the new bbpress 1.0.1 files. Which once I installed this new version, the SQL database was already set up for bbpress, so it just treated it as updating. Someone at BBPRESS really needs to fix that, as I’m sure many people are running into that problem.

    – The last thing I would like to mention, is that I didn’t really see on the tutorial article about helpful forum integration on the buddypress forums, about the cookies. I probably just missed that part, but it is very important that even when you overwrite your bbpress files, that when you over write your bb_config file, that you make sure the cookies are set and match wp_config cookies, of course with the bb_ prefix within the cookie parameters. Such as:

    define( ‘BB_AUTH_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’ );

    define( ‘BB_SECURE_AUTH_KEY’, XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’);

    define( ‘BB_LOGGED_IN_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’ );

    define( ‘BB_NONCE_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’ );

    define(‘BB_AUTH_SALT’, ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’);

    define(‘BB_LOGGED_IN_SALT’, ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’);

    define(‘BB_SECURE_AUTH_SALT’, ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’);

    define( ‘WP_AUTH_COOKIE_VERSION’, 1 );

    If you forget that last line, then it will definitely mess up everything too. But, the plugins placed into the right directories are the most important. This also doesn’t include that some buddy press plugins require that you move certain files from those plugins into your default buddy press theme. You also have to have a default buddy press theme in order to see everything properly too.

    One more thing,

    Hopefully, one day, someone will create an easier way to do all of this. Everything is so scattered all over the place, and right now, it can take a newbie several hours to get everything set up the way it is suppose to be. So, hopefully, somebody might create a program or something that will just automatically do everything for you or done through a central area at least.

    Thanks again for the help,

    my problem is solved.

    #49009
    TheEasyButton
    Participant

    Oh my head hurts. *laughs*

    I’ve still not been able to do this from scratch. I think there’s either a file that BP is looking for or something in the database that’s been omitted from the newest release of bbPress.

    But for now, hopefully this solution will work.

    #49008
    TheEasyButton
    Participant

    I just posted the steps that I’ve been taking to install the latest releases of WPMU, BuddyPress & bbPress. You can find it here.

    #49006
    TheEasyButton
    Participant

    One thing that might help is to put the following code on bb-config.

    $bb->bb_xmlrpc_allow_user_switching = true;

    I’ve tried to do this install from scratch for almost a week and have failed every time. But here are the steps I’ve been taking to get all of the newest releases to work together.

    As always – get backups before making any changes!!

    After you get wpmu & bp installed, install bbPress alpha 6 using my tutorial

    Steps 24-28 deal with cookies. Ignore those and instead, use the bbPress integration plugin to get the codes for all of that. Then, delete the plugin.

    After you get alpha 6 working correctly (group discussion works & login integration works), rename your bb-config file. Then overwrite the alpha 6 files with bbPress 1.0.1 Don’t delete the files!!! Overwrite them!! I think there’s a file being left behind that bp looks for & it isn’t included in the new version.

    After overwriting the files, navigate to your forums. (i.e. domain.com/forums) and you’ll be presented with an install screen. Enter your database info & on the next page it will tell you that the database is already there & you probably want to use the upgrade script. Go through & do that part.

    When finished with the database upgrade, open your old (renamed) bb-config file and copy all of your manually added codes over to your new bb-config file. Save & upload & all that good stuff.

    At this point, group discussion should work. If not, check your xml settings & make sure they’re still on. The buddypress enable plugin (found in forum settings) doesn’t need to be activated.

    *fingers crossed*

    #49004
    gen-superman
    Participant

    Well, now I am on a shared hosting service. I honestly have no idea how to check the cookies from the website directly even from the cpanel.

    I really do like WordPressMU and buddypress, and my main goal was to use buddy press’s group forum discussions, which utilize bbpress.

    I had this working before, and now it just keeps giving some error when I try to post a forum topic in the group discussions:

    “There was an error posting that topic.”

    Is there any error logs that buddypress, wordpress mu or bbpress produces that can at least show me what in the world is causing the error?

    I went into my CPANEL and there are no errors being shown in its error logs.

    I thought it was BBPRESS 1.0.1, so I downgraded to BBPRESS 1.0, and keep in mind I created a whole new sql database and username during this, and of course that didnt work.

    Then I downgraded to BBPRESS 1.0-RC3, and that didn’t work either. Nothing really has changed, except for bbpress. I have double checked the wp_config and bb_config keys and they all match up perfectly.

    However, the cookie hash key has remained the same throughout the entire situation, even after creating new databases and such.

    I honestly can’t think of anything else to really do here. I guess, I’m stuck.

    For now, I will keep trying, but I’m also just going to look for something else in the mean time to see if anything else is out there. I doubt it, but couldn’t hurt to look.

    I truly hope somebody has something else to add regarding my issues, because I honestly have no idea what to do next.

    #49003

    In reply to: External Blogs

    Back from the dead, looks like this topic has resparked some interest. I suspect this will be less of a BuddyPress thing and more of a WPMU thing as it comes down the pipeline.

    @Donnacha, looks like someone changed the status for you. Marking topics as resolved serves multiple purposes, and at that time it was fair to say development had begun and the request was resolved. Now that it’s not, it’s not. We’ll be sure to take your perpsective into account going forward though as it makes sense to approach feature requests like you suggest.

    #49002

    In reply to: New Groupblog Plugin

    Mariusooms
    Participant

    Burt Adsit developed a plugin called “Community Blogs for BuddyPress”. The cool thing is that it adds users silently to the set blog by the admin.

    I will look at his approach and see if it is at all possible to have moderators of the group added silently as well. And maybe members at a different level.

    So an group admin would be the blog admin. Group moderators would be editors and group members, authors.

    Probably an additional menu should be available to select what role group members get assigned. I thought about this as well, so good feature request ;)

    #49000
    Mohit Kumar
    Participant

    First of all i would say search this forum,There will be many posts regarding it.

    There are lot of tutorials over the internet.Hope these helps

    https://bbpress.org/forums/topic/basic-integration-screencast

    https://bbpress.org/documentation/installation/

    External Links

    http://umwblogs.org/wiki/index.php/Integrating_WPMu%2C_BuddyPress%2C_and_bbPress

    #48997
    Mindtrotter
    Participant

    Should be one useful plugin for Buddypress.

    3125432
    Inactive

    Hi Jeff,

    My external membership script that passes user information to Buddypress is handling this very well. I just add an underscore to the username in the external membership db and it passes the updated information via the plugin to Buddypress. Very nice!

    What a relief! Thanks for your inputs.

    – Brian

    #48992
    Erwin Gerrits
    Participant

    Are your theme files in wp-content/bp-themes/bpmember? It sounds like they are in some other place. These are template related errors, usually the template files are in the wrong directory (they have to be OUT of buddypress dir), or the permissions are set wrong.

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