Group Mods

  • Profile picture of r-a-y
  • Profile picture of hnla
  • Profile picture of @mercime

Support: Miscellaneous

Everything else.

Single WP supported on latest trunk (26 posts)

Started 2 years, 1 month ago by: Jedbarish

  • Profile picture of Jedbarish Jedbarish said 2 years, 1 month ago:

    I noticed a message in latest trunk that its now supported on Single WP. I needed to make sure about this. I tested it on the latest WP 2.9 with the BP trunk 2211. It seems not working well. Is it designed for latest WPMU Trunk which it merged both platforms?

  • Profile picture of Xevo Xevo said 2 years, 1 month ago:

    Trunk are the latest changes and are all unstable, if it doesn’t work well it’s not that suprising.

    Would be suprised if Andy/jjj started working on this already btw.

  • Profile picture of Andy Peatling Andy Peatling said 2 years, 1 month ago:

    I’ve added the WP abstraction code that will allow BuddyPress to run on all WordPress versions to the trunk. This code will more than likely be needed even after the merge, so I want to get it in there and up and running for 1.2.

    I’ve had it going for a while locally, so it seems silly to sit on this until 1.3. After the merge I will tweak where needed, but I don’t anticipate much change since the multiblog features of 3.0 will simply be an on/off setting.

  • Profile picture of Andy Peatling Andy Peatling said 2 years, 1 month ago:

    Also – you must enable pretty permalinks on your single WP installation, otherwise BP will not work at all.

  • Profile picture of Jedbarish Jedbarish said 2 years, 1 month ago:

    I already set up the permalinks under custom as /%category%/%postname%/ so it went to a blog but not for members and other sections. On the front page of activity stream kept showing the loading icon. It displayed my new post update but appeared with another theme (header). I located the bpthemes under wp-content/themes and everything else in right place. Maybe there is an issue when wp installed under sub-directory like domain.com/wpdn?

  • Profile picture of Jedbarish Jedbarish said 2 years, 1 month ago:

    I had to reinstall the latest BP trunk with WP 2.9 as main directory of the domain instead under a sub directory of the domain to make the theme to work very well. Im going to continue to test different plugins made for BP to see how it reacts differently than WPMU platform.

    Since someone worked on latest WPMU trunk that merged the code of WP/WPMU already that will become the 3.0 so what’s the benefit of getting the current trunk to work on Single WP version or it’s better for us to continue on single WP toward to 3.0 which my current website already been on single WP platform. It might be easier for me to continue the single wp until 3.0 with BP to work perfectly together, right?

    I appreciated the effort to enable the single wp for BP today instead later on! Kudos to Andy and his team :)

  • Profile picture of Chouf1 Chouf1 said 2 years, 1 month ago:

    i’m testing this new configuration since a few days on a standard mutualized host…
    http://www.domain.tld/mytest which is in fact a sub domain of http://anothername.hostname.tld/mytest

    WP/BP are working correctly but not well, because of openbase_dir restriction, mostly used on mutu hosts. It’s not really restrictive, only updates and some updates don’t work ! More difficult would be the plugins, some are really poor coded and this time, they will explode completly (and disapear if there authors don’twon’t update seriously)

    I tried different things to change path and so, but openbase_dir is always coming up. And of course my host can’t do nothing except proposing me a better host contract :-)

    Also, don’t try to use WP 3.0 pre alpha at this time with the BP trunk, it’s very unstable. Use WP 2.9 and BP trunk or stable

  • Profile picture of Kineda Kineda said 2 years, 1 month ago:

    Is the BuddyPress theme required for BuddyPress to work on an existing WordPress install… or can we pick and choose pieces from the official BP theme and incorporate as needed? I’m assuming the latter, but wanted to be sure before I start to hack away. :)

  • Profile picture of Andy Peatling Andy Peatling said 2 years, 1 month ago:

    No the theme is no absolutely required, if you take the templates you need and adapt them to your existing template it will work. You will need to keep them up to date over each version though. I don’t expect the number of template changes to be as significant after 1.2.

  • Profile picture of Kineda Kineda said 2 years, 1 month ago:

    Thanks for clearing that up Andy! :)

  • Profile picture of Kineda Kineda said 2 years, 1 month ago:

    It does indeed work with WordPress 2.9, however none of my registered members are showing up. The only account that shows up in the member listing is the admin account.

  • Profile picture of Paul Gibbs Paul Gibbs said 2 years, 1 month ago:

    Have any of your registered members logged in since you activated BuddyPress? (i.e. log out + log in, to remake the cookie)

  • Profile picture of Andrea_r Andrea_r said 2 years, 1 month ago:

    “I don’t expect the number of template changes to be as significant after 1.2. “

    This makes me feel better. :) There has been a LOT of theme changes in the past, and once BP is into the greater WP world, I’m afraid too many in the future will turn people off. :-/

    So if it’s mostly settled down at 1.2, that’s good news.

  • Profile picture of Andy Peatling Andy Peatling said 2 years, 1 month ago:

    It does indeed work with WordPress 2.9, however none of my registered members are showing up. The only account that shows up in the member listing is the admin account.

    The default members page filter is “active members”. If they haven’t logged in and been active since BuddyPress was activated they will not show. If you change the filter to “Alphabetical” or something else, they will show.

  • Profile picture of Kineda Kineda said 2 years, 1 month ago:

    Thanks. That clears things up. The only other problem I’ve encountered is after I deactivate the BuddyPress plugin and re-activate it, I’ll get the follow db errors:

    WordPress database error: [Duplicate key name 'useritem']
    ALTER TABLE wp_bp_notifications ADD KEY useritem (user_id, is_new)

    WordPress database error: [Table 'wp_bp_activity' already exists]
    RENAME TABLE wp_bp_activity_user_activity_cached TO wp_bp_activity

    WordPress database error: [Duplicate entry '1' for key 1]
    INSERT INTO wp_bp_xprofile_groups VALUES ( 1, ‘Base’, ”, 0 );

    WordPress database error: [Duplicate entry '1' for key 1]
    INSERT INTO wp_bp_xprofile_fields ( id, group_id, parent_id, type, name, is_required, can_delete ) VALUES ( 1, 1, 0, ‘textbox’, ‘Name’, 1, 0 );