bbPress

Simple, Fast, Elegant

bbPress plugin browser »

bbSync (0.94)

Download

Version: 0.94

Other Versions

Last Updated: 2008-1-6

Requires bbPress Version: 0.8.3 or higher

Compatible up to: latest

Author Homepage »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(12)

Your Rating

Author: fel64


  1. Hi Fel, I didn't see your comment.
    1. It would be great if I could select a forum to send a post to. It doesn't need to be a dropdown menu it could be a numbered list,etc just a menu would save space. It isn't essential, but it is more logical than making a list by hand of forum numbers in my bbpress admin then adding 1 to each number and then checking the list to select where it should go.
    2. Really the option to disable the posting of a new thread would be great on a post by post basis. I doubt that PopShops is breaking bbsync, I think that bbsync is only pulling the code from the editor window. It doesn't take any of the stuff done by plugins after the fact. For example, There is a cool plugin which converts bible verse references by adding (a symbol used for code here in bbpress) before the reference, so when I load a post I see the text of the verse not the reference by its self. BBsync doesn't pull the text made by the plugin. It shows`verse reference.
    I have another great plugin that pulls RSS feeds into posts which is great for marketing since the info is always up-to-date. bbsync makes a thread with the code that should call the plugin not the feed info.

    The simplest 'fix' would be to just add an option in the edit post screen to "disable bbsync" or " Don't make forum thread"

    Perhaps there is a way to pull the plugin-processed info into the thread instead of the code in the editor like it does now. I don't know if that would be easy or hard. A simple "disable for this post "option is good enough since I know your time is limited.

    I'm glad to find out whether or not it should be in the same database or not. I'll have to re-integrate them, of course that means I won't be able to get into the admin (once I make a post) to Move posts into the correct categories.... so I have a dilemma.

    Recap:
    The comments sync when it is in the same database. They don't sync when bbpress is in a separate database.. I kept a separate database because I lost admin rights when posting.
    It would be great to be able to select the forum by name when posting in Wordpress.

    "lostdeviant, hi.
    I thought I fixed that default forum posting bug. I'll look at it.
    Is the forum dropdown really important? It could be done, I suppose, but the next few weeks are a little tricky for me.
    Yeah, the databases need to be integrated.
    Can you check out the bb_capabilities, wp_capabilities and capabilities entries in the usermeta table for me? I'm surprised you lost admin status in bb.
    Disabling syncing is a good idea.
    I don't know why PopShop breaks it, I'll try to look at how it works later tonight."

    This is what I have in my bbpress database in the table you mentioned:

    bb_cap a:2:{s:9:"keymaster";b:1;s:8:"throttle";b:1;}
    a:1:{s:9:"keymaster";b:1;}
    a:1:{s:6:"member";b:1;}

    I had set up extra users, all of them were Keymaster, but after posting there was a change to member.

    Posted: 5 months ago #
  2. what do I need to do to uninstall bbsync? I'd like to try dumping all traces of it and reinstalling to see if that clears up my issues. Thanks.

    Posted: 5 months ago #
  3. DaveM06

    Member

    What do I put for Which forum should the topics go in by default? and when I try and post I get an error calling to this line as the problem:

    function update_user_status( $user_id, $status = 0 ) {

    thats in functions.php

    Posted: 4 months ago #
  4. DaveM06

    Member

    Here is the error Fatal error: Cannot redeclare update_user_status() in /home/browns/public_html/Gossip/bb-includes/functions.php on line 1078

    Posted: 4 months ago #
  5. Barnabus

    Member

    Hey fel, thanks for the neat plugin! Just a couple of queries...

    Is there a way to create forum topics & posts for blog posts and replies created before bbSync was installed?

    In the bbSync config page in WP, it says bbSync "should synchronize everything of interest" between bbPress and WP. Does this include user data?

    If someone logs in to bbPress, will they be logged in to WP as well?

    Thanks again!

    Barney :D

    Posted: 4 months ago #
  6. hey Fel any updates?

    Posted: 4 months ago #
  7. FYI, this plugin doesn't work with wpmu 1.3.3

    Posted: 4 months ago #
  8. any updates? I still have the same issues with the current version.

    Posted: 3 months ago #
  9. I get this error when trying to configure bbsync:

    Warning: require_once(/home/fawked/domains/fawked.net/public_html/forum) [function.require-once]: failed to open stream: No such file or directory in /home/fawked/domains/fawked.net/public_html/wp-content/plugins/bbsync/bbsync.php on line 33

    Fatal error: require_once() [function.require]: Failed opening required '/home/fawked/domains/fawked.net/public_html/forum' (include_path='.:/usr/local/lib/php') in /home/fawked/domains/fawked.net/public_html/wp-content/plugins/bbsync/bbsync.php on line 33

    Some how its missing "forum" in the path. How do I fix it so it points to the right path?

    Posted: 2 months ago #
  10. Oh nvm I figured it out. I edit bbsync.php and changed line 33 to

    require_once('..../bb-load.php')

    just put my absolute path there

    Posted: 2 months ago #
  11. We are having problems with moderation. The blog comments are all moderated, however, if someone posts a reply on the forum, bbSync syncs that back to the blog in real time, skipping the moderation step.

    Is this something you could look into fel64 when you return to making updates? :)

    Posted: 1 month ago #
  12. I get this error:

    Warning: require_once(D:\\healingallnations\\www\\forum) [function.require-once]: failed to open stream: Permission denied in D:\healingallnations\www\wp-content\plugins\bbsync\bbsync.php on line 33

    Fatal error: require_once() [function.require]: Failed opening required 'D:\\healingallnations\\www\\forum' (include_path='.;C:\php5\pear') in D:\healingallnations\www\wp-content\plugins\bbsync\bbsync.php on line 33

    Posted: 1 day ago #
  13. I got it to say everything is fine by changing the bbpath in lines 31 and 33 of bbsync.php to my absolute path. But still no posts are moving over to the forum.

    Posted: 1 day ago #

RSS feed for this topic

Add a Comment

You must log in to post.

Code is Poetry.